- Download this version onto your Ubuntu server with this command:
wget https://github.com/AlexRubik/rude-bot-solana/releases/download/v3.1.0-alpha/rude-bot-alpha3_1_0.zip
New param in jupManagerConfig.json. If set to true, it will only include the most popular dexes. If false, it will include ALL dexes.
Starting jup with all dexes can take up to 10 minutes, so setting this to true should reduce that time a bit.
"mainDexesOnly": true
To get started on a new server, run these commands individually:
sudo apt update && apt upgrade -y && apt install -y screen unzip
wget https://github.com/AlexRubik/rude-bot-solana/releases/download/v3.1.0-alpha/rude-bot-alpha3_1_0.zip
unzip rude-bot-alpha3_1_0.zip
cd rude-bot-alpha3_1_0
./rude --help
CLI Command Args
For args, use this format: ./rude --help
--help
: Show help message--overview
: Show quick start guide--createkp
: Create new Solana keypair--cnxs
: Configure RPC/GRPC connections--jup
: Start Jupiter API instance- To start the bot, just use
./rude