- Download the script from my repository:
wget https://raw.githubusercontent.com/didbit/scriptsCosmoSDK/main/restakingRizon.sh
- Give the permissions to this file:
chmod +x restakingRizon.sh
- Edit this script with your credentials -> change these parameters: DELEGATOR='Your delegator address' ; VALIDATOR='Your validator address' ; PASWD='pass phrase from cli' ; DELAY=36000 #in secs - how often restart the script ; ACC_NAME=YourWalleName
nano restakingRizon.sh
- Open the screen or tmux session:
# tmux new-session -s rizonscript
- Run auto claiming and delegating rewards:
bash restakingRizon.sh
- Enjoy it :)