Update client
Check current version:/usr/local/bin/mev-boost --version
-
Find the latest stable version at Github
Write latest stable Mev-boost version from https://github.com/flashbots/mev-boost/releases:
-
Download Mev-boost version
1.10.1from GitHubcd ~/downloads && curl -LO https://github.com/flashbots/mev-boost/releases/download/v1.10.1/mev-boost_1.10.1_linux_amd64.tar.gzGet hash of the downloaded file
sha256sum mev-boost_1.10.1_linux_amd64.tar.gzAnd compare it to content of https://github.com/flashbots/mev-boost/releases/download/v1.10.1/checksums.txt.
-
Unpack mevboost
tar xvf mev-boost_1.10.1_linux_amd64.tar.gz -
Stop mevboost client
sudo systemctl stop mevboost -
Rewrite original mev-boost client
sudo cp ~/downloads/mev-boost /usr/local/bin Start Mev boost service
sudo systemctl start mevboostMonitor Mev-boost running
systemctl status mevboostjournalctl -fu mevboost.service-
Remove downloaded and unpacked files
rm LICENSE README.md mev-boost mev-boost_1.10.1_linux_amd64.tar.gz