Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 780 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 780 Bytes

ReStaking script - auto claiming and delegating rewards for Rizon Network

  1. Download the script from my repository:
wget https://raw.githubusercontent.com/didbit/scriptsCosmoSDK/main/restakingRizon.sh
  1. Give the permissions to this file:
chmod +x restakingRizon.sh
  1. 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
  1. Open the screen or tmux session:
# tmux new-session -s rizonscript
  1. Run auto claiming and delegating rewards:
bash restakingRizon.sh
  1. Enjoy it :)