This script is designed to monitor a TRON wallet's balance and automatically transfer funds to designated addresses when the balance exceeds a specified threshold.
Create a config.json
file with the following fields:
api_list
: List of TRON node APIsfrom_address
: The TRON wallet address to monitorto_addresses
: List of destination addresses to receive transfersprivate_keys
: List of private keys for signing transactionspermission_id
: Permission ID required to broadcast transactions (default is 2)funds_threshold
: Balance threshold to trigger transfers (in TRX)
- Place
config.json
in the same directory as the executable. - Run the executable.
- Loads the configuration from
config.json
. - Tests nodes in
api_list
to find available nodes. - Checks if
funds_threshold
is valid. - Continuously monitors the balance of
from_address
. - Initiates a transfer when the balance exceeds
funds_threshold
:- Checks available bandwidth.
- Calculates transfer amount based on bandwidth.
- Randomly selects a destination address from
to_addresses
. - Signs the transaction using
private_keys
. - Broadcasts the transaction to the TRON network.
- Waits 3 seconds and repeats the monitoring.
- AUTOMATIC TRANSFER: Use this script to transfer TRX after taking profits, eliminating the need for manual transfers.
- Fund Management: In multi-signature wallet scenarios, this script can automatically transfer excess funds to other addresses to help manage them.
The current script is a free trial version Contact TG@chidafen @tronluke for paid version
- Customized TRC20 token transfers (USDT, etc.)
- Multi-address simultaneous monitoring
- Better monitoring mechanism
- More customization with additional features
该脚本旨在监控TRON钱包的余额, 当余额超过设定的阈值时,自动将资金转移到指定地址。
创建一个名为 config.json
的配置文件,包含以下字段:
api_list
: TRON节点API列表from_address
: 要监控的TRON钱包地址to_addresses
: 用于接收转账的目标地址列表private_keys
: 用于签名交易的私钥列表permission_id
: 广播交易所需的权限ID (默认为2)funds_threshold
: 触发转账的余额阈值 (TRX)
- 将
config.json
文件放置在与可执行文件相同的目录中。 - 运行可执行文件。
- 从
config.json
加载配置。 - 测试
api_list
中的节点以查找可用节点。 - 检查
funds_threshold
是否有效。 - 持续监控
from_address
的余额。 - 当余额超过
funds_threshold
时进行转账:- 检查可用带宽。
- 根据带宽计算转账金额。
- 从
to_addresses
随机选择一个目标地址。 - 使用
private_keys
对交易进行签名。 - 将交易广播到 TRON 网络。
- 等待 3 秒并重复监控。
- 自动转移: 使用该脚本在获利后转账TRX,免除手动转账。
- 资金管理: 在多签名钱包场景中,该脚本可以自动将多余资金转账到其他地址来帮助管理。
当前脚本为免费试用版本 联系TG@chidafen @tronluke获取付费版本
- 自定义TRC20通证转账(USDT等)
- 多地址同时监控
- 更完善的监控机制
- 更多附加功能定制