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
- Host: GitHub
- URL: https://github.com/shiny-lua/solana-raydium-volume-bot
- Owner: shiny-lua
- Created: 2024-11-14T15:47:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T15:51:36.000Z (over 1 year ago)
- Last Synced: 2025-04-10T04:34:20.906Z (about 1 year ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```