Skip to content

web3validator/scriptsCosmoSDK

Repository files navigation

ReStaking script - auto claiming and delegating rewards

  1. Download the script from my repository:
wget <scripts link>
  1. Give the permissions to this file:
chmod +x script.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=3600 #in secs - how often restart the script ; ACC_NAME=YourWalleName
nano script.sh
  1. Open the screen or tmux session:
# tmux new-session -s script
  1. Run auto claiming and delegating rewards:
bash script.sh
  1. Enjoy it :)
.
.
.

RUS

Скачиваем скрипт

 # wget https://github.com/5PARM1T/scriptsCosmoSDK/blob/main/restakingRizon.sh 

Даем нужные разрешения

 # chmod +x restakingRizon.sh

Открываем в nano скачанный файл

 # nano restakingRizon.sh

Редактируем файл внося нужные изменения: измените эти параметры: DELEGATOR = 'Ваш адрес делегата: rizon1........'; VALIDATOR = 'Ваш адрес валидатора: rizonvaloper1.......'; PASWD = 'пароль от cli'; ACCNAME = YourWalleName

Обновления groot-011

Создаем отдельное окно в TMUX для запуска скрипта

    # tmux new-session -s rizonscript

Запускаем сам скрипт и расслабляемся

    # bash restakingRizon.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages