mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-21 20:10:36 +00:00
use finalized checkpoint as default trusted node documented target (#5382)
This commit is contained in:
parent
8725595328
commit
f99bb881f4
@ -133,13 +133,13 @@ If you have a state file available, you can start the node using the `--finalize
|
||||
|
||||
```sh
|
||||
# Obtain a state and a block from a Beacon API - these must be in SSZ format:
|
||||
curl -o state.32000.ssz \
|
||||
curl -o state.finalized.ssz \
|
||||
-H 'Accept: application/octet-stream' \
|
||||
http://localhost:5052/eth/v2/debug/beacon/states/32000
|
||||
http://localhost:5052/eth/v2/debug/beacon/states/finalized
|
||||
|
||||
# Start the beacon node using the downloaded state as starting point
|
||||
./run-mainnet-beacon-node.sh \
|
||||
--finalized-checkpoint-state=state.32000.ssz
|
||||
--finalized-checkpoint-state=state.finalized.ssz
|
||||
```
|
||||
|
||||
## Recreate historical state access indices
|
||||
|
Loading…
x
Reference in New Issue
Block a user