Improving Validator Attestation Effectiveness

πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘§ Strategy: Increase beacon chain peer count

This change will result in increased bandwidth and memory usage. Tweak and tailor appropriately for your hardware.

Kudos to RΓ©my Roy for this strat.

Edit your consensus.service unit file.

sudo nano /etc/systemd/system/consensus.service

Add the following flag to increase peers on the ExecStart line.

--target-peers 100
# Example
# lighthouse bn --target-peers 100 --staking --metrics --network mainnet

Reload the updated unit file and restart the beacon-chain process to complete this change.

sudo systemctl daemon-reload
sudo systemctl restart consensus

βš™οΈ Strategy: Perform updates or reboots during the longest attestation gap

Learn how to at this quick guide.

Last updated