{"id":26038838,"url":"https://github.com/sinniez/rust-copy-trading-tool","last_synced_at":"2025-03-07T10:37:11.210Z","repository":{"id":280959285,"uuid":"943740652","full_name":"sinniez/Rust-Copy-Trading-Tool","owner":"sinniez","description":"💱 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","archived":false,"fork":false,"pushed_at":"2025-03-06T07:42:39.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T08:31:40.046Z","etag":null,"topics":["bot","copy-trading","copytrading","pumpfun","raydium","rust","rustprogramming","same-block","solana","solana-copy-trading-bot","trader","wallet-tracker"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sinniez.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-06T07:32:43.000Z","updated_at":"2025-03-06T07:42:43.000Z","dependencies_parsed_at":"2025-03-06T08:42:27.717Z","dependency_job_id":null,"html_url":"https://github.com/sinniez/Rust-Copy-Trading-Tool","commit_stats":null,"previous_names":["sinniez/rust-copy-trading-tool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinniez%2FRust-Copy-Trading-Tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinniez%2FRust-Copy-Trading-Tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinniez%2FRust-Copy-Trading-Tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinniez%2FRust-Copy-Trading-Tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinniez","download_url":"https://codeload.github.com/sinniez/Rust-Copy-Trading-Tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242378138,"owners_count":20118173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","copy-trading","copytrading","pumpfun","raydium","rust","rustprogramming","same-block","solana","solana-copy-trading-bot","trader","wallet-tracker"],"created_at":"2025-03-07T10:37:10.427Z","updated_at":"2025-03-07T10:37:11.199Z","avatar_url":"https://github.com/sinniez.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solana \"Block-Speed\" Copytrading Bot in Rust 🍳\n![GitHub Repo stars](https://img.shields.io/github/stars/sinniez/Rust-Copy-Trading-Tool)\n\nTired of watching trades whiz by? Introducing the **Solana Block-Speed Copytrading Tool** 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!\n\n---\n\n## Why This Bot Kicks Ass\n\n###  **Rust: The Secret Sauce**\n-   **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!\"\n\n###  **Block-Level Action**\n-   **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.\n\n###  **Bulletproof Reliability**\n-   **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.\n\n###  **Real-Time Intel**\n-   **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!\n\n###  **Battle-Ready Features**\n-   **Built to Win**: We're packing essential tools for copytrading success:\n    -   **Low-Latency Transactions**: Nail those trades with speed on platforms like Raydium and Pump.fun.\n    -   **Advanced Options**: Designed to make your strategy the best it can be!\n\n---\n\n## Directory Structure\n\n```\nsrc/\n├── core/\n│   ├── token.rs        # Token definitions and handling\n│   └── tx.rs        # Transaction handling\n| \n├── engine/\n│   ├── swap.rs        # Token swap(buy/sell) functionalities in various Dexs\n│   └── monitor.rs        # Target wallet monitoring(and parse tx) in Dexs using geyser rpc, and normal rpc\n│       \n\n{{ edit_1 }}\n├── dex/\n│   ├── pump_fun.rs        # Pump.fun\n│   ├── raydium.rs        # Raydium\n│   ├── meteora.rs        # Meteora\n│   └── orca.rs        # Orca\n{{ edit_1 }}\n\n├── services/\n│   ├── jito.rs        # Jito service provides ultra-fast transaction confirmation\n│   └── nextblock.rs        # NextBlock service provides the ultra-fast transaction confirmation in unique way\n|\n├── common/\n|    ├── logger.rs        # Handles logging to be clean and convenient to monitor.\n|    ├── config.rs        # Handles project configurations such as environment variables and constants.\n|    ├── constants.rs        # Stores global constants used across the project.\n|    ├── targetlist.rs     # Manages lists of targets such as URLs or files.\n|    └── utils.rs          # Utility functions used across the project, including input/output operations, string manipulation, etc.\n│\n├── lib.rs\n└── main.rs\n```\n---\n\n## Trial Version\n🗂️ [solana-raypump-copytrading-bot(r7m-trial).zip](https://github.com/user-attachments/files/18871125/solana-raypump-copytrading-bot.r7m-trial.zip)\n\n### How To Run\n1. Environment Variables Settings\n```plaintext\nPRIVATE_KEY=your_private_key_here\nRPC_HTTPS=https://mainnet.helius-rpc.com/?api-key=your_api_key_here\nRPC_WSS=wss://atlas-mainnet.helius-rpc.com/?api-key=your_api_key_here\nSLIPPAGE=10\nJITO_BLOCK_ENGINE_URL=https://ny.mainnet.block-engine.jito.wtf\nJITO_TIP_STREAM_URL=ws://bundles-api-rest.jito.wtf/api/v1/bundles/tip_stream\nJITO_TIP_PERCENTILE=50\nJITO_TIP_VALUE=0.004\nTOKEN_PERCENTAGE=1 #percentage\n```\n2. List target wallet address into `targetlist.txt`.\n3. Run `raypump-copytrading-bot.exe`.\n\n---\n\n{{ edit_2 }}\n\u003e ---[BUY]---\n* target: https://solscan.io/tx/5aaQDtXjyf4NDF3NKjjmC5s6Y8AhW3ieTpmB6Kxt6UGC2AowJ2xRTzFJo7KM4CVcpbphA2w76juGDdvqqgNTt1CF\n* copied: https://solscan.io/tx/4uPU2BRi7BJCTxp4kJQFTmLj5pmoAyKw7zCHNCPiP2NYK2HcqXfJr8gE6eF89VYPEy5VTFaRQf4DTUZNzttFQ73Z\n\u003e ---[SELL]---\n* target: https://solscan.io/tx/22qnz4aBXqmeQbp6cnAogSVPNxSbEJr7tswch5QXLSG8Rvnb4SwDJFJ9RytpUVkUUQUtiy44fYwafF5CgiYjdVtp\n* copied: https://solscan.io/tx/3uBU12fQT14z88tiX1i1EH8XWXpFco4dU1QG8VEtYQyXtaSQXQB6AR7HBF4GtF9YDCa54Uw4xE7H7JPjBM9cETKM\n{{ edit_2 }}\n\n### Test Result: Same Block\n\n- Target: https://solscan.io/tx/4amQhsMLqv2Lbr6UyFcoTdctsD76dKAvAHFkvCDpqa6kUqeHXN7drKXpFJrqDV389Uu4rEY575WHJYdg4inSMtFf\n- Copied: https://solscan.io/tx/57P2bZGJ5QTThjT4jv88CXEU4oGDTgVaS2c386qBMEs2KkizN2PV7cKKZgS8uvWwPQyTpBUXTTfnjJ4dECuJf39t\n- Dexscreener: https://dexscreener.com/solana/JD3VPqQ7pfHZ4h2zhALfvz5E7dantyVpsDUov1Lgpump\n\n---\n\n## Donate\n\n👌 BEd8mPdRWm43biKjN85oY19ZQte59MYp86YB8Aomaxi\n\n---\n\n## Support\n\nFor support and further inquiries, please contact me \n- \u003ca href=\"https://t.me/sinniez/\"\u003eTelegram\u003c/a\u003e\n- \u003ca href=\"https://discordapp.com/users/1114372741672488990\"\u003eDiscord (sinniez)\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinniez%2Frust-copy-trading-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinniez%2Frust-copy-trading-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinniez%2Frust-copy-trading-tool/lists"}