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.9from GitHubcd ~/downloads curl -LO https://github.com/flashbots/mev-boost/releases/download/v1.9/mev-boost_1.9_linux_amd64.tar.gzGet hash of the downloaded file
sha256sum mev-boost_1.9_linux_amd64.tar.gzAnd compare it to content of https://github.com/flashbots/mev-boost/releases/download/v1.9/checksums.txt.
-
Unpack mevboost
tar xvf mev-boost_1.9_linux_amd64.tar.gzRemove downloaded + useless unpacked files
rm LICENSE README.md mev-boost_1.9_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