https://github.com/cutupdev/moonshot-bundler-bot
Moonshot Bundler Bot source code
https://github.com/cutupdev/moonshot-bundler-bot
Last synced: 2 months ago
JSON representation
Moonshot Bundler Bot source code
- Host: GitHub
- URL: https://github.com/cutupdev/moonshot-bundler-bot
- Owner: cutupdev
- Created: 2024-12-07T16:12:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-07T16:41:59.000Z (over 1 year ago)
- Last Synced: 2025-05-06T23:35:25.745Z (12 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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