Rude - Solana Arbitrage Bot
  • Official Links
  • Easy Setup Video
  • Requirements
  • Bot Setup Instructions
    • .env
    • baseConfig.json
    • includeMints.json
    • Keypair
    • Jupiter v6 Access
    • RPC + gRPC
  • Optimal Setup
  • Fee
  • FAQ / Errors
  • Strategies
  • Development
    • Source Code Purchase
Powered by GitBook
On this page

Bot Setup Instructions

PreviousRequirementsNext.env

Last updated 3 months ago

  1. (on Linux, use the wget command) onto the machine you will run the bot on, unzip the zip file, and keep all files in the same folder. e.g.,

wget https://github.com/AlexRubik/rude-bot-solana/releases/download/v3.1.0-alpha/rude-bot-alpha3_1_0.zip
sudo apt update && apt upgrade -y && apt install -y screen unzip && apt install python3-pip -y
pip3 install requests python-dotenv
unzip rude-bot-alpha3_1_0.zip
cd rude-bot-alpha3_1_0
./rude --help
Download zip file