Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 448 Bytes

File metadata and controls

16 lines (12 loc) · 448 Bytes

tron-python-automate-send

Python tool automate send TRX from dividend accounts to main wallet

Config

  • Set main destination with mainAccount="ADDRESS"
  • Set lookup accounts with accounts = dict([ ("YOURADDRESSHERE","YOURPRIVATEKEYHERE"),...])
  • Set min withdraw with min_withdraw = X TRX amount
  • Set scan timer with scanMin = 60 MIN

Dependencies

pip install -r requirements.txt

RUN

python main.py