ethereum: replace beaconstate.ethstaker.cc with sync-mainnet.beaconcha.in for mainnet checkpoint-sync
Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
@@ -116,7 +116,7 @@ services:
|
||||
command:
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=https://beaconstate.ethstaker.cc
|
||||
- --checkpoint-sync-url=https://sync-mainnet.beaconcha.in
|
||||
- --datadir=/data
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-mainnet-geth-minimal:8551
|
||||
|
||||
@@ -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://beaconstate.ethstaker.cc --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://sync-mainnet.beaconcha.in --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||
command:
|
||||
- --history=prune
|
||||
- --jwt-secret=/jwtsecret
|
||||
|
||||
@@ -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://beaconstate.ethstaker.cc --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://sync-mainnet.beaconcha.in --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||
command:
|
||||
- --history=prune
|
||||
- --jwt-secret=/jwtsecret
|
||||
|
||||
@@ -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://beaconstate.ethstaker.cc --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://sync-mainnet.beaconcha.in --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||
command:
|
||||
- --history=prune
|
||||
- --jwt-secret=/jwtsecret
|
||||
|
||||
@@ -112,7 +112,7 @@ services:
|
||||
command:
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=https://beaconstate.ethstaker.cc
|
||||
- --checkpoint-sync-url=https://sync-mainnet.beaconcha.in
|
||||
- --datadir=/data
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-mainnet-geth:8551
|
||||
|
||||
Reference in New Issue
Block a user