docs: remove deprecated --disable-deposit-contract-sync lighthouse flag (#20591)

This commit is contained in:
Vitalyr
2025-12-24 12:33:05 +00:00
committed by GitHub
parent 3ec1ca58e0
commit 8e975f940c

View File

@@ -71,12 +71,6 @@ lighthouse bn \
--execution-jwt /path/to/secret
```
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.