Improving Validator Attestation Effectiveness

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

Learn how to at this quick guide.

Last updated