Skip to content

copy trading bot with grpc sniper bot: copy trading target wallet with grpc pumpfun sniper bot , buy/sell fast with copy trading pumpun sniper

Notifications You must be signed in to change notification settings

BitFancy/Copy-Trading-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

๐Ÿš€ Solana Copy Trading Bot (Rust)

Welcome to the Solana Copy Trading Bot! This bot enables real-time tracking of target wallets (whales) on the Solana blockchain and seamlessly replicates their trades. ๐ŸŒŸ


๐Ÿ”ฅ Features

โœ… Real-time WebSocket Streaming โ€“ Connects to Solana's blockchain using Helius Geyser RPC WebSocket to monitor transactions in real-time.
โœ… Ultra-Fast Transaction Filtering โ€“ Efficiently filters transactions within ~0.3ms for minimal latency.
โœ… Automated Copy Trading โ€“ Uses the Pump.fun program ID and Raydium module to mirror target transactions.


๐ŸŽฏ Example Transactions

  • Source Transaction: View on Solscan
  • Copied Transaction: View on Solscan
  • Target Wallet: GXAtmWucJEQxuL8PtpP13atoFi78eM6c9Cuw9fK9W4na
  • Copy Wallet: HqbQwVM2fhdYJXqFhBE68zX6mLqCWqEqdgrtf2ePmjRz

๐Ÿš€ Getting Started

Follow these steps to set up and run the bot:

๐Ÿ“Œ Prerequisites

  • Rust & Cargo (Version 1.84.0 or later)
  • Solana Wallet with access to Helius Geyser RPC API

๐Ÿ“ฅ Installation

1๏ธโƒฃ Clone the Repository:

git clone https://github.com/BitFancy/Copy-Trading-Bot-Rust

2๏ธโƒฃ Navigate & Build:

cd copy-trading-bot
cargo build

3๏ธโƒฃ Configure Environment Variables:

Update the ENDPOINT and WSS_ENDPOINT in your config:

const ENDPOINT = "https://mainnet.helius-rpc.com/?api-key=xxx";
const WSS_ENDPOINT = "wss://atlas-mainnet.helius-rpc.com/?api-key=xxx";
const TARGET = "YOUR_API_TOKEN";

4๏ธโƒฃ Run the Bot:

cargo run

๐Ÿ’ฌ Need Help? Contact Me!

If you have any questions, feel free to reach out via:

๐Ÿ“ฉ Telegram: @bitfancy
๐ŸŽฎ Discord: [@bitbanana717]

๐ŸŒน You're always welcome! ๐ŸŒน

About

copy trading bot with grpc sniper bot: copy trading target wallet with grpc pumpfun sniper bot , buy/sell fast with copy trading pumpun sniper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages