Hi everyone, today we will join Gitopia Janus Testnet 2. Don't forget to star and fork this repository from the top right. For your questions: LossNode Chat
Gitopia Turkish Telegram: https://t.me/GitopiaTurkish
NODE TYPE | CPU | RAM | SSD |
---|---|---|---|
Testnet | 4 | 8 | 200* |
wget -O gitopiaEN.sh https://raw.githubusercontent.com/thisislexar/Gitopia-Testnet/main/gitopiaEN.sh && chmod +x gitopiaEN.sh && ./gitopiaEN.sh
wget -O gitopiaEN-noSS.sh https://raw.githubusercontent.com/thisislexar/Gitopia-Testnet/main/gitopiaEN-noSSgitopiaEN-noSS.sh && chmod +x gitopiaEN-noSS.sh && ./gitopiaEN-noSS.sh
You can also install the node manually to improve your Node knowledge.
gitopiad status 2>&1 | jq .SyncInfo
If the sync status is false as in the photo above, you can continue, if it is still true, wait and continue after false
gitopiad keys add <WALLETNAME>
If you want to use an existing wallet:
gitopiad keys add <WALLETNAME> --recover
After importing the wallet to Keplr, go to Gitopia platform and get testnet tokens.
Check that tokens have arrived in our wallet from Explorer
gitopiad tx staking create-validator \
--amount 1000000utlore \
--from <WALLETNAME> \
--commission-max-change-rate "0.01" \
--commission-max-rate "0.2" \
--commission-rate "0.07" \
--min-self-delegation "1" \
--pubkey $(gitopiad tendermint show-validator) \
--moniker $NODENAME \
--chain-id gitopia-janus-testnet-2 \
--website="http://linktr.ee/LossNode" \
--details="Testing the Gitopia"
Checking logs
journalctl -fu gitopiad -o cat
Stopping the service
sudo systemctl stop gitopiad
Restarting the service
sudo systemctl restart gitopiad
Delegating tokens
gitopiad tx staking delegate gitopiavaloper1tdp45gtcfujsskg75k7tlxxxxxxx 10000000utlore --chain-id=gitopia-janus-testnet-2 --from <WALLETNAME>
Editing validator
gitopiad tx staking edit-validator \
--moniker=$NODENAME \
--identity="<YOUR KEYBASE ID>" \
--website="<WEBSITE LINK>" \
--details="DETAILS" \
--chain-id=gitopia-janus-testnet-2 \
--from=<WALLETNAME>
sudo systemctl stop gitopiad
sudo systemctl disable gitopiad
sudo rm /etc/systemd/system/gitopia* -rf
sudo rm $(which gitopiad) -rf
sudo rm $HOME/.gitopia* -rf
sudo rm $HOME/gitopia -rf
sed -i '/GITOPIA_/d' ~/.bash_profile