Skip to content

Commit

Permalink
Updating note on --initial-state (#501)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandra Tran Carrillo <[email protected]>
  • Loading branch information
lucassaldanha and alexandratran authored Nov 17, 2023
1 parent 75da70a commit 1e3a8af
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

1 comment on commit 1e3a8af

@vercel
Copy link

@vercel vercel bot commented on 1e3a8af Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doc-teku – ./

doc-teku-infura-web.vercel.app
docs.teku.consensys.net
doc-teku-git-main-infura-web.vercel.app

Please sign in to comment.