Pumpfun sniper with grpc integrated with pumpfun amm. The updated version uses gRPC to improve the overall transaction speed and can sniping tokens on pumpfunn amm.
- If u have interest or help, contact here telegram: Telegram
This bot extends to pumpfun AMM(it's a new project one)
The bot works pretty fast, it's in typescript so it will be obviously outperformed by other bots in Go/Rust, tho. That's why it's more likely a toy to experiment & learn than opportunity to earn some Sol. However, the speed of the script is still second and RPC is another matter. It is the RPC that determines how fast the tx will go through. Using a free Quicknode RPC & automatic mode it took around 5-15s to be a coin since it's created.
In updated version with grpc, I use grpc to get info. It can make my pupmfun sniper bot more fast and esily to buy token within 2s at the first block.
- Geyser gRPC Pump.fun Sniper Bot (Speedest):
mint: https://solscan.io/tx/QKbc9RxNZPE7peDNPnxBtPMux2HfTfn9QN2AwEr7Z5P1SS1qw42FYZcXqzkm9APVkTH88ieZU4PUaCU93yPNfGa
buy: https://solscan.io/tx/5NV4oAJacFfNffAb55hkb6LEKsSTjgMd8vTzTvDKBLQvQ5XCogizBLShnpF89J8tqFrYJAHaUS5tmXtb6SBpEdNz
sell:
https://solscan.io/tx/5QDYSiST7KX9viNZXSeSATZYMJ5ioJrHJxqu9DVwFzREMarwwmaDXz7EYS1jC9oQq8z7V8GwTsEv94dSwdhU9s5b
- buy & sell
- Automatic sniper: Launch a monitor on every new coin and automatically buy it
- Single sniper: Buy a single coin just by providing it's contract address
- Soon more...
To run Pump.fun bot, follow these steps:
- Clone the repository:
git clone https://github.com/0xTan1319/Pumpfun-Sniper-Bot
- Navigate to the project directory:
cd Pumpfun-Sniper-Bot
- Install the dependencies:
npm i
- Fill in
.env
(if you have no RPC, Quicknode is pretty good & free) - Build the application:
npm run build
- Run the bot using
auto
orsingle
mode:npm run <auto/single>
- Follow the steps in the cmd