Merhabalar, bugün Gitopia testnetine katılıyor olacağız. Sağ üstten yıldızlayıp forklamayı unutmayalım. Sorularınız olursa: LossNode Chat
Gitopia Türkiye Telegram: https://t.me/GitopiaTurkish
NODE TİPİ | CPU | RAM | SSD |
---|---|---|---|
Testnet | 4 | 8 | 200* |
wget -O gitopia.sh https://raw.githubusercontent.com/thisislexar/Gitopia-Testnet/main/gitopia.sh && chmod +x gitopia.sh && ./gitopia.sh
wget -O gitopia-noSS.sh https://raw.githubusercontent.com/thisislexar/Gitopia-Testnet/main/gitopia-noSS.sh && chmod +x gitopia-noSS.sh && ./gitopia-noSS.sh
Node bilginizi geliştirmek adına dilerseniz Manuel Kurulum da yapabilirsiniz.
gitopiad status 2>&1 | jq .SyncInfo
Yukarıdaki fotodaki gibi sync durumu false olduysa devam edebilirsiniz, hala true ise bekleyin false olduktan sonra devam edin
gitopiad keys add <CÜZDANADI>
Var olan bir cüzdanı kullanmak isterseniz:
gitopiad keys add <CÜZDANADI> --recover
Cüzdanı Keplr'a import sonra Gitopia platformuna'a giderek faucet alalım.
Explorer'dan cüzdanımıza token geldiğini kontrol edelim.
gitopiad tx staking create-validator \
--amount 1000000utlore \
--from <CÜZDANADI> \
--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"
Log kontrolü
journalctl -fu gitopiad -o cat
Servisi durdurma
sudo systemctl stop gitopiad
Servisi tekrar başlatma
sudo systemctl restart gitopiad
Token delege etme
gitopiad tx staking delegate gitopiavaloper1tdp45gtcfujsskg75k7tlxxxxxxx 10000000utlore --chain-id=gitopia-janus-testnet-2 --from <CÜZDANADI>
Validator düzenleme
gitopiad tx staking edit-validator \
--moniker=$NODENAME \
--identity="<KEYBASE ID'NİZ>" \
--website="<WEBSİTE LİNKİ>" \
--details="AÇIKLAMA" \
--chain-id=gitopia-janus-testnet-2 \
--from=<CÜZDANADI>
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