optimize for calls
This commit is contained in:
@@ -74,7 +74,7 @@ services:
|
||||
command:
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=https://lodestar-mainnet.chainsafe.io
|
||||
- --checkpoint-sync-url=https://mainnet.beaconstate.info
|
||||
- --datadir=/data
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-mainnet:8551
|
||||
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
ports:
|
||||
- 19563:19563
|
||||
- 19563:19563/udp
|
||||
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://lodestar-mainnet.chainsafe.io --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://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||
command:
|
||||
- --history=prune
|
||||
- --jwt-secret=/jwtsecret
|
||||
|
||||
@@ -79,7 +79,7 @@ services:
|
||||
command:
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=https://lodestar-mainnet.chainsafe.io
|
||||
- --checkpoint-sync-url=https://mainnet.beaconstate.info
|
||||
- --datadir=/data
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-mainnet-archive:8551
|
||||
|
||||
@@ -81,7 +81,7 @@ services:
|
||||
ports:
|
||||
- 19286:19286
|
||||
- 19286:19286/udp
|
||||
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://lodestar-mainnet.chainsafe.io --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://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||
command:
|
||||
- --history=prune
|
||||
- --jwt-secret=/jwtsecret
|
||||
|
||||
@@ -78,7 +78,7 @@ services:
|
||||
ports:
|
||||
- 15150:15150
|
||||
- 15150:15150/udp
|
||||
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://lodestar-mainnet.chainsafe.io --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://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||
command:
|
||||
- --history=prune
|
||||
- --jwt-secret=/jwtsecret
|
||||
|
||||
@@ -80,7 +80,7 @@ services:
|
||||
command:
|
||||
- --accept-terms-of-use
|
||||
- --beacon-db-pruning
|
||||
- --checkpoint-sync-url=https://lodestar-mainnet.chainsafe.io
|
||||
- --checkpoint-sync-url=https://mainnet.beaconstate.info
|
||||
- --datadir=/data
|
||||
- --enable-historical-state-representation=false
|
||||
- --execution-endpoint=http://ethereum-mainnet:8551
|
||||
|
||||
Reference in New Issue
Block a user