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

Python tool automate send TRX from dividend accounts to main wallet

License

Notifications You must be signed in to change notification settings

fbsobreira/tron-python-automate-send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python tool automate send TRX from dividend accounts to main wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published