Simple auto delegator bot for Desmos Blockchain validators. It delegates both commision and rewards to the specified validator address. And loops this operation with a specificed interval.
I started from the Self Delegator Bot made by g-luca, which is much more sophisticated and with more functionalities. This script is intended to be lightweight with no need of additional libs nor python.
Once again, thank you g-luca for all the top-notch work you did!
Currently it is still very rough and not refined.
For any suggestion or if you find a bug please open an issue.
- Desmos CLI
git clone https://github.com/ghilloDev/autodelegator.git && cd autodelegator && chmod u+x autodelegator.shmv template.ini config.ini && nano config.iniAnd edit it with your values.
To run the bot, use:
./autodelegator.shThen insert your keyring password only once at the first time it is asked and let the script run without any other input.