https://github.com/bitman09/solana-rugpull-bot
This #Solana #PumpFun #Rugpull #Bot is your ultimate tool for seamless bundling on Pump.Fun, featuring advanced profile creation and anti-bubble mapping capabilities.
https://github.com/bitman09/solana-rugpull-bot
bundler pump-fun pump-fun-bot pumpfun-bundler-bot rugpull rugpullbot solana solana-pumpfun-bundler
Last synced: 13 days ago
JSON representation
This #Solana #PumpFun #Rugpull #Bot is your ultimate tool for seamless bundling on Pump.Fun, featuring advanced profile creation and anti-bubble mapping capabilities.
- Host: GitHub
- URL: https://github.com/bitman09/solana-rugpull-bot
- Owner: bitman09
- Created: 2024-12-12T03:06:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-06T10:55:02.000Z (about 2 months ago)
- Last Synced: 2026-05-06T12:36:12.088Z (about 2 months ago)
- Topics: bundler, pump-fun, pump-fun-bot, pumpfun-bundler-bot, rugpull, rugpullbot, solana, solana-pumpfun-bundler
- Language: TypeScript
- Homepage:
- Size: 194 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Rugpull Bot
A command-line automation toolkit for Pump.Fun workflows on Solana.
This project helps streamline keypair generation, launch preparation, pool bundle execution, and percentage-based selling actions through a simple interactive menu.
## Overview
Solana Rugpull Bot is designed for operators who need fast, repeatable execution across multiple wallets and launch steps.
It focuses on practical scripting flows with minimal setup friction.
## Key Features
- Interactive CLI menu for guided operation
- Keypair generation utilities
- Pre-launch checklist and sender flow
- Pool bundle creation support
- Sell-by-percentage support for:
- Pump.Fun
- Pump Swap
## Prerequisites
- Node.js 18+ (recommended 20+)
- npm
- A configured `.env` file with required runtime values
- Solana wallet/key material appropriate for your workflow
## Installation
```bash
npm install
```
## Run
```bash
npm run start
```
After launch, select one of the menu options:
1. Create Keypairs
2. Pre Launch Checklist
3. Create Pool Bundle
4. Sell % of Supply on Pump.Fun
5. Sell % of Supply on Pump Swap
Type `exit` to quit.
## Project Structure
```text
.
├── main.ts
├── config.ts
├── src/
│ ├── createKeys.ts
│ ├── createLUT.ts
│ ├── jitoPool.ts
│ ├── keyInfo.json
│ ├── sellFunc.ts
│ ├── sellPumpSwap.ts
│ ├── senderUI.ts
│ ├── clients/
│ │ ├── LookupTableProvider.ts
│ │ ├── config.ts
│ │ └── jito.ts
│ └── keypairs/
│ └── keypair1.json
└── README.md
```
## Notes
- Keep sensitive secrets out of source control.
- Validate network, RPC, and key configuration before running live flows.
- Test with small amounts first before running larger operations.
## Support
For custom integrations or advanced workflow support, use your preferred project contact channel.