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
Sistem gereksinimleri:
| NODE TİPİ | CPU | RAM | SSD |
|---|---|---|---|
| Testnet | 4 | 8 | 200* |
Gitopia için önemli linkler:
1a-1) Snapshot'lı script ile kurulum.
wget -O gitopia.sh https://raw.githubusercontent.com/thisislexar/Gitopia-Testnet/main/gitopia.sh && chmod +x gitopia.sh && ./gitopia.sh
1a-2) Snapshot'sız script ile kurulum.
wget -O gitopia-noSS.sh https://raw.githubusercontent.com/thisislexar/Gitopia-Testnet/main/gitopia-noSS.sh && chmod +x gitopia-noSS.sh && ./gitopia-noSS.sh
1b) Manuel kurulum.
Node bilginizi geliştirmek adına dilerseniz Manuel Kurulum da yapabilirsiniz.
2) Devam edelim.
Sync durumunu kontrol etmek için:
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
Cüzdan oluşturalım.
gitopiad keys add <CÜZDANADI>
Var olan bir cüzdanı kullanmak isterseniz:
gitopiad keys add <CÜZDANADI> --recover
Faucet almak için hemen yukarıda kurduğumuz cüzdanın kelimelerini Keplr'a import ediyoruz.
Cüzdanı Keplr'a import sonra Gitopia platformuna'a giderek faucet alalım.
Explorer'dan cüzdanımıza token geldiğini kontrol edelim.
Validator oluşturalım.
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"
Bazı komutlar:
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>
Node silmek için:
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








