Update install.sh

This commit is contained in:
vvzvlad 2024-12-24 02:52:54 +03:00
parent 469e751267
commit 32bba79b4b

View File

@ -52,4 +52,4 @@ wget "https://gitea.vvzvlad.xyz/vvzvlad/soneium/raw/branch/main/docker-compose.y
SERVER_IP=$(curl -4 -s ifconfig.me) SERVER_IP=$(curl -4 -s ifconfig.me)
sed -i "s/###IP###/${SERVER_IP}/g" docker-compose.yml sed -i "s/###IP###/${SERVER_IP}/g" docker-compose.yml
docker compose up -d docker compose up -d
docker compose logs -f | grep -E "Syncing beacon headers|Syncing: state download in progress|Syncing: chain download in progress" curl -s http://localhost:6060/debug/metrics/prometheus |grep -E "chain_head_header|chain_head_block" |grep -v "#"