https://github.com/solxtence/volume-bot
A Solana volume bot integrated with Jito π€ Supports Pump.fun, Raydium, Moonshot and more...
https://github.com/solxtence/volume-bot
jito jito-volume-bot moonshot-volume-bot pumpfun pumpfun-volume-bot raydium raydium-cpmm solana-volume-bot volume-bot
Last synced: 3 months ago
JSON representation
A Solana volume bot integrated with Jito π€ Supports Pump.fun, Raydium, Moonshot and more...
- Host: GitHub
- URL: https://github.com/solxtence/volume-bot
- Owner: solxtence
- Created: 2024-09-08T13:11:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T08:47:44.000Z (9 months ago)
- Last Synced: 2024-11-24T20:26:02.186Z (6 months ago)
- Topics: jito, jito-volume-bot, moonshot-volume-bot, pumpfun, pumpfun-volume-bot, raydium, raydium-cpmm, solana-volume-bot, volume-bot
- Homepage: https://solxtence.com
- Size: 272 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Volume Bot
A Solana volume bot integrated with Jito π
This script uses our [solana-swap](https://www.npmjs.com/package/@solxtence/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:https://github.com/user-attachments/assets/37dc68b8-dea2-42e7-b6de-3e2ccdaed532
## 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](https://www.npmjs.com/package/@solxtence/solana-swap) package.## Prerequisites
- Node.js (install from [nodejs.org](https://nodejs.org/))
## How to Use
1. Clone the repository:
```sh
git clone https://github.com/solxtence/volume-bot.git
cd volume-bot
```2. Move to the `/script` folder:
```sh
cd script
```3. Rename the `.env.example` file to `.env`:
```sh
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:
```sh
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](https://github.com/solxtence/volume-bot/issues) and weβll help you out!## Resources
- [SolanaSwap NPM Package](https://www.npmjs.com/package/@solxtence/solana-swap)
- [Swap API Docs](https://docs.solxtence.com/swap)## FAQ
**Is there a fee for using this bot?**
No, there are no fees for using this bot. Itβs free to use!