SolanaMevBot
DeprecatedJupiter Bot (Deprecated)

Getting Started

Set up the Jupiter bot

Deprecated: Consider using the Onchain Bot instead.

Prerequisites

  1. Private RPC endpoint — High-quality RPC is essential for the Jupiter bot
  2. Linux machine — Recommended: 4 cores, 32GB RAM, Ubuntu 22+. WSL is not recommended.
  3. SOL balance — For trading and transaction fees

Installation

Step 1: Download

Download the latest release from GitHub.

Step 2: Extract

tar -xzf smb-jupiter-linux-amd64.tar.gz

Step 3: Configure

Create a config.yaml configuration file. See Bot Configurations for reference.

Step 4: Run

./run.sh

Step 5: Run in Background

Use screen to keep the bot running:

screen -S smb
./run.sh
# Press Ctrl+A, then D to detach

Reattach with:

screen -r smb

Step 6: Join Discord

Join Discord for support.

Step 7: Firewall

The Jupiter API runs on port 18080. If running on a remote server, ensure this port is accessible locally but not exposed to the internet.

On this page