The Telegram Crypto Wallet Tracker is a Python-based application designed to help users monitor cryptocurrency wallets across multiple blockchains. It sends real-time Telegram notifications for transactions, ensuring you stay updated without manually checking each wallet.
Key Features
- Multi-Blockchain Support: Track wallets on ETH, BSC, and WAX networks.
- Automated Alerts: Receive Telegram notifications for any transaction activity.
- User-Friendly Commands: Easily add, remove, or list wallets via Telegram chat.
- Customizable Settings: Configure tracking intervals and toggle blockchains in
config.ini.
👉 Explore advanced wallet tracking tools for professional portfolio management.
Supported Blockchains
| Blockchain | Symbol | Use Case |
|-------------|--------|--------------------|
| Ethereum | ETH | DeFi, NFTs |
| Binance Smart Chain | BSC | Low-fee transactions |
| WAX | WAX | Gaming, NFTs |
Installation Guide
Prerequisites
- Python 3.7+
pippackage manager
Steps
Clone the repository:
git clone https://github.com/dorukyy/telegram-wallet-tracker.gitInstall dependencies:
pip install -r requirements.txtConfigure
config.ini:- Set your Telegram bot token.
- Enable/disable blockchains (e.g.,
bsc_track = True).
Usage Instructions
- Start the Bot: Send
/startin Telegram. Add a Wallet:
/add <wallet_address> <blockchain>Example:
/add 0x123abc... ethRemove a Wallet:
/remove <wallet_address> <blockchain>- List Wallets: Use
/listto view all tracked wallets.
FAQ
How often does the tracker check for transactions?
- Default interval: 60 seconds. Adjustable in
config.ini.
Can I track wallets on unsupported blockchains?
- Currently, only ETH, BSC, and WAX are supported. Contributions to expand this are welcome!
Is there a mobile app version?
- No, but the Telegram bot works seamlessly on mobile devices.
Contributions & Support
- GitHub: Submit issues or PRs here.
- Donations: Support development via OKX’s ecosystem.