Skip to content

goingforstudying-ctrl/smartmoney-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartMoney Tracker

追踪聪明钱地址,大额转账自动提醒。

安装

pip install -r requirements.txt

配置

  1. 复制 .env.example.env
  2. 填写你的配置:
    • ETHERSCAN_API_KEY - 从 etherscan.io 获取
    • TELEGRAM_BOT_TOKEN - 从 @BotFather 获取
    • TELEGRAM_CHAT_ID - 你的 Telegram ID
    • MERCHANT_ADDRESS - 你的收款地址(默认已填)

使用

# 添加监控地址(指定用户ID用于支付验证)
python main.py add 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb --name "巨鲸A" --threshold 10000 --user-id user123

# 开始监控(自动检测付费状态)
python main.py monitor --user-id user123

# 查看支付状态
python main.py status --user-id user123

# 手动激活付费版(付款后)
python main.py status --user-id user123 --tx-hash 0x... --user-address 0x...

# 后台运行
nohup python main.py monitor --user-id user123 &

收费模式

功能 免费版 付费版 (0.01 BNB/USDC/月)
监控地址数 3个 无限
检查间隔 5分钟 1分钟(实时)
Telegram 推送
历史记录

付款地址0xd49536C908fa29c103501ed17b568628b16C8cE2

支持的币种:BNB (BSC) / USDC (Base)

激活方式

  1. 向付款地址转账 0.01 BNB 或等值 USDC
  2. 运行 python main.py status --user-id your_id --tx-hash 交易哈希 --user-address 你的地址
  3. 系统自动激活 30 天付费版

技术栈

  • Web3.py - 区块链交互
  • Etherscan API - 获取交易数据
  • Telegram Bot - 消息推送
  • SkillPay - 支付验证

About

追踪聪明钱地址,大额转账自动提醒

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages