Ethereum client switcher allows validators to easily switch their execution client (Geth, Besu, Nethermind) with a single click.
The code is open source and available for both CLI (terminal) and GUI to commodate various setups and preferences.
To begin installation, paste the following commands into the terminal:
Install updates and packages:
sudo apt-get update && sudo apt-get install git curl python3-pip python3-tk -y && sudo pip install requests
Clone the client-switcher repo:
git clone https://github.com/accidental-green/client-switcher.git
Note: Choose either GUI (popup window) or CLI (in terminal)
GUI Installation:
python3 client-switcher/client_switcher_gui.py
or CLI Installation:
python3 client-switcher/client_switcher_cli.py
Select the Ethereum network, client to delete, client to install, then click "Install".
The script will delete all old client data, install the new client, and create service files, usernames, directories etc
Once installation has finished, you can start the new client and begin syncing.
NOTE: This code only changes the execution client and does not affect the beacon, validator, mev, or keystores.
This project has not been audited yet, but working to make that happen soon.
Other Ethereum related repos:
Validator Install: Fresh Ubunutu to syncing validator in minutes
Validator Updater: Instantly update clients (Execution, Consensus, and Mevboost)
Validator Controller : Easily control the validator with a single click (start, stop, journals, service files)