Skip to content

πŸ”₯Solana Raydium Pumpfun Sniper bot written by Rust - The Fastest Sniping Bot for Raydium/Pumpfun

Notifications You must be signed in to change notification settings

solagent99/Sol_Raydium_Pumpfun_Sniper_Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Solana Ultra-Fast New Token Sniper on Raydium and Pump.fun in Rust πŸš€

Overview

Introducing the Solana Ultra-Fast New Token Sniper written in Rust πŸ¦€, designed to detect newly launched tokens on both Raydium and Pump.fun and execute buys at lightning speed ⚑. With Rust's memory safety features and performance optimizations, built with Rust for superior performance and security. Tailored for both novice and experienced traders.


Key Features

πŸš€ Speed and Efficiency

  • Lightning-Quick Transactions: Leveraging Rust's exceptional performance, our bot allows you to snipe new tokens almost instantly. Say goodbye to delays and seize opportunities as they arise!

πŸ”’ Safety First

  • Robust Security: Rust's safety guarantees minimize bugs and vulnerabilities, ensuring your trading activities are secure. Trade with confidence and peace of mind.

πŸ“Š Multiple gRPC Connections

  • Stay Updated: Effortlessly connect to top Solana data providers like Helius and Yellowstone through multiple gRPC connections. Get real-time updates and make informed trading decisions.

πŸ‘©β€πŸ’» User-Friendly Interface

  • Intuitive Design: Our sniper bot features a clean and accessible interface, making it easy for users of all experience levels to navigate. Start trading in no time!

πŸ› οΈ Rich Utilities

  • Advanced Features:
    • jito-confirm: Engage in low-latency transactions on platforms like Raydium and Pumpfun.
    • jito-bundle: Bundle buy/sell actions with up to 20 wallets in Raydium/Pumpfun, enhancing your trading strategy and flexibility.

Directory Structure

src/
β”œβ”€β”€ core/
β”‚   β”œβ”€β”€ token.rs        # Token definitions and handling
β”‚   └── tx.rs        # Transaction handling
| 
β”œβ”€β”€ engine/
β”‚   β”œβ”€β”€ swap.rs        # Token swap(buy/sell) functionalities in various Dexs
β”‚   └── monitor        # New token monitoring(and parse tx) in Dexs using geyser rpc, and normal rpc
β”‚       └── helius.rs        # Helius gRpc for tx listen and parse.
β”‚       └── yellowstone.rs        # Yellowstone gRpc for tx listen and parse.
|
β”œβ”€β”€ dex/
β”‚   β”œβ”€β”€ pump_fun.rs        # Pump.fun
β”‚   β”œβ”€β”€ raydium.rs        # Raydium
β”‚   β”œβ”€β”€ meteora.rs        # Meteora
β”‚   └── orca.rs        # Orca
β”‚
β”œβ”€β”€ services/
β”‚   β”œβ”€β”€ jito.rs        # Jito service provides ultra-fast transaction confirmation
β”‚   └── nextblock.rs        # NextBlock service provides the ultra-fast transaction confirmation in unique way
|
β”œβ”€β”€ common/
β”‚   β”œβ”€β”€ logger.rs        # Logs to be clean and convenient to monitor.
β”‚   └── utils.rs        # Utility functions used across the project
β”‚
β”œβ”€β”€ lib.rs
└── main.rs

Trial Version

πŸ—‚οΈ raypump-bot-trial.zip

How To Run

  1. Environment Variables Settings
PRIVATE_KEY=your_private_key_here
RPC_HTTPS=https://mainnet.helius-rpc.com/?api-key=your_api_key_here
RPC_WSS=wss://atlas-mainnet.helius-rpc.com/?api-key=your_api_key_here
DEVNET_RPC_HTTPS=https://devnet.helius-rpc.com/?api-key=your_api_key_here
RAYDIUM_LPV4=675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8
SLIPPAGE=10
JITO_BLOCK_ENGINE_URL=https://ny.mainnet.block-engine.jito.wtf
JITO_TIP_STREAM_URL=ws://bundles-api-rest.jito.wtf/api/v1/bundles/tip_stream
JITO_TIP_PERCENTILE=50
YELLOWSTONE_RPC_HTTP=http://elite.rpc.solanavibestation.com/?api_key=your_api_key_here
YELLOWSTONE_RPC_WSS=ws://elite.rpc.solanavibestation.com/?api_key=your_api_key_here
JITO_TIP_VALUE=0.004
BUY_THRESHOLD=1000
SELL_THRESHOLD=300
  1. Run raypump-bot.exe.

Donate

πŸ‘‰πŸ‘Œ 6vT7nrqtbXDWVc8cRUtifxgfDZi19aW7qhcZg2hSepwb


Support

For support and further inquiries, please connect via Telegram: πŸ“ž jwest951227.

About

πŸ”₯Solana Raydium Pumpfun Sniper bot written by Rust - The Fastest Sniping Bot for Raydium/Pumpfun

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages