Improving Validator Attestation Effectiveness
๐จโ๐ฉโ๐งโ๐ง Strategy: Increase beacon chain peer count
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