From 4b522d760b896345070276c078a87afc735a5aea Mon Sep 17 00:00:00 2001 From: 0x19dG87 <75646722+0x19dG87@users.noreply.github.com> Date: Fri, 24 Oct 2025 04:13:39 +0300 Subject: [PATCH] Remove deprecated flag --disable-deposit-contract-sync from doc (#8124) Co-Authored-By: 0x19dG87 --- book/src/run_a_node.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/book/src/run_a_node.md b/book/src/run_a_node.md index 6c43ef5e32..bd234ff257 100644 --- a/book/src/run_a_node.md +++ b/book/src/run_a_node.md @@ -78,12 +78,9 @@ lighthouse bn \ --network mainnet \ --execution-endpoint http://localhost:8551 \ --execution-jwt /secrets/jwt.hex \ - --checkpoint-sync-url https://mainnet.checkpoint.sigp.io \ - --disable-deposit-contract-sync + --checkpoint-sync-url https://mainnet.checkpoint.sigp.io ``` -Since we are not staking, we can use the `--disable-deposit-contract-sync` flag to disable syncing of deposit logs from the execution node. - Once Lighthouse runs, we can monitor the logs to see if it is syncing correctly. ## Step 4: Check logs for sync status