Skip to content

cutupdev/Moonshot-Bundler-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Moonshot Bundler Bot

Solana moonshot bundler, it designed to facilitate buying and selling with multi wallets simultaneously on the Solana. It used cutting-edge technologies for solana bundler so it's wonderful for for users looking to manage multiple transactions efficiently and effectively. This is basic version for giving basic understanding solana moonshot bundler on moonshot, so for real product, you need to get advanced version. Feel free to reach out of me when you need advanced version(https://wa.me/13137423660 or https://t.me/DevCutup)

How to use it

Prerequisites

  • Node.js (v14 or later recommended)
  • npm (comes with Node.js)
  • One or multiple Solana wallets with SOL

Installation

  1. Clone the repository: git clone https://github.com/cutupdev/Moonshot-Bundler-Bot.git cd ./Moonshot-Bundler-Bot
  2. Install dependencies: npm install (or yarn)
  3. Create a .env file in the root directory and add your configuration: AMOUNT=0.001 TOKEN_ADDRESS=your_token_address DELAY=2000 SLIPPAGE=1 PRIORITY_FEE=0.0005 JITO=false RPC_URL=your_rpc_url THREADS=2
  4. Run node index.js

Configuration

Adjust the settings in your .env file to customize the bot's behavior:

  • AMOUNT: The amount of SOL to swap in each transaction
  • TOKEN_ADDRESS: The address of the token you're trading
  • DELAY: Delay between swap cycles (in milliseconds)
  • SLIPPAGE: Maximum allowed slippage (in percentage)
  • PRIORITY_FEE: Priority fee for transactions
  • JITO: Set to "true" to use Jito for transaction processing
  • RPC_URL: Your Solana RPC URL
  • THREADS: Number of parallel threads to run

Releases

No releases published

Packages

No packages published