Update install.sh
This commit is contained in:
parent
5bd8eb4760
commit
06259b107a
@ -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
|
||||
docker compose logs -f | grep -E "Syncing beacon headers|Syncing: state download in progress|Syncing: chain download in progress"
|
Loading…
Reference in New Issue
Block a user