A Solana volume bot integrated with Jito π
This script uses our solana-swap package to get swap instructions and send transactions with Jito.
Here we use the bot on a random pump.fun token:
boosting-a-random-token.mp4
- 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.
- Node.js (install from nodejs.org)
-
Clone the repository:
git clone https://github.com/solxtence/volume-bot.git cd volume-bot
-
Move to the
/script
folder:cd script
-
Rename the
.env.example
file to.env
:cp .env.example .env
-
Open the
.env
file in a text editor and fill in yourPRIVATE_KEY
andRPC_URL
. The.env
file should look like this:PRIVATE_KEY=your_private_key_here RPC_URL=https://api.mainnet-beta.solana.com
-
Run the script:
node volume-bot.js
-
Follow the prompts to set your configurations, such as the amount of runs, amount per run, token address, Jito tip, etc.
-
Once in the bot menu, enter
1
to start the volume bot.
Make sure you have some SOL in your wallet for transaction fees.
- 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.
- 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!
Is there a fee for using this bot?
No, there are no fees for using this bot. Itβs free to use!