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

https://github.com/shiny-lua/solana-raydium-volume-bot


https://github.com/shiny-lua/solana-raydium-volume-bot

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# How can I boost the volume of spl token in Raydium?
# Raydium Volume Bot

This volume bot distribute SOL to multiple wallets and buy and sell with that distributed wallets permanently on the Raydium platform.

## Features

- **Automated Wallet Creation**: Create number of wallets automatically to buy and sell the token
- **Automated SOL Distribution**: Distributes SOL to those new wallets.
- **Endless Buy and Sell Swaps**: Buy and Sell with those wallets permanently.
- **Configurable Parameters**: Allows customization of buy amounts, intervals, distribution settings, and more.
-
## Usage
1. Clone the repository
```
git clone https://github.com/trx-bf-sol/solana-raydium-volume-bot.git
cd Solana-raydium-volume-bot
```
2. Install dependencies
```
npm install
```
3. Configure the environment variables

Rename the .env.copy file to .env and set RPC and WSS, main wallet's secret key, and jito auth keypair.

4. Run the bot

```
npm run start
```