Welcome To Kyve Testnet
Before installing, make sure you have enough tokens for the minimum staking, otherwise your node will not work. To see the minimum staking, open the pool and go to Validators, if you don’t have enough tokens you can do other Kyve Task.
wget -O kyve.sh https://raw.githubusercontent.com/fatalbar/testnet-manual/main/Kyve/kyve.sh && chmod +x kyve.sh && ./kyve.sh
You an find cosmos validator Cosmos hub Validator make sure you have enough tokens for the minimum staking
systemctl restart cosmosd
systemctl stop cosmosd
journalctl -u cosmosd -f
Change Amount_STAKE with number want to stake
STAKE=Amount_STAKE
sed -i.bak -e "s/initialStake .*/initialStake $STAKE/" /etc/systemd/system/cosmosd.service
systemctl daemon-reload
systemctl restart cosmosd
You an find Moonbeam validator Moonbeam Validator make sure you have enough tokens for the minimum staking
systemctl restart moonbeamd
systemctl stop moonbeamd
journalctl -u moonbeamd -f
Change Amount_STAKE with number want to stake
STAKE=Amount_STAKE
sed -i.bak -e "s/initialStake .*/initialStake $STAKE/" /etc/systemd/system/moonbeamd.service
systemctl daemon-reload
systemctl restart moonbeamd
You an find Avalanche validator Avalanche Validator make sure you have enough tokens for the minimum staking
systemctl restart avalanched
systemctl stopavalanched
journalctl -u avalanched -f
Change Amount_STAKE with number want to stake
STAKE=Amount_STAKE
sed -i.bak -e "s/initialStake .*/initialStake $STAKE/" /etc/systemd/system/avalanched.service
systemctl daemon-reload
systemctl restart avalanched
systemctl restart stacksd
systemctl stop stacksd
journalctl -u stacksd -f
Change Amount_STAKE with number want to stake
STAKE=Amount_STAKE
sed -i.bak -e "s/initialStake .*/initialStake $STAKE/" /etc/systemd/system/stacksd.service
systemctl daemon-reload
systemctl restart stacksd
You an find Bitcoin validator Bitcoin Validator make sure you have enough tokens for the minimum staking
systemctl restart bitcoind
systemctl stop bitcoind
journalctl -u bitcoind -f
Change Amount_STAKE with number want to stake
STAKE=Amount_STAKE
sed -i.bak -e "s/initialStake .*/initialStake $STAKE/" /etc/systemd/system/bitcoind.service
systemctl daemon-reload
systemctl restart bitcoind
You an find SOLANA validator SOLANA Validator make sure you have enough tokens for the minimum staking
systemctl restart solanad
systemctl stop solanad
journalctl -u solanad -f
Change Amount_STAKE with number want to stake
STAKE=Amount_STAKE
sed -i.bak -e "s/initialStake .*/initialStake $STAKE/" /etc/systemd/system/solanad.service
systemctl daemon-reload
systemctl restart solanad
You an find Zilliqa validator Zilliqa Validator make sure you have enough tokens for the minimum staking
systemctl restart zilliqad
systemctl stop zilliqad
journalctl -u zilliqad -f
Change Amount_STAKE with number want to stake
STAKE=Amount_STAKE
sed -i.bak -e "s/initialStake .*/initialStake $STAKE/" /etc/systemd/system/zilliqad.service
systemctl daemon-reload
systemctl restart zilliqad
Download ektention Keplr You can get faucet from Faucet
Thank you