Skip to content

🌟🌟🌟🌟🌟 A copy trading bot on Solana automatically tracks and mimics the trades of a specific trader's wallet.

Notifications You must be signed in to change notification settings

erikerik116/pumpfun-copy-trading-bot-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pumpfun Copy Trading Bot

You can monitor target wallet and copy trade automatically using this bot. A copy trading bot on Solana automatically tracks and mimics the trades of a specific trader's wallet. It monitors the trader's transactions (like buying or selling tokens) and automatically executes the same actions in your wallet in real-time. The bot allows you to follow experienced traders without manually managing trades, copying their buys and sells on the Solana blockchain.

Contact Me

If you have any question or something, feel free to reach out me anytime via telegram, discord or twitter.

Discord: @erikerik116

Telegram: @erikerik116

twitter: @erikerikerik116

Usage

  1. Clone the repository

    git clone https://github.com/erikerik116/pumpfun-copy-trading-bot-v1.git
    cd pumpfun-copy-trading-bot-v1
    
  2. Install dependencies

    npm install
    
  3. Configure the environment variables

    Rename the .env.example file to .env and set RPC and WSS, main keypair's secret key, and others.

  4. Run the bot

    npm start
    

.env config

PRIVATE_KEY = # Your wallet private key

RPC_ENDPOINT = #

GRPC_ENDPOINT = # Yellowstone GRPC endpoint

GRPC_TOKEN = # Yellowstone GRPC token

BUY_AMOUNT = 0.00001

IS_JITO = true # true/false

JITO_FEE = 0.0001

TARGET_ADDRESS = # Your target wallet to copy trade

PURCHASE_PERCENT = 100 # %

MAX_LIMIT = 0.0005 # sol

About

🌟🌟🌟🌟🌟 A copy trading bot on Solana automatically tracks and mimics the trades of a specific trader's wallet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published