From f51e0d4910c19ba2ed26add4fe38b5531ef20d92 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Fri, 27 Mar 2026 18:12:33 +0000 Subject: [PATCH] =?UTF-8?q?fix=200G=20galileo:=20network=20ID=2016601?= =?UTF-8?q?=E2=86=9216602,=20v3.0.4,=20update=20seeds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- .../zero-gravity-aristotle-geth-pruned-pebble-path.yml | 1 + .../zero-gravity-galileo-geth-pruned-pebble-path.yml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/zero-gravity/geth/zero-gravity-aristotle-geth-pruned-pebble-path.yml b/zero-gravity/geth/zero-gravity-aristotle-geth-pruned-pebble-path.yml index d5449a58..9111c246 100644 --- a/zero-gravity/geth/zero-gravity-aristotle-geth-pruned-pebble-path.yml +++ b/zero-gravity/geth/zero-gravity-aristotle-geth-pruned-pebble-path.yml @@ -63,6 +63,7 @@ services: entrypoint: [/usr/local/bin/init.sh, geth] command: - --bootnodes=enode://2bf74c837a98c94ad0fa8f5c58a428237d2040f9269fe622c3dbe4fef68141c28e2097d7af6ebaa041194257543dc112514238361a6498f9a38f70fd56493f96@8.221.140.134:30303 + - --config /0g/geth-config.toml - --datadir=/root/.ethereum - --db.engine=pebble - --gcmode=full diff --git a/zero-gravity/geth/zero-gravity-galileo-geth-pruned-pebble-path.yml b/zero-gravity/geth/zero-gravity-galileo-geth-pruned-pebble-path.yml index 50eac6b6..8e761285 100644 --- a/zero-gravity/geth/zero-gravity-galileo-geth-pruned-pebble-path.yml +++ b/zero-gravity/geth/zero-gravity-galileo-geth-pruned-pebble-path.yml @@ -35,7 +35,7 @@ services: context: ./zero-gravity dockerfile: zerog.Dockerfile 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 sysctls: # TCP Performance @@ -62,7 +62,7 @@ services: - CHAIN_NAME=galileo entrypoint: [/usr/local/bin/init.sh, geth] command: - - --bootnodes=enode://de7b86d8ac452b1413983049c20eafa2ea0851a3219c2cc12649b971c1677bd83fe24c5331e078471e52a94d95e8cde84cb9d866574fec957124e57ac6056699@8.218.88.60:30303 + - --config /0g/geth-config.toml - --datadir=/root/.ethereum - --db.engine=pebble - --gcmode=full @@ -71,7 +71,7 @@ services: - --metrics.addr=0.0.0.0 - --metrics.port=6060 - --nat=extip:${IP} - - --networkid=16601 + - --networkid=16602 - --port=11172 - --rpc.gascap=600000000 - --rpc.txfeecap=0 @@ -117,7 +117,7 @@ services: context: ./zero-gravity dockerfile: zerog.Dockerfile 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 ports: - 16172:16172 @@ -139,7 +139,7 @@ services: - --chaincfg.node-api.logging - --home=/root/.0g - --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 - --rpc.laddr=tcp://0.0.0.0:16172 restart: unless-stopped