Skip to content

rdin777/solana-copy-trade-bot-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If this research helped you, please consider giving it a ⭐ Star.

🚀 Stay Updated

Found this research useful?

  • Star ⭐ this repo to keep track of it.
  • Follow me on GitHub for more DeFi security research.
  • Fork it if you want to run your own experiments.

☕ Support the Research

If you appreciate the work and want to support further security research:

Donate QR

**Wallet Address (ETH/EVM):**0xBDDD7973D0DE27B715A4A5cbdb87d0DF78757b3A

Donate QR

**Solana:**8RpjaJQmCrRvKHMXA5ak4CrrLNJnJionwxMfTRG8YAS

Solana Copy Trade Monitor A simple and effective tool for tracking large-scale transactions across a specified list of wallets on the Solana network in real time.

🚀 Features WebSocket Monitoring: Instantly receive data directly from the Solana network.

Telegram Notifications: Get alerts about trades sent directly to your messenger.

Flexible Configuration: Set a minimum transaction threshold (in SOL) to avoid distractions from "dust."

🛠 Installation Clone the repository:

Bash git clone https://github.com/rdin777/solana-copy-trade-bot-public.git cd solana-copy-trade-bot-public Create a virtual environment and install the dependencies:

Bash python3 -m venv venv source venv/bin/activate pip install -r requirements.txt

Setup:

Copy the configuration file: cp config.py.example config.py Enter your details into config.py (bot token and Chat ID).

Edit the list of wallets in src/scanner.py.

Launch:

Bash python3 src/scanner.py

⚙️ Project Structure src/scanner.py — Main monitoring file.

requirements.txt — List of libraries.

config.py — Configuration data.

⚠️ Security Never publicly share files containing actual API keys or tokens. Use this bot strictly for educational purposes.

About

Real-time Solana wallet monitor & copy-trading helper. Get instant alerts for large transactions directly to your Telegram.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages