Skip to content

Commit

Permalink
Updating note on --initial-state
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha committed Nov 16, 2023
1 parent 9404cbb commit ce6b161
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/get-started/checkpoint-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ teku --eth1-endpoint=http://localhost:8545 \
--initial-state=state.ssz
```

Another option is to use [`--initial-state`](../reference/cli/index.md#initial-state) with the URL of the state you want to use:

```bash
teku --eth1-endpoint=http://localhost:8545 \
--validator-keys=/Users/me/mainnet/validator/keys:/Users/me/mainnet/validator/passwords \
--initial-state=http://other-node:5051/eth/v2/debug/beacon/states/finalized
```
:::

<!--links-->
Expand Down

0 comments on commit ce6b161

Please sign in to comment.