Git Product home page Git Product logo

raydium_volume_bot-v2's Introduction

Raydium Volume Bot Version 2

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.

๐Ÿ”ง 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.

๐ŸŒŸ 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.

๐Ÿ“‹ Environment Variables

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

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

The repository set to private, you need to contact in telegram or twitter

git clone https://github.com/solana-lunatic/Raydium-Volume-Bot-V2.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

Twitter: @Lamoerey

https://twitter.com/Lamoerey

Telegram: @Lamoerey

https://t.me/Lamoerey

Volume bot source code can be owned with 10SOL.

You can also ask for running the volume bot with 2SOL, and you only need to supply SOL to run volume bot.

Custom volume bot is also available with snipers and bundler tools.

raydium_volume_bot-v2's People

Contributors

solana-lunatic avatar

Stargazers

 avatar  avatar winwin avatar  avatar DarshanSp avatar MoonCity avatar Sol Horse avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.