SolanaMevBot
  • 🤖SolanaMevBot - Solana Arbitrage Bot
    • 📘Blog
      • The Current Landscape of MEV on Solana
      • How to Frontrun on Solana: A Step-by-Step Guide
    • đŸ’ĩFees
  • Onchain Bot
    • â„šī¸How this bot work
    • đŸ› ī¸Getting started
    • â›“ī¸Onchain program
    • 🔍Address lookup table
    • 📝Bot configurations
  • 🚀Releases
  • â€ŧī¸Trouble shooting
  • 💹Performance tuning
  • Onchain Bot Dashboard
  • Jupiter Bot
    • â„šī¸How this bot work
    • đŸ› ī¸Getting started
    • 📝Bot configurations
      • 📚Config examples
    • 🔡Common workflow
    • 💹Performance tuning
    • 🧩Bot Strategy
    • â€ŧī¸Trouble shooting
    • 🚀Releases
    • ❓FAQ
    • Dashboard
  • Community
    • Discord
Powered by GitBook
On this page
  1. Onchain Bot

Getting started

PreviousHow this bot workNextOnchain program

Last updated 18 hours ago

Technically there's no minimum requirement for SOL amount to use the bot. But it's recommended to have some sol in the wallet as it will use it to do arbitrage trade.

The trade size of this bot is decided onchain to find the most optimal one, so you need to keep enough wsol in your wallet for the trades to happen.

Step1: Get a private RPC

Make sure you find a private RPC, public ones won't work for this bot.

Step 2: Get a Linux machine

The bot runs on linux, so you need to either rent one or use your own. The bot has very minimum requirement for hardware. In theory you can run it on any linux machine. WSL on windows is known to have issue and not working well with the bot.

Step 3: Download and unzip

Download

First ssh into your Linux machine, then download the zip file for the latest release.

The latest release can be found here:

Create a new folder for the bot

mkdir bot
cd bot

Install wget

sudo apt update
sudo apt install wget

Download using wget. Note you should replace the link with the one in the latest release:

wget https://sourceforge.net/projects/solanamevbotonchain/files/smb-onchain-0.7.1.zip

Install unzip

sudo apt update
sudo apt install unzip

Unzip the file(replace the file name with the one you downloaded)

unzip smb-onchain-0.7.1.zip

Upgrade to the latest version

./upgrade.sh

Check if everything is unzipped correctly

ls

You should see at least the following files after running ls

upgrade.sh

smb-onchain

Step 4: Config and Run

Setup

Refer to the Bot configurations page for how to create a config file. You should create a config file called config.toml

Last step, give permissions to the bot to run

chmod +x *

Now you are all set to run!

To run the bot, simply do the following:

./smb-onchain run config.toml

Join the to learn how to optimize your setup with other users!

Step 5: Join Discord

Join our discord to learn how to boost your profit!

đŸ› ī¸
Release
Discord
https://discord.gg/solanamevbot