mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(book): recommend more CL checkpoints (#3601)
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user