Easily build and update MEV-Boost from Flashbots
MEV-Boost-Updater is a tool to help update the MEV-Boost process from Flashbots. MEV-Boost is open source middleware run by validators to access a competitive block-building market. MEV-Boost is an initial implementation of proposer-builder separation (PBS) for proof-of-stake (PoS) Ethereum. You can read more about MEV-Boost here
- v1.0
Before using this program you will need to have the following packages installed.
- golang
- mev-boost
- git
- wget
To install all required packages enter the following command.
sudo apt install golang git wget
You can install MEV-Boost-Updater to any location you wish. It is recommended to install this to your home direction (~)
To install MEV-Boost-Updater please enter the following commands:
wget -O mev-boost-updater.sh https://raw.githubusercontent.com/jordanhillis/mev-boost-updater/main/mev-boost-updater.sh
chmod +x mev-boost-updater.sh
./mev-boost-updater.sh
To update MEV-Boost-Updater please run the same commands as described in the "Installing" section.
- Jordan Hillis - Lead Developer
This project is licensed under the GPLv3 License - see the LICENSE file for details
- This program is not an official program by Flashbots or the Ethereum Foundation