Skip to content

This bot is designed to breathe life into your token on Pump.Fun by executing random buy and sell transactions. By simply providing your Pump.Fun token link and wallet private key, the bot will automatically perform thousands of transactions to simulate market activity.

Notifications You must be signed in to change notification settings

DevSolaUS/PumpFun-Booster-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pump.Fun Bot

Welcome to the Pump.Fun Booster Bot GitHub repository! This bot is designed to breathe life into your token on Pump.Fun by executing random buy and sell transactions. By simply providing your Pump.Fun token link and wallet private key, the bot will automatically perform thousands of transactions to simulate market activity.

Features

  • Automated Transactions: Perform up to 10,000 random buy and sell orders.
  • Token Link Input: Just provide your Pump.Fun token link.
  • Wallet Private Key Input: Use a secure private key to access your wallet.
  • Solana Splitting Mechanism: Requires at least 1 SOL to distribute across various transactions.
  • Safe Return: After the bot completes its process, all remaining Solana is returned to the original wallet.

TOOL IN ACTION:

alt text


Table of Contents

  1. Requirements
  2. Installation
  3. Usage
  4. Important Notes
  5. Disclaimer
  6. License

Requirements

Before you begin, ensure you have the following:

  • Solana Wallet: A wallet containing at least 1 SOL to distribute during transactions.
  • Pump.Fun Token Link: The token link from Pump.Fun.
  • Python (>=3.8) installed.

Installation

To set up the bot, follow these steps:

  1. Clone the repository:

    git clone https://github.com/DevSolaUS/PumpFun-Booster-Bot
    cd PumpFun-Booster-Bot
  2. Init::

    npm init -y
  3. Install dependencies:

    npm install

Usage

Once everything is set up, follow these steps to run the bot:

  1. Run the script:

    node start.js
  2. When prompted, enter the following:

    • Pump.Fun Token Link: Paste your token link.
    • Wallet Private Key: Input the private key of your wallet (keep this secure).
  3. The bot will now automatically:

    • Perform up to 10,000 random buy and sell orders.
    • Randomly split SOL across multiple transactions.
    • Return all unused SOL to your original wallet once completed.

Example session:

Enter your Pump.Fun token link: https://pump.fun/token/your-token-id
Enter your Solana private key: ************
Starting transactions...
Processing 10,000 random buys and sells...
Buying... 0,002
Buying... 0,001
Selling... 0,0003
Buying... 0,0024
Selling... 0,003
Buying... 0,0121
Buying... 0,01
Buying... 0,00044
Buying... 0,093
Buying... 0,38182
Buying... 0,002
Buying... 0,001
Selling... 0,0003
Buying... 0,0024
Selling... 0,003
Buying... 0,0121
Buying... 0,01
Buying... 0,00044
Buying... 0,093
Buying... 0,38182
.
.
.
Returning 0.95 SOL back to the original wallet.
Transactions complete!

Important Notes

  • Minimum SOL Requirement: The wallet must have at least 1 SOL for the bot to function properly.
  • Transaction Limits: Ensure that you are aware of network fees and gas costs to avoid depletion of funds.
  • Private Key Security: Never share your private key with anyone. This bot requires the private key locally, and it is never shared online.

DISCLAIMER

THIS TOOL IS FOR EDUCATIONAL PURPOSES ONLY. THIS IS NOT FINANCIAL ADVICE. DO YOUR OWN RESEARCH. I AM NOT RESPONSIBLE FOR ANY LOSS INCURRED FROM USING THIS SOFTWARE.


LICENSE

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This bot is designed to breathe life into your token on Pump.Fun by executing random buy and sell transactions. By simply providing your Pump.Fun token link and wallet private key, the bot will automatically perform thousands of transactions to simulate market activity.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published