Not: Şu an kurduğumuz direkt chain-4 olan arkadaşlar.
Halihazırda stride kuruluysa sunucunuzda buradaki adımları takip ederek yeni chaine yani chain-4'e geçebilirsiniz.
Stride Testneti hakkında yazmış olduğum şu yazıya da bakabilirsiniz.
CPU | RAM | Disk |
---|---|---|
4 | 8GB | 400GB |
wget -O stride.sh https://raw.githubusercontent.com/brsbrc/Testnetler-ve-Rehberler/main/Stride/stride.sh && chmod +x stride.sh && ./stride.sh
Log kontrol komutundan sonra log komutu tepki vermiyorsa şu komutu girip ardından yeniden log kontrol yapın.
systemctl restart systemd-journald
strided status 2>&1 | jq .SyncInfo
Faucet için; Discorda katılmayı unutmayın. ( https://discord.gg/rDZPaqYd )
strided tx staking create-validator \
--amount 9900000ustrd \
--from cüzdanisminiz \
--commission-max-change-rate "0.01" \
--commission-max-rate "0.2" \
--commission-rate "0.07" \
--min-self-delegation "1" \
--pubkey $(strided tendermint show-validator) \
--moniker nodeisminiz \
--chain-id=STRIDE-TESTNET-4
Ping Pub - https://poolparty.stride.zone
NodesGuru - https://stride.explorers.guru
Cosmostation - https://testnet.mintscan.io/stride-testnet
strided tx bank send gönderencüzdanadresi alıcıcüzdanadresi 1000000ustrd --chain-id=STRIDE-TESTNET-4 --from cüzdanisminiz --fees=250ustrd -y
strided tx staking delegate validatorAddress 10000000ustrd --from=WalletName --chain-id=STRIDE-TESTNET-4 --gas=auto
strided tx staking redelegate gönderenvalidatoradres alıcıvalidatoradres 1000000ustrd --chain-id=STRIDE-TESTNET-4 --from cüzdan --gas=250000 --fees=500ustrd -y
journalctl -u strided -f -o cat
curl -s localhost:16657/status | jq .result.sync_info
strided tx slashing unjail --from=Cüzdanismi --chain-id=STRIDE-TESTNET-4 --gas-prices=0.025ustrd
sudo systemctl stop strided
sudo systemctl disable strided
sudo rm /etc/systemd/system/stride* -rf
sudo rm $(which strided) -rf
sudo rm $HOME/.stride* -rf
sudo rm $HOME/stride -rf
sed -i '/STRIDE_/d' ~/.bash_profile