Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikerik116/raydium-sniper-grpc-v5.0
πππππ Solana Raydium sniper is sniping spl token which is newly created on Raydium within 1 - 2 block by using Yellowstone grpc
https://github.com/erikerik116/raydium-sniper-grpc-v5.0
grpc raydium raydium-sniping sniper spltoken yellowstone
Last synced: 12 days ago
JSON representation
πππππ Solana Raydium sniper is sniping spl token which is newly created on Raydium within 1 - 2 block by using Yellowstone grpc
- Host: GitHub
- URL: https://github.com/erikerik116/raydium-sniper-grpc-v5.0
- Owner: erikerik116
- Created: 2025-01-15T16:07:02.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2025-01-16T07:16:23.000Z (18 days ago)
- Last Synced: 2025-01-16T08:28:41.473Z (18 days ago)
- Topics: grpc, raydium, raydium-sniping, sniper, spltoken, yellowstone
- Language: TypeScript
- Homepage:
- Size: 413 KB
- Stars: 6
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# πRaydium Sniper Bot -Version 5.0 (using Geyser(Yellowstone))
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. π
### π― **Key Features**
- π°οΈ **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.---
## π **Stay Connected**
Gmail: [email protected]
Telegram: [@erikerik116](https://t.me/erikerik116)
Discord: @erikerik116
## π§βπ» **Recording Video**
This is the demo video of the process of my raydium sniper.
https://github.com/user-attachments/assets/e3b55955-b1fd-4402-bf6b-2a6c8f504b09
## π **Getting Started**
Follow these steps to get your **PumpFun Sniper Bot v5.2** up and running!
### Installation
1. **Clone the Repository**:
```bash
git clone https://github.com/erikerik116/Raydium-sniper-grpc-V5.0
```2. **Install Dependencies**:
Navigate to the project directory and run the following command:
```bash
cd Raydium-sniper-grpc-V5.0
npm install
```3. **Configure API Token**:
Add Solana Vibe Station API key to both the `RPC_ENDPOINT` and `RPC_WEBSOCKET_ENDPOINT` fields in the .env file
```ts
const 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.4. **Run the Bot**:
Start the bot by running:
```bash
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.