Moonshot bundler on solana is bundling tokens using several wallets.
If you have a question or any suggestion, ask here: Telegram: @shiny0103
- 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/0XTan1319/Moonshot-Bundler.git
cd Moonshot-Bundler
-
Install dependencies: npm install
-
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
Run the bot with:
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
This bot uses the Solana Swap API from SolanaTracker.io.
Now this bot is using solana swap api.
Using Jupiter swap and raydium swap make the fee rate lower.