The Flashbots MEV-Boost Mainnet Relay is now live and ready for configuration at:
https://boost-relay.flashbots.net
Connect to the Flashbots MEV-Boost Mainnet Relay
- Install the latest version of MEV-Boost
- Run mev-boost pointed at our Mainnet Relay with the following command:
./mev-boost -mainnet -relay-check -relays https://0xac6e77dfe25ecd6110b8e780608cce0dab71fdd5ebea22a16c0205200f2f8e2e3ad3b71d3499c54ad14d6c21b41a37ae@boost-relay.flashbots.net
Note: You can add multiple relays comma-separated to the -relays
flag, like this: -relays https://relay1,https://relay2
- Configure a supported consensus client. Detailed instructions are available on the MEV-boost testing wiki, and guides for connecting the client to mev-boost can be found in the consensus client compatibility table, along with associated client setup guide.
- Confirm the setup works by calling the data API to see your validator registration (example).
âš¡Â If you have additional questions, please ask on GitHub or Discord!