Updating Execution Client
🚀 Automated Updates
💊Install EthPillar: a simple companion UI for node management!
Update your software with a keystroke.
To update, navigate to
EthPillar > Execution Client > Update to latest release

⏩ Manual Updates
When a new release is cut, you will want to update to the latest stable release. The following shows you how to update your execution client.
Always review the release notes before updating. There may be changes requiring your attention.
Step 1: Select your execution client.
Staking setups prior to July 2023: Using eth1 as the execution client service name? V1 update instructions available here.
Nethermind
Besu
Geth
Erigon
Reth
Step 2: Verify services and logs are working properly
# Verify services status
sudo systemctl status execution
# Check logs
sudo journalctl -fu execution
Step 3: Optional - Verify your validator's attestations on public block explorer
1) Visit https://beaconcha.in/ or https://beaconscan.com/
2) Enter your validator's pubkey into the search bar and look for successful attestations.
Last updated