git clone https://github.com/soljesty/pumpfun-comment-bot/ cd pumpfun-comment-bot npm install npm run devTo run this project, you will need to populate the following environment variables to your .env file
CAPTCHA_KEY: Your Capsolver API KEY (optional)
RPC_URL: Solana RPC URL for monitoring new token creation events
WS: Solana RPC Websocket URL for monitoring new token creation events
Generate fresh wallets to post comments.
- Parameters:
- Amount of Comments
- Delay Between Comments (milliseconds | 1000ms = 1s)
- Mint: The Mint (CA/Token Address) you wish to target
Post comments from the wallets in wallets.txt file.
- Parameters:
- Amount of Comments
- Delay Between Comments (milliseconds | 1000ms = 1s)
- Mint: The Mint (CA/Token Address) you wish to target
- Wallets must be in format of publicKey:privateKey (base58 format, same as phantom/bullX export)
Like all comments from dev & randomly generated wallets.
- Parameters:
- Mint: The Mint (CA/Token Address) you wish to target
- Amount: the amount of wallets to use to like the comments
Shills whatever you want on the most recently traded tokens (supports dev wallet or random wallet per task || supports images)
- Parameters:
- Amount of Comments
- Delay Between Comments (milliseconds | 1000ms = 1s)
- Wallet Type: D = Dev Wallet / R = Random Wallets
- Note: PF loves to ban links, if you get mass errors, try to remove any links
Parses all replies of a mint, prompts for the index of the comment to reply to (supports dev or random wallets)
- Parameters:
- Mint: The Mint (CA/Token Address) you wish to target
- Wallet Type: D = Dev Wallet / R = Random Wallet
- Reply Index: Select the index of the comment you wish to reply to
Monitors for new Pump.Fun Token Launches & Shills based on your shill.txt file contents
Uploads the image from /img folder to pump.fun (REQUIRED TO RUN BEFORE ANY SHILL MODE / NEW IMAGE)
Line 7 of uploadImg.js requires a PUMPFUN auth token const AUTH_TOKEN = ''; please provide your own.
Exits the application