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 beacon-chain.service unit file (except for Teku).

sudo nano /etc/systemd/system/beacon-chain.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 beacon-chain

โš™๏ธ Strategy: Perform updates or reboots during the longest attestation gap

Learn how to at this quick guide.

Last updated