This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app_hash": "", | |
"app_state": { | |
"auth": { | |
"accounts": [ | |
{ | |
"@type": "/cosmos.auth.v1beta1.BaseAccount", | |
"account_number": "1175", | |
"address": "star1qqrlvl0lq0e6y65gsfh2df8ahrhmjnc7scn020", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# become root | |
sudo su -c bash | |
# pick-up env vars | |
set -o allexport ; source /etc/systemd/system/starname.env ; set +o allexport | |
# inject the halt height into iovnsd.sh | |
sed --in-place 's/iovnsd start/iovnsd start --halt-height 4294679/' ${DIR_IOVNS}/iovnsd.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export USER_IOV=iov # "iov" is not recommended | |
# become USER_IOV | |
su - ${USER_IOV} | |
set -o allexport ; source /etc/systemd/system/starnamed.env ; set +o allexport # pick-up env vars | |
export PATH=${PATH}:${DIR_STARNAMED} | |
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${DIR_STARNAMED} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for i in basename chgrp chmod curl grep journalctl jq sed sha256sum systemctl wget ; do [[ $(command -v $i) ]] || { echo "$i is not in PATH; PATH == $PATH; cannot proceed" ; exit -1 ; } ; done # https://unix.stackexchange.com/a/379425 | |
sudo su -c bash # make life easier for the next ~100 lines | |
cd /etc/systemd/system | |
export USER_IOV=iov # "iov" is not recommended | |
export SIGNER=dave*iov # signer for the create-validator tx |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app_hash": "", | |
"app_state": { | |
"auth": { | |
"accounts": [ | |
{ | |
"@type": "/cosmos.auth.v1beta1.BaseAccount", | |
"account_number": "1175", | |
"address": "star1qqrlvl0lq0e6y65gsfh2df8ahrhmjnc7scn020", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01node-epyc ChainLayer IRISnet-Bianjie StakeWithUs | |
AC Validator 🚀 Cosmostation OpenTech Staking staking.blue | |
Anchor Staking Forbole Simply Staking Staky.io | |
ATEAM in3s.com Stake Capital syncnode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo su | |
systemctl stop starname.service | |
su - ${USER_IOV} | |
set -o allexport ; source /etc/systemd/system/starname.env ; set +o allexport # pick-up env vars | |
export PATH=${DIR_IOVNS}:$PATH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo su | |
systemctl stop starname.service | |
# update the persistent peer | |
set -o allexport ; source /etc/systemd/system/starname.env ; set +o allexport # pick-up env vars | |
sudo sed --in-place 's/8c059fd8d3049f6a7d81746ad35a0fd7662cad3a/c0a71edc987eb78b8c7b99b9963c6429bc9c8f1e/' ${DIR_IOVNS}/iovnsd.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo systemctl stop starname.service | |
# reset data | |
su ${USER_IOV} | |
set -o allexport ; source /etc/systemd/system/starname.env ; set +o allexport # pick-up env vars | |
${DIR_IOVNS}/iovnsd unsafe-reset-all --home ${DIR_WORK} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo systemctl stop starname.service | |
# reset data | |
su - ${USER_IOV} | |
set -o allexport ; source /etc/systemd/system/starname.env ; set +o allexport # pick-up env vars | |
${DIR_IOVNS}/iovnsd unsafe-reset-all --home ${DIR_WORK} |
NewerOlder