Welcome to the Solana Multi Bundler project! This README will guide you through the setup and usage of the project.
The Solana Multi Bundler allows users to bundle multiple transactions on the Solana blockchain, including creating liquidity pools and managing token sales. This tool is designed for advanced users who need to perform complex transactions efficiently.
- Linux Ubuntu VPS: You need to purchase a Linux Ubuntu VPS. Contact support to buy one.
- RPC Endpoint: Rent an RPC endpoint. Contact support for assistance.
- Solana Wallets: Create two wallets:
- Deployer Wallet (for creating the pool)
- Fee Payer Wallet (for paying fees and snipe)
- Token and Market ID: Obtain the token address and market ID.
- Purchase a Linux Ubuntu VPS.
- Connect to your VPS using VS Code. You can use SSH for this purpose.
- Install node.js and Python on your VPS.
Fill in the lines that are marked down.
// ENTER YOUR RPC
// TOKEN MARKET ID
// TOKEN MINT ADDRESS AKA CA
// PRIV KEY OF POOL CREATOR
// PRIV KEY OF FEE PAYER!
To run the project, navigate to your project directory and execute the following command:
npm i
node main.js
Generate keypairs if needed. Ensure they don't contain any SOL. Options:
- Create:
c
- Use existing:
u
This step is not required for every launch but only when you want to create new keypairs.
Follow steps 2-6 sequentially.
- After each step, check the Bundle ID to ensure it lands. If it doesn't, redo the step.
- Check bundle ID here: Jito Explorer
To create a pool, spam the function as sometimes it might not land.
Sell all keypairs at once.
This involves sending a percentage of every keypair's token balance to the fee payers and selling it in one bundle.
If you don't burn your LP, it will be removed automatically.
For any issues or assistance, contact support. They can help you with the entire setup process.
- Telegram: @support_telegram
Enjoy bundling with Solana Multi Bundler! 🚀