This is Raydium sniper bot that snipe token in solana within 1-2 block after pool creation by using grpc
Welcome to the Raydium Sniper Bot v5.0! This bot watches for new Raydium Pool Creation on the Solana blockchain in real-time by using Geyser(Yellowstone), making it the perfect tool to monitor token launches. π
-
π°οΈ Real-time WebSocket Streaming: Connects to Solana's blockchain through Helius RPC WebSocket or VibeStation RPC WebSocket and listens for new transactions, specifically targeting
Raydium New Pool Creation
instructions. -
π Filter Raydium Pool Creation: Filters transactions by program IDs and instruction discriminators related to
Raydium Pool
. -
π Formatted Data: Logs essential transaction details like the transaction signature, creator's wallet, and the minted token address when a new
Raydium
Pool is detected. -
β‘ Efficient Stream Handling: Handles WebSocket stream events efficiently, ensuring no loss of data and continuous monitoring.
Gmail: [email protected]
Telegram: @erikerik116
Discord: @erikerik116
This is the demo video of the process of my raydium sniper.
Raydium-sniper-grpc-V5.0.mp4
Follow these steps to get your PumpFun Sniper Bot v5.2 up and running!
-
Clone the Repository:
git clone https://github.com/erikerik116/Raydium-sniper-grpc-V5.0
-
Install Dependencies:
Navigate to the project directory and run the following command:
cd Raydium-sniper-grpc-V5.0 npm install
-
Configure API Token:
Add Solana Vibe Station API key to both the
RPC_ENDPOINT
andRPC_WEBSOCKET_ENDPOINT
fields in the .env fileconst ENDPOINT = "http://ultra.swqos.solanavibestation.com/?api_key="; const RPC_WEBSOCKET_ENDPOINT = "wss://ultra.swqos.solanavibestation.com/?api_key=";
And set other variables in env file.
-
Run the Bot:
Start the bot by running:
npm run test
This is public code for ad. If you want real bot, then you can contact me and get whole part of my sniper.