From 06259b107a7eec5231da54dd70944ca7c74cfa25 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Wed, 18 Dec 2024 02:19:50 +0300 Subject: [PATCH] Update install.sh --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 178c8b7..6a990a3 100644 --- a/install.sh +++ b/install.sh @@ -37,6 +37,9 @@ curl -sL https://get.docker.com | sudo sh - mkdir soneium-minato-node cd soneium-minato-node +docker compose down --volumes +docker system prune --all --force + openssl rand -hex 32 > jwt.txt wget "https://gitea.vvzvlad.xyz/vvzvlad/soneium/raw/branch/main/minato-rollup.json" -O minato-rollup.json wget "https://gitea.vvzvlad.xyz/vvzvlad/soneium/raw/branch/main/minato-genesis.json" -O minato-genesis.json @@ -46,4 +49,4 @@ wget "https://gitea.vvzvlad.xyz/vvzvlad/soneium/raw/branch/main/prometheus.yml" SERVER_IP=$(curl -4 -s ifconfig.me) sed -i "s/###IP###/${SERVER_IP}/g" docker-compose.yml docker compose up -d -docker compose logs -f --tail 300 \ No newline at end of file +docker compose logs -f | grep -E "Syncing beacon headers|Syncing: state download in progress|Syncing: chain download in progress" \ No newline at end of file