Skip to content

Latest commit

 

History

History

Kyve

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Welcome To Kyve Testnet

1.0 Official KYVE Document

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.

1.1 Install Automatic

wget -O kyve.sh https://raw.githubusercontent.com/fatalbar/testnet-manual/main/Kyve/kyve.sh && chmod +x kyve.sh && ./kyve.sh

1.2 Cosmos Hub pool

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

1.3 Moonbeam pool

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

1.4 Avalanche pool

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

1.5 STACK pool

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

2.0 Bitcoin pool

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

2.1 Solana pool

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

2.2 Zilliqa pool

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

2.3 Install Wallet

Download ektention Keplr You can get faucet from Faucet

Thank you