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)
- Node.js (v14 or later recommended)
- npm (comes with Node.js)
- One or multiple Solana wallets with SOL
- Clone the repository: git clone https://github.com/cutupdev/Moonshot-Bundler-Bot.git cd ./Moonshot-Bundler-Bot
- Install dependencies: npm install (or yarn)
- Create a
.envfile 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 - Run node index.js
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