doc: minor fix to mainnet run book (#3374)

This commit is contained in:
W
2023-06-25 15:20:03 +02:00
committed by GitHub
parent 05eada7aa2
commit 1777a20d24

View File

@ -41,7 +41,13 @@ Assuming you have done that, run:
RUST_LOG=info lighthouse bn \
--checkpoint-sync-url https://mainnet.checkpoint.sigp.io \
--execution-endpoint http://localhost:8551 \
--execution-jwt ~/.local/share/reth/jwtsecret/jwt.hex
--execution-jwt ~/.local/share/reth/mainnet/jwt.hex
```
If you don't intend on running validators on your node you can add :
``` bash
--disable-deposit-contract-sync
```
Your Reth node should start receiving "fork choice updated" messages, and begin syncing the chain.