Installation

MEV Boost client installation guide.

Create Aliases

echo "alias mev-log='journalctl -f -u mevboost.service -o cat | ccze -A'" >> ~/.bashrc
echo "alias mev-start='sudo systemctl start mevboost.service'" >> ~/.bashrc
echo "alias mev-stop='sudo systemctl stop mevboost.service'" >> ~/.bashrc
echo "alias mev-restart='sudo systemctl restart mevboost.service'" >> ~/.bashrc
echo "alias mev-status='sudo systemctl status mevboost.service'" >> ~/.bashrc
echo "alias mev-config='sudo vim /etc/systemd/system/mevboost.service'" >> ~/.bashrc
echo "alias mev-enable='sudo systemctl enable mevboost.service'" >> ~/.bashrc
echo "alias mev-disable='sudo systemctl disable mevboost.service'" >> ~/.bashrc
echo "alias mev-update='~/mev-update.sh'" >> ~/.bashrc

source ~/.bashrc

MEV Boost - Install

Build the latest version of MEV Boost.

Move the compiled MEV Boost build to a new directory.

Create MEV Boost user and directory.

MEV Boost - Configure Service

Configure MEV Boost service using the command line flags.

Start the service and check it's working as expected.

MEV Boost - Update Scripts

Create MEV Boost update script.

Make the script executable.

Last updated