From cb144f7d06011d6beffdaab3820c3740193cbc65 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Wed, 2 Sep 2026 03:45:23 +0000 Subject: [PATCH] Replace dead beaconstate.info checkpoint-sync domains - mainnet.beaconstate.info -> beaconstate.ethstaker.cc - sepolia.beaconstate.info -> checkpoint-sync.sepolia.ethpandaops.io - Preserve holesky.beaconstate.info and beaconstate-hoodi.chainsafe.io (alive) Fixes CL container crash-loops on fresh starts due to dead DNS. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- ethereum/besu/ethereum-mainnet-besu-pruned-bonsai--nimbus.yml | 2 +- ethereum/geth/ethereum-mainnet-geth-minimal-pebble-path.yml | 2 +- ...hereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml | 2 +- ...thereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml | 2 +- .../geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus.yml | 2 +- ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml | 2 +- .../geth/ethereum-sepolia-geth-pruned-pebble-path--nimbus.yml | 2 +- ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml | 2 +- ...ethereum-mainnet-nethermind-pruned-rocksdb-trace--nimbus.yml | 2 +- ...ethereum-sepolia-nethermind-pruned-rocksdb-trace--nimbus.yml | 2 +- ...reum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-archive-trace.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml | 2 +- .../reth/ethereum-mainnet-reth-pruned-trace--lighthouse.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml | 2 +- ethereum/reth/ethereum-sepolia-reth-archive-trace--nimbus.yml | 2 +- ethereum/reth/ethereum-sepolia-reth-archive-trace.yml | 2 +- ethereum/reth/ethereum-sepolia-reth-pruned-trace--nimbus.yml | 2 +- ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/ethereum/besu/ethereum-mainnet-besu-pruned-bonsai--nimbus.yml b/ethereum/besu/ethereum-mainnet-besu-pruned-bonsai--nimbus.yml index 44d5dc14..ab0b13d5 100644 --- a/ethereum/besu/ethereum-mainnet-besu-pruned-bonsai--nimbus.yml +++ b/ethereum/besu/ethereum-mainnet-besu-pruned-bonsai--nimbus.yml @@ -122,7 +122,7 @@ services: - 18205:18205/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://beaconstate.ethstaker.cc --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/geth/ethereum-mainnet-geth-minimal-pebble-path.yml b/ethereum/geth/ethereum-mainnet-geth-minimal-pebble-path.yml index fba8b921..1db49f00 100644 --- a/ethereum/geth/ethereum-mainnet-geth-minimal-pebble-path.yml +++ b/ethereum/geth/ethereum-mainnet-geth-minimal-pebble-path.yml @@ -116,7 +116,7 @@ services: command: - --accept-terms-of-use - --beacon-db-pruning - - --checkpoint-sync-url=https://mainnet.beaconstate.info + - --checkpoint-sync-url=https://beaconstate.ethstaker.cc - --datadir=/data - --enable-historical-state-representation=false - --execution-endpoint=http://ethereum-mainnet-geth-minimal:8551 diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml index 3535930a..b38f8276 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml @@ -175,7 +175,7 @@ services: - 15455:15455/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://beaconstate.ethstaker.cc --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml index a02343bc..4f6e45d9 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml @@ -175,7 +175,7 @@ services: - 17023:17023/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://beaconstate.ethstaker.cc --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus.yml index caee52c6..6e98f7b7 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus.yml @@ -110,7 +110,7 @@ services: - 17023:17023/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://beaconstate.ethstaker.cc --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml index 15c9bcf0..6b24e9f6 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml @@ -112,7 +112,7 @@ services: command: - --accept-terms-of-use - --beacon-db-pruning - - --checkpoint-sync-url=https://mainnet.beaconstate.info + - --checkpoint-sync-url=https://beaconstate.ethstaker.cc - --datadir=/data - --enable-historical-state-representation=false - --execution-endpoint=http://ethereum-mainnet-geth:8551 diff --git a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path--nimbus.yml b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path--nimbus.yml index ca0d36d9..4ac12351 100644 --- a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path--nimbus.yml +++ b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path--nimbus.yml @@ -110,7 +110,7 @@ services: - 19710:19710/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=sepolia --trusted-node-url=https://sepolia.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=sepolia --trusted-node-url=https://checkpoint-sync.sepolia.ethpandaops.io --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml index 244c4d77..ae2a4a27 100644 --- a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml @@ -112,7 +112,7 @@ services: command: - --accept-terms-of-use - --beacon-db-pruning - - --checkpoint-sync-url=https://sepolia.beaconstate.info + - --checkpoint-sync-url=https://checkpoint-sync.sepolia.ethpandaops.io - --datadir=/data - --enable-historical-state-representation=false - --execution-endpoint=http://ethereum-sepolia-geth:8551 diff --git a/ethereum/nethermind/ethereum-mainnet-nethermind-pruned-rocksdb-trace--nimbus.yml b/ethereum/nethermind/ethereum-mainnet-nethermind-pruned-rocksdb-trace--nimbus.yml index 8785b10d..6f595e24 100644 --- a/ethereum/nethermind/ethereum-mainnet-nethermind-pruned-rocksdb-trace--nimbus.yml +++ b/ethereum/nethermind/ethereum-mainnet-nethermind-pruned-rocksdb-trace--nimbus.yml @@ -101,7 +101,7 @@ services: - 17065:17065/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://beaconstate.ethstaker.cc --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/nethermind/ethereum-sepolia-nethermind-pruned-rocksdb-trace--nimbus.yml b/ethereum/nethermind/ethereum-sepolia-nethermind-pruned-rocksdb-trace--nimbus.yml index 33cfcb2d..5cff4063 100644 --- a/ethereum/nethermind/ethereum-sepolia-nethermind-pruned-rocksdb-trace--nimbus.yml +++ b/ethereum/nethermind/ethereum-sepolia-nethermind-pruned-rocksdb-trace--nimbus.yml @@ -101,7 +101,7 @@ services: - 15835:15835/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=sepolia --trusted-node-url=https://sepolia.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=sepolia --trusted-node-url=https://checkpoint-sync.sepolia.ethpandaops.io --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml index 0741c05b..16bd32e9 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml @@ -117,7 +117,7 @@ services: - 3500 entrypoint: [lighthouse, beacon_node] command: - - --checkpoint-sync-url=https://mainnet.beaconstate.info + - --checkpoint-sync-url=https://beaconstate.ethstaker.cc - --datadir=/data - --debug-level=info - --disable-backfill-rate-limiting diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml index c2274791..4f724f14 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml @@ -116,7 +116,7 @@ services: - 19563:19563/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://beaconstate.ethstaker.cc --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml index caf77255..3c5c63d8 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml @@ -118,7 +118,7 @@ services: command: - --accept-terms-of-use - --beacon-db-pruning - - --checkpoint-sync-url=https://mainnet.beaconstate.info + - --checkpoint-sync-url=https://beaconstate.ethstaker.cc - --datadir=/data - --enable-historical-state-representation=false - --execution-endpoint=http://ethereum-mainnet-reth:8551 diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml index 78c23047..1a4b6723 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml @@ -153,7 +153,7 @@ services: - 19286:19286/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://beaconstate.ethstaker.cc --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--lighthouse.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--lighthouse.yml index 5dfd68bf..5deaa97c 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--lighthouse.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--lighthouse.yml @@ -118,7 +118,7 @@ services: - 3500 entrypoint: [lighthouse, beacon_node] command: - - --checkpoint-sync-url=https://mainnet.beaconstate.info + - --checkpoint-sync-url=https://beaconstate.ethstaker.cc - --datadir=/data - --debug-level=info - --disable-log-timestamp diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml index 47d64787..d4574dcd 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml @@ -117,7 +117,7 @@ services: - 15150:15150/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://beaconstate.ethstaker.cc --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml index a9cacce9..2e9a9975 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml @@ -119,7 +119,7 @@ services: command: - --accept-terms-of-use - --beacon-db-pruning - - --checkpoint-sync-url=https://mainnet.beaconstate.info + - --checkpoint-sync-url=https://beaconstate.ethstaker.cc - --datadir=/data - --enable-historical-state-representation=false - --execution-endpoint=http://ethereum-mainnet-reth-pruned:8551 diff --git a/ethereum/reth/ethereum-sepolia-reth-archive-trace--nimbus.yml b/ethereum/reth/ethereum-sepolia-reth-archive-trace--nimbus.yml index de42ff8e..98d98cb0 100644 --- a/ethereum/reth/ethereum-sepolia-reth-archive-trace--nimbus.yml +++ b/ethereum/reth/ethereum-sepolia-reth-archive-trace--nimbus.yml @@ -116,7 +116,7 @@ services: - 19330:19330/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=sepolia --trusted-node-url=https://sepolia.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=sepolia --trusted-node-url=https://checkpoint-sync.sepolia.ethpandaops.io --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml index 19b78a5a..773bad62 100644 --- a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml @@ -118,7 +118,7 @@ services: command: - --accept-terms-of-use - --beacon-db-pruning - - --checkpoint-sync-url=https://sepolia.beaconstate.info + - --checkpoint-sync-url=https://checkpoint-sync.sepolia.ethpandaops.io - --datadir=/data - --enable-historical-state-representation=false - --execution-endpoint=http://ethereum-sepolia-reth:8551 diff --git a/ethereum/reth/ethereum-sepolia-reth-pruned-trace--nimbus.yml b/ethereum/reth/ethereum-sepolia-reth-pruned-trace--nimbus.yml index 2634392f..755e99ff 100644 --- a/ethereum/reth/ethereum-sepolia-reth-pruned-trace--nimbus.yml +++ b/ethereum/reth/ethereum-sepolia-reth-pruned-trace--nimbus.yml @@ -117,7 +117,7 @@ services: - 17150:17150/udp expose: - 3500 - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=sepolia --trusted-node-url=https://sepolia.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=sepolia --trusted-node-url=https://checkpoint-sync.sepolia.ethpandaops.io --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml b/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml index 4fb0d24a..1f84da91 100644 --- a/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml @@ -119,7 +119,7 @@ services: command: - --accept-terms-of-use - --beacon-db-pruning - - --checkpoint-sync-url=https://sepolia.beaconstate.info + - --checkpoint-sync-url=https://checkpoint-sync.sepolia.ethpandaops.io - --datadir=/data - --enable-historical-state-representation=false - --execution-endpoint=http://ethereum-sepolia-reth-pruned:8551