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 <vibe@mistral.ai>
This commit is contained in:
2026-09-02 03:45:23 +00:00
parent cd65972c45
commit cb144f7d06
21 changed files with 21 additions and 21 deletions

View File

@@ -122,7 +122,7 @@ services:
- 18205:18205/udp - 18205:18205/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -116,7 +116,7 @@ services:
command: command:
- --accept-terms-of-use - --accept-terms-of-use
- --beacon-db-pruning - --beacon-db-pruning
- --checkpoint-sync-url=https://mainnet.beaconstate.info - --checkpoint-sync-url=https://beaconstate.ethstaker.cc
- --datadir=/data - --datadir=/data
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --execution-endpoint=http://ethereum-mainnet-geth-minimal:8551 - --execution-endpoint=http://ethereum-mainnet-geth-minimal:8551

View File

@@ -175,7 +175,7 @@ services:
- 15455:15455/udp - 15455:15455/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -175,7 +175,7 @@ services:
- 17023:17023/udp - 17023:17023/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -110,7 +110,7 @@ services:
- 17023:17023/udp - 17023:17023/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -112,7 +112,7 @@ services:
command: command:
- --accept-terms-of-use - --accept-terms-of-use
- --beacon-db-pruning - --beacon-db-pruning
- --checkpoint-sync-url=https://mainnet.beaconstate.info - --checkpoint-sync-url=https://beaconstate.ethstaker.cc
- --datadir=/data - --datadir=/data
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --execution-endpoint=http://ethereum-mainnet-geth:8551 - --execution-endpoint=http://ethereum-mainnet-geth:8551

View File

@@ -110,7 +110,7 @@ services:
- 19710:19710/udp - 19710:19710/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -112,7 +112,7 @@ services:
command: command:
- --accept-terms-of-use - --accept-terms-of-use
- --beacon-db-pruning - --beacon-db-pruning
- --checkpoint-sync-url=https://sepolia.beaconstate.info - --checkpoint-sync-url=https://checkpoint-sync.sepolia.ethpandaops.io
- --datadir=/data - --datadir=/data
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --execution-endpoint=http://ethereum-sepolia-geth:8551 - --execution-endpoint=http://ethereum-sepolia-geth:8551

View File

@@ -101,7 +101,7 @@ services:
- 17065:17065/udp - 17065:17065/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -101,7 +101,7 @@ services:
- 15835:15835/udp - 15835:15835/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -117,7 +117,7 @@ services:
- 3500 - 3500
entrypoint: [lighthouse, beacon_node] entrypoint: [lighthouse, beacon_node]
command: command:
- --checkpoint-sync-url=https://mainnet.beaconstate.info - --checkpoint-sync-url=https://beaconstate.ethstaker.cc
- --datadir=/data - --datadir=/data
- --debug-level=info - --debug-level=info
- --disable-backfill-rate-limiting - --disable-backfill-rate-limiting

View File

@@ -116,7 +116,7 @@ services:
- 19563:19563/udp - 19563:19563/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -118,7 +118,7 @@ services:
command: command:
- --accept-terms-of-use - --accept-terms-of-use
- --beacon-db-pruning - --beacon-db-pruning
- --checkpoint-sync-url=https://mainnet.beaconstate.info - --checkpoint-sync-url=https://beaconstate.ethstaker.cc
- --datadir=/data - --datadir=/data
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --execution-endpoint=http://ethereum-mainnet-reth:8551 - --execution-endpoint=http://ethereum-mainnet-reth:8551

View File

@@ -153,7 +153,7 @@ services:
- 19286:19286/udp - 19286:19286/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -118,7 +118,7 @@ services:
- 3500 - 3500
entrypoint: [lighthouse, beacon_node] entrypoint: [lighthouse, beacon_node]
command: command:
- --checkpoint-sync-url=https://mainnet.beaconstate.info - --checkpoint-sync-url=https://beaconstate.ethstaker.cc
- --datadir=/data - --datadir=/data
- --debug-level=info - --debug-level=info
- --disable-log-timestamp - --disable-log-timestamp

View File

@@ -117,7 +117,7 @@ services:
- 15150:15150/udp - 15150:15150/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -119,7 +119,7 @@ services:
command: command:
- --accept-terms-of-use - --accept-terms-of-use
- --beacon-db-pruning - --beacon-db-pruning
- --checkpoint-sync-url=https://mainnet.beaconstate.info - --checkpoint-sync-url=https://beaconstate.ethstaker.cc
- --datadir=/data - --datadir=/data
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --execution-endpoint=http://ethereum-mainnet-reth-pruned:8551 - --execution-endpoint=http://ethereum-mainnet-reth-pruned:8551

View File

@@ -116,7 +116,7 @@ services:
- 19330:19330/udp - 19330:19330/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -118,7 +118,7 @@ services:
command: command:
- --accept-terms-of-use - --accept-terms-of-use
- --beacon-db-pruning - --beacon-db-pruning
- --checkpoint-sync-url=https://sepolia.beaconstate.info - --checkpoint-sync-url=https://checkpoint-sync.sepolia.ethpandaops.io
- --datadir=/data - --datadir=/data
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --execution-endpoint=http://ethereum-sepolia-reth:8551 - --execution-endpoint=http://ethereum-sepolia-reth:8551

View File

@@ -117,7 +117,7 @@ services:
- 17150:17150/udp - 17150:17150/udp
expose: expose:
- 3500 - 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: command:
- --history=prune - --history=prune
- --jwt-secret=/jwtsecret - --jwt-secret=/jwtsecret

View File

@@ -119,7 +119,7 @@ services:
command: command:
- --accept-terms-of-use - --accept-terms-of-use
- --beacon-db-pruning - --beacon-db-pruning
- --checkpoint-sync-url=https://sepolia.beaconstate.info - --checkpoint-sync-url=https://checkpoint-sync.sepolia.ethpandaops.io
- --datadir=/data - --datadir=/data
- --enable-historical-state-representation=false - --enable-historical-state-representation=false
- --execution-endpoint=http://ethereum-sepolia-reth-pruned:8551 - --execution-endpoint=http://ethereum-sepolia-reth-pruned:8551