Skip to content

Commit

Permalink
Merge pull request #27 from flashbots/lighthouse-sync-fix
Browse files Browse the repository at this point in the history
Trigger Geth Sync Immediately
  • Loading branch information
astarinmymind authored Feb 19, 2025
2 parents e558e19 + 12fa233 commit 866e9ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-core/lighthouse/init
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ start_lighthouse() {
--checkpoint-sync-url https://mainnet.checkpoint.sigp.io \
--disable-deposit-contract-sync \
--datadir "$LIGHTHOUSE_DIR" \
--disable-optimistic-finalized-sync \
--disable-quic \
2>&1 | tee ${LOGFILE}"
}

Expand Down

0 comments on commit 866e9ff

Please sign in to comment.