githubEdit

Improving Validator Attestation Effectiveness

👨‍👩‍👧‍👧 Strategy: Increase beacon chain peer count

circle-info

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

Kudos to Rémy Royarrow-up-right 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