Python tool automate send TRX from dividend accounts to main wallet
- Set main destination with
mainAccount="ADDRESS" - Set lookup accounts with
accounts = dict([ ("YOURADDRESSHERE","YOURPRIVATEKEYHERE"),...]) - Set min withdraw with
min_withdraw = XTRX amount - Set scan timer with
scanMin = 60MIN
pip install -r requirements.txt
python main.py