Getting Started
Requirement
To run the LMB on-chain bot, you need
- an
amd64machine running Linux - a Solana RPC(e.g. from Helius)
- a Solana wallet with some SOL for tx fee
Download
Create a folder for the bot
mkdir bot
cd bot
and simply run
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
Create a folder for the bot
mkdir bot
cd bot
Install wget and unzip
sudo apt update
sudo apt install wget unzip
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
Configure and Run
Follow the instruction in the Bot Configuratios page to create your config file. Once you have created the config file(e.g. config.toml), start the bot with
./lmb-onchain run config.toml
Join Discord
Join our Discord channel to connect with fellow LMB users!