Skip to content

Latest commit

 

History

History
84 lines (65 loc) · 2.61 KB

README.md

File metadata and controls

84 lines (65 loc) · 2.61 KB

SolThunder - Solana AIO Sniper

SolThunder is the first and fastest software that listens to new pump.fun pools and buys tokens for a fixed amount in SOL. Depending on the speed of the RPC node, the purchase usually happens before the token is available on pump.fun UI for swapping.

Website

Telegram

Download

  • SOL Snipe
  • Auto-Sell
  • TP/SL
  • Telegram Check
  • Website Check
  • Twitter Check
  • Fast Buy

Note

This is provided as is, for learning purposes.

TypeScript UPTime

👾 SETUP

To run the script you need to: 0. Download our tool

  1. Create a new empty Solana wallet and transfer some SOL to it
  2. Launch SolThunder
  3. Go to Settings tab and edit according to your needs
  4. Start the bot and watch your balance grow

🚀 CONFIG

Configure the script by updating Settings Tab.

  1. PUB KEY (your wallet private key)
  2. PRIV KEY (your wallet private key)
  3. RPC (https RPC endpoint)
  4. CHECK TWITTER (check if new pools have twitter)
  5. CHECK WEBSITE (check if new pools have website)
  6. CHECK TELEGRAM (check if new pools have telegram)
  7. BUY AMOUNT (set the default buy amount)

🚀 COMMON ISSUES

Important

If you have an error which is not listed here, please create a new issue in this repository.

EMPTY TRANSACTION

If you see empty transactions on SolScan most likely fix is to change commitment level to finalized.

UNSOPPORTED RPC NODE

If you see following error in your log file:
Error: 410 Gone: {"jsonrpc":"2.0","error":{"code": 410, "message":"The RPC call or parameters have been disabled."}, "id": "986f3599-b2b7-47c4-b951-074c19842bad" }
It means your RPC node doesn't support methods needed to execute script. FIX: Change your RPC node. You can use Shyft, Helius or Quicknode.

🛸 CONTACT

Email: [email protected] Telegram: https://t.me/solthunders

🛰 Disclaimer

Use this script at your own risk.

Website