meirekuma46/trx-drainer-tool — explained in plain English
Analysis updated 2026-05-18
Monitor TRON wallet balances and get alerted when funds arrive.
Automatically transfer TRC20 tokens once a balance threshold is reached.
Test wallet-draining scenarios in a research or educational setting.
Send Telegram notifications when wallet activity is detected.
| meirekuma46/trx-drainer-tool | alexrosbach/replibook | arlandaren/proagents | |
|---|---|---|---|
| Stars | 25 | 25 | 25 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | developer | ops devops | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires TRON RPC access, a configured JSON file with target wallets and a destination address, and Python dependency installation.
This repository contains a tool that automatically transfers TRX and TRC20 tokens out of TRON blockchain wallets. It watches specified wallet addresses, and when the balance crosses a configured minimum threshold, it builds and submits a transaction moving those funds to a destination wallet the operator controls. The README describes this as educational, but the functional purpose is to sweep funds from target wallets without their owners' involvement. The tool monitors wallets by polling the TRON RPC API for balance changes. When it detects a balance above the threshold, it interacts with TRC20 smart contracts to transfer tokens and uses fee delegation and energy rental to reduce the transaction costs it pays. A multi-RPC failover system is included so the tool keeps working if one API endpoint goes down. Supported token categories include native TRX, stablecoins like USDT and USDC, and various DeFi and meme tokens. Configuration happens through a JSON file where the operator lists target wallets, sets the receiving address, chooses a drain mode, and selects which TRC20 tokens to include. The tool supports wallets from TronLink, Trust Wallet, Ledger, ImToken, BitKeep, and TokenPocket. A terminal menu lets the user install dependencies, add target addresses, set a destination, start and stop monitoring, and check status. Telegram notifications are listed as a feature. The project is written in Python and uses libraries including tronpy for TRON RPC access, rich for terminal formatting, cryptography for encryption, and psutil for process detection. It runs on Windows, macOS, and Linux. The FAQ addresses legality by stating that unauthorized access to wallets you do not own is illegal, and repeats that the tool is for educational and research purposes. The disclaimer section is cut off mid-sentence. The full README is longer than what was shown.
A tool that watches TRON blockchain wallets and automatically transfers out TRX and TRC20 tokens when their balance exceeds a set threshold. Despite educational framing, its function is to sweep funds from target wallets without owner consent.
Mainly Python. The stack also includes Python, tronpy, rich.
No license information is provided in the repository.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.