Solana Volume Bot for Raydium (V4/CPMM), Pumpfun, Moonshot, Orca and Jupiter.
Solana Volume Bot
PoC of multi-threaded bot for generating volume on Solana DEXes using the Solana Swap API from Solana Tracker https://docs.solanatracker.io
Features
- Supports multiple DEXes:
- Multi-wallet support
- Parallel execution with multiple threads
- Configurable delays for buying and selling
- Option to use regular transactions or Jito for transaction processing
- Detailed logging with timestamps and color-coded actions
Prerequisites
- Node.js (v14 or later recommended) or Boop
- npm (comes with Node.js)
- One or multiple Solana wallets with SOL
Installation
- Clone the repository:
- Install dependencies:
- Create a
.envfile in the root directory and add your configuration:
Usage
Run the bot with:
node index.js
Configuration
Adjust the settings in your .env file to customize the bot's behavior:
- AMOUNT: The amount of SOL to swap in each transaction
- TOKEN_ADDRESS: The address of the token you're trading
- DELAY: Delay between swap cycles (in milliseconds)
- SELL_DELAY: Delay between buy and sell operations (in milliseconds)
- SLIPPAGE: Maximum allowed slippage (in percentage)
- PRIORITY_FEE: Priority fee for transactions
- JITO: Set to "true" to use Jito for transaction processing
- RPC_URL: Your Solana RPC URL
- THREADS: Number of parallel threads to run
API Usage and Fees
This bot uses the Solana Swap API from SolanaTracker.io.
Note: The Swap API charges a fee for usage:
- Standard fee: 0.5% on each successful transaction
- For high-volume users: Fees can be reduced to as low as 0.05% or a fixed fee per month (subject to approval)
- Discord: SolanaTracker Discord
- Email: swap-api@solanatracker.io
Disclaimer
This bot is for educational purposes only, we don't recommend the use of volume bots. Use at your own risk. Always understand the code you're running and the potential financial implications of automated trading.
License
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
Support
If you like this project, please consider giving it a ⭐️ on GitHub!