We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59feb0 commit 4b522d7Copy full SHA for 4b522d7
book/src/run_a_node.md
@@ -78,12 +78,9 @@ lighthouse bn \
78
--network mainnet \
79
--execution-endpoint http://localhost:8551 \
80
--execution-jwt /secrets/jwt.hex \
81
- --checkpoint-sync-url https://mainnet.checkpoint.sigp.io \
82
- --disable-deposit-contract-sync
+ --checkpoint-sync-url https://mainnet.checkpoint.sigp.io
83
```
84
85
-Since we are not staking, we can use the `--disable-deposit-contract-sync` flag to disable syncing of deposit logs from the execution node.
86
-
87
Once Lighthouse runs, we can monitor the logs to see if it is syncing correctly.
88
89
## Step 4: Check logs for sync status
0 commit comments