DeprecatedJupiter Bot (Deprecated)
Getting Started
Set up the Jupiter bot
Deprecated: Consider using the Onchain Bot instead.
Prerequisites
- Private RPC endpoint — High-quality RPC is essential for the Jupiter bot
- Linux machine — Recommended: 4 cores, 32GB RAM, Ubuntu 22+. WSL is not recommended.
- 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.gzStep 3: Configure
Create a config.yaml configuration file. See Bot Configurations for reference.
Step 4: Run
./run.shStep 5: Run in Background
Use screen to keep the bot running:
screen -S smb
./run.sh
# Press Ctrl+A, then D to detachReattach with:
screen -r smbStep 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.