feat(book): recommend more CL checkpoints (#3601)

This commit is contained in:
Alexey Shekhirin
2023-07-05 14:38:37 +01:00
committed by GitHub
parent 338d6d5d9f
commit 5b246fe29d

View File

@ -53,12 +53,14 @@ RUST_LOG=info lighthouse bn \
--execution-jwt /path/to/secret --execution-jwt /path/to/secret
``` ```
If you don't intend on running validators on your node you can add : If you don't intend on running validators on your node you can add:
``` bash ``` bash
--disable-deposit-contract-sync --disable-deposit-contract-sync
``` ```
The `--checkpoint-sync-url` argument value can be replaced with any checkpoint sync endpoint from a [community maintained list](https://eth-clients.github.io/checkpoint-sync-endpoints/#mainnet).
Your Reth node should start receiving "fork choice updated" messages, and begin syncing the chain. Your Reth node should start receiving "fork choice updated" messages, and begin syncing the chain.
## Verify the chain is growing ## Verify the chain is growing