fix 0G galileo: network ID 16601→16602, v3.0.4, update seeds

- Fix networkid from 16601 to 16602 (confirmed by official docs)
- Bump version 3.0.3 → 3.0.4
- Replace dead bootnode (8.218.88.60) with bundled geth-config.toml
- Replace dead consensus seed (8.218.88.60:26656) with itrocket seed
- Same fixes applied to aristotle for consistency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 18:12:33 +00:00
parent 7fb3f08498
commit f51e0d4910
2 changed files with 6 additions and 5 deletions

View File

@@ -63,6 +63,7 @@ services:
entrypoint: [/usr/local/bin/init.sh, geth] entrypoint: [/usr/local/bin/init.sh, geth]
command: command:
- --bootnodes=enode://2bf74c837a98c94ad0fa8f5c58a428237d2040f9269fe622c3dbe4fef68141c28e2097d7af6ebaa041194257543dc112514238361a6498f9a38f70fd56493f96@8.221.140.134:30303 - --bootnodes=enode://2bf74c837a98c94ad0fa8f5c58a428237d2040f9269fe622c3dbe4fef68141c28e2097d7af6ebaa041194257543dc112514238361a6498f9a38f70fd56493f96@8.221.140.134:30303
- --config /0g/geth-config.toml
- --datadir=/root/.ethereum - --datadir=/root/.ethereum
- --db.engine=pebble - --db.engine=pebble
- --gcmode=full - --gcmode=full

View File

@@ -35,7 +35,7 @@ services:
context: ./zero-gravity context: ./zero-gravity
dockerfile: zerog.Dockerfile dockerfile: zerog.Dockerfile
args: args:
ZERO_GRAVITY_VERSION: ${ZERO_GRAVITY_GALILEO_ZEROG_VERSION:-3.0.3} ZERO_GRAVITY_VERSION: ${ZERO_GRAVITY_GALILEO_ZEROG_VERSION:-3.0.4}
ZERO_GRAVITY_CHAIN_SPEC: galileo ZERO_GRAVITY_CHAIN_SPEC: galileo
sysctls: sysctls:
# TCP Performance # TCP Performance
@@ -62,7 +62,7 @@ services:
- CHAIN_NAME=galileo - CHAIN_NAME=galileo
entrypoint: [/usr/local/bin/init.sh, geth] entrypoint: [/usr/local/bin/init.sh, geth]
command: command:
- --bootnodes=enode://de7b86d8ac452b1413983049c20eafa2ea0851a3219c2cc12649b971c1677bd83fe24c5331e078471e52a94d95e8cde84cb9d866574fec957124e57ac6056699@8.218.88.60:30303 - --config /0g/geth-config.toml
- --datadir=/root/.ethereum - --datadir=/root/.ethereum
- --db.engine=pebble - --db.engine=pebble
- --gcmode=full - --gcmode=full
@@ -71,7 +71,7 @@ services:
- --metrics.addr=0.0.0.0 - --metrics.addr=0.0.0.0
- --metrics.port=6060 - --metrics.port=6060
- --nat=extip:${IP} - --nat=extip:${IP}
- --networkid=16601 - --networkid=16602
- --port=11172 - --port=11172
- --rpc.gascap=600000000 - --rpc.gascap=600000000
- --rpc.txfeecap=0 - --rpc.txfeecap=0
@@ -117,7 +117,7 @@ services:
context: ./zero-gravity context: ./zero-gravity
dockerfile: zerog.Dockerfile dockerfile: zerog.Dockerfile
args: args:
ZERO_GRAVITY_VERSION: ${ZERO_GRAVITY_GALILEO_ZEROG_VERSION:-3.0.3} ZERO_GRAVITY_VERSION: ${ZERO_GRAVITY_GALILEO_ZEROG_VERSION:-3.0.4}
ZERO_GRAVITY_CHAIN_SPEC: galileo ZERO_GRAVITY_CHAIN_SPEC: galileo
ports: ports:
- 16172:16172 - 16172:16172
@@ -139,7 +139,7 @@ services:
- --chaincfg.node-api.logging - --chaincfg.node-api.logging
- --home=/root/.0g - --home=/root/.0g
- --p2p.external_address=${IP}:16172 - --p2p.external_address=${IP}:16172
- --p2p.seeds=${ZERO_GRAVITY_GALILEO_ZEROG_SEEDS:-85a9b9a1b7fa0969704db2bc37f7c100855a75d9@8.218.88.60:26656} - --p2p.seeds=${ZERO_GRAVITY_GALILEO_ZEROG_SEEDS:-8f21742ea5487da6e0697ba7d7b36961d3599567@og-testnet-seed.itrocket.net:47656}
- --pruning=default - --pruning=default
- --rpc.laddr=tcp://0.0.0.0:16172 - --rpc.laddr=tcp://0.0.0.0:16172
restart: unless-stopped restart: unless-stopped