From 5b246fe29d37bdab582819f74a57195626baa7c9 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Wed, 5 Jul 2023 14:38:37 +0100 Subject: [PATCH] feat(book): recommend more CL checkpoints (#3601) --- book/run/mainnet.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/run/mainnet.md b/book/run/mainnet.md index c9286a7ca..e3f47cff0 100644 --- a/book/run/mainnet.md +++ b/book/run/mainnet.md @@ -53,12 +53,14 @@ RUST_LOG=info lighthouse bn \ --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 --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. ## Verify the chain is growing