Updating Execution Clients
Procedure for upgrading Geth, Nethermind, Besu, etc.
General Workflow
🔵 Geth (Go-Ethereum)
# 1. Update repository and install latest version
sudo apt update && sudo apt install geth
# 2. Restart the service to apply changes
sudo systemctl restart geth
# 3. Verify new version
geth version⚫ Nethermind
🟢 Besu
🟣 Erigon
Last updated