Skip to content

A Solana volume bot integrated with Jito πŸ€– Supports Pump.fun, Raydium, Moonshot and more...

Notifications You must be signed in to change notification settings

solxtence/volume-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Volume Bot

A Solana volume bot integrated with Jito πŸš€

This script uses our solana-swap package to get swap instructions and send transactions with Jito.

Example Usage

Here we use the bot on a random pump.fun token:

boosting-a-random-token.mp4

Key Features

  • Jito Integrated: πŸš€ Experience much faster buys and sells with Jito.
  • It's Free: πŸ‘ This is the basic version of our volume bot and it's completely free to use (An advanced version will be available soon!)
  • It's Fast: ⏱️ Minimum 1-3 buys and sells per minute (Depending on the Jito tip).
  • Easy Setup and Use: βš™οΈ Simple to set up and easy to use.
  • Supports Multiple Platforms: 🌐 Compatible with all platforms like Pump.fun, Raydium, Moonshot, Ocra, and more with the help of our solana-swap package.

Prerequisites

How to Use

  1. Clone the repository:

    git clone https://github.com/solxtence/volume-bot.git
    cd volume-bot
  2. Move to the /script folder:

    cd script
  3. Rename the .env.example file to .env:

    cp .env.example .env
  4. Open the .env file in a text editor and fill in your PRIVATE_KEY and RPC_URL. The .env file should look like this:

    PRIVATE_KEY=your_private_key_here
    RPC_URL=https://api.mainnet-beta.solana.com
    
  5. Run the script:

    node volume-bot.js
  6. Follow the prompts to set your configurations, such as the amount of runs, amount per run, token address, Jito tip, etc.

  7. Once in the bot menu, enter 1 to start the volume bot.

Make sure you have some SOL in your wallet for transaction fees.

Important Notes

  • The volume-bot.js script is compiled and minified to run faster and to prevent unauthorized copying and redistribution. This is the free version of the bot.
  • Stay tuned! A paid version of this bot is coming soon, which will enable you to send 5x or more transactions with different wallets per run compared to the current version.

Troubleshooting

  • Swap issues: πŸ”„ Check that your token addresses are correct and that you have enough balance.
  • Unexpected errors: ❓ Open an issue here and we’ll help you out!

Resources

FAQ

Is there a fee for using this bot?

No, there are no fees for using this bot. It’s free to use!

Releases

No releases published

Packages

No packages published