Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rabnail-sol/solana-raydium-volume-bot

Solana Raydium Volume Bot: Increases volume of the pool through endless swap of buy and sell transactions
https://github.com/rabnail-sol/solana-raydium-volume-bot

bot raydium raydium-bot solana trading trading-bot tradingbot volume-bot volumebot

Last synced: 2 days ago
JSON representation

Solana Raydium Volume Bot: Increases volume of the pool through endless swap of buy and sell transactions

Awesome Lists containing this project

README

        

# Raydium Volume Bot Version 2

Solana volume bot: This bot is designed to automate the distribution of SOL to multiple wallets and execute endless buy and sell swap transactions simultaneously on the Raydium platform. It leverages Solana's blockchain technology to perform these operations efficiently.

#### This bot is built version and original version can be purchased by contacting me. Additional update like jito mode and other features can be done at any time with requirment

## 🔧 Last Version's Demerits
- ❌ **Repetitive buy and sell with one wallet**: The last version of the Raydium Volume Bot used fixed wallets, so it was apparent on DexScreener that some wallets performed repetitive buy and sell actions.
- ❌ **No increase in the number of makers**: It didn't increase the number of pool makers, only the volume.
- ❌ **Gathering token instead of SOL**: When gathering, if there were tokens left, it didn't sell them before gathering. Instead, it just gathered tokens to the main wallet.
- ❌ **Equal number of buys and sells**: One-time buy and one-time sell actions left sell pressure at the end, as there was always a sell at the end of the volume operation.

## 🚀 Improvements
- ✅ **Transferring SOL to new wallet**: After buying and selling in one wallet, it transfers SOL to a newly created wallet and continues buying and selling there.
- ✅ **Maker increase**: New wallets are created every round of buying and selling, increasing the number of makers.
- ✅ **Sell before gather**: When gathering, if there are tokens left in the wallet, it sells the tokens first and gathers only SOL (the token account rent of 0.00203 SOL is reclaimed).
- ✅ **More buys than sells**: It randomly buys twice with SOL in the wallet and sells all tokens after some time, making the number of buys twice as many as sells, thus creating more buy pressure.

## This release version is for demo, so buy and sell amount with SOL is fixed at 0.003SOL, you can ask me for a gather script if you get to need that

## 🌟 Features
- ⚙️ **Automated SOL Distribution**: Distributes SOL to new wallets.
- 🔄 **Endless Buy and Sell Swaps**: Performs simultaneous buy and sell transactions.
- 🚀 **Swap with Jupiter V6**: Swap is performed with Jupiter V6 swap aggregator.
- 🛠️ **Configurable Parameters**: Allows customization of buy amounts, intervals, distribution settings, and more.

### Live running video of this volume bot is here
https://github.com/user-attachments/assets/77d00b0a-e455-4fc1-b5c6-380fdd12a5fe

## 📋 Environment Variables

The bot uses the following environment variables. Rename the `.env.copy` file to `.env` and set the necessary variables.

```env
PRIVATE_KEY= # Private key for the main wallet
RPC_ENDPOINT= # RPC endpoint for Solana
RPC_WEBSOCKET_ENDPOINT= # RPC WebSocket endpoint for Solana

####### BUY SETTING #######
BUY_UPPER_PERCENT=60 # Higher percent limit of SOL that can be used to buy token in wallet
BUY_LOWER_PERCENT=30 # Lower percent limit of SOL (30 means, it buys with larger than 30% of SOL in wallet when buy)

BUY_INTERVAL_MAX=30 # Upper limit of seconds to wait after second buy
BUY_INTERVAL_MIN=2 # Lower limit of seconds (it waits from 2 to 30 secs after second buy before second buy)

SELL_INTERVAL_MAX=30 # Upper limit of seconds to wait after sell
SELL_INTERVAL_MIN=3 # Lower limit of seconds (it waits from 2 to 30 secs after sell to transfer SOL)

DISTRIBUTE_WALLET_NUM=4 # Number of wallets that run in parallel which makes volume (max: 20)

SLIPPAGE=50 # Slippage in percent

TOKEN_MINT=7MFX5LySd9CdaD8irWnLLKanpDw6gxbBuhEg3qCHWc4C # Mint address of token to increase volume
```

# 🚀 Usage
### 1. Clone the repository
```
git clone https://github.com/Rabnail-SOL/Solana-Raydium-Volume-Bot.git
cd Raydium-Volume-Bot-V2
```
### 2. Install dependencies
```
npm install
```
### 3. Configure the environment variables

Rename the .env.copy file to .env and set RPC and WSS, main keypair's secret key and other variables.

### 4. Run the bot

```
npm start
```

### 5. Gather the funds from distributed wallets

```
npm run gather
```

# 👤 Author

### Discord: rabnail_15 in discord

### Twitter: [@Rabnail_SOL](https://twitter.com/Rabnail_SOL)

### Telegram: [@Rabnail_SOL](https://t.me/Rabnail_SOL)

You can always find me here, for help, or for other projects.