mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 14:54:45 +00:00
Merge branch 'unstable' of https://github.com/sigp/lighthouse into merge-unstable-deneb-june-6th
This commit is contained in:
@@ -48,6 +48,17 @@ The Ethereum community provides various [public endpoints](https://eth-clients.g
|
||||
lighthouse bn --checkpoint-sync-url https://example.com/ ...
|
||||
```
|
||||
|
||||
### Adjusting the timeout
|
||||
|
||||
If the beacon node fails to start due to a timeout from the checkpoint sync server, you can try
|
||||
running it again with a longer timeout by adding the flag `--checkpoint-sync-url-timeout`.
|
||||
|
||||
```
|
||||
lighthouse bn --checkpoint-sync-url-timeout 300 --checkpoint-sync-url https://example.com/ ...
|
||||
```
|
||||
|
||||
The flag takes a value in seconds. For more information see `lighthouse bn --help`.
|
||||
|
||||
## Backfilling Blocks
|
||||
|
||||
Once forwards sync completes, Lighthouse will commence a "backfill sync" to download the blocks
|
||||
|
||||
Reference in New Issue
Block a user