Skip to content

didbit/scriptsCosmoSDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

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 :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%