SMB Bot Users
If you're currently using SMB's on-chain bot, we offer a compatible alternative with identical features. Our bot is designed as a drop-in replacement for SMB's solution, allowing you to seamlessly transition by simply replacing the SMB bot binary with ours.
Quick Migration
To get started, run our migration script in the folder where you've already been running the SMB bot
curl -fsSL https://get.lowfeemevbot.com/lmb-onchain.sh | bash
You should have these files in the current folder
lmb-onchain upgrade.sh version.txt
Or, if you prefer the manual way
Download
In the folder where you've already been running the SMB bot, download the latest lmb-onchain
using wget
wget https://dist.lowfeemevbot.com/downloads/lmb-onchain-latest.zip
Unzip the file
unzip lmb-onchain-latest.zip
You should have these files in the current folder
lmb-onchain upgrade.sh version.txt
Make the bot binary and upgrade script executable
chmod +x lmb-onchain upgrade.sh
You can start the bot using our binary just like the SMB bot
./lmb-onchain run config.toml
Or if you want to replace the smb-onchain
bot entirely
mv lmb-onchain smb-onchain
./smb-onchain run config.toml