Skip to content

Latest commit

 

History

History
80 lines (65 loc) · 2.21 KB

STRIDE-TESTNET-4.md

File metadata and controls

80 lines (65 loc) · 2.21 KB

STRIDE-TESTNET-4

Selamlar, yayında bahsettiğim gibi yeni ağa geçtik, önceden kurmayanlar katılamıyor. uzatmamak için hızlıca anlatıyorum.

binary:

sudo systemctl stop strided
cd $HOME && rm -rf stride
git clone https://github.com/Stride-Labs/stride.git
cd stride
git checkout cf4e7f2d4ffe2002997428dbb1c530614b85df1b
make build
sudo cp $HOME/stride/build/strided /usr/local/bin

genesis:

wget -qO $HOME/.stride/config/genesis.json "https://raw.githubusercontent.com/Stride-Labs/testnet/main/poolparty/genesis.json"

seed ve peers:

SEEDS="d2ec8f968e7977311965c1dbef21647369327a29@seedv2.poolparty.stridenet.co:26656"
PEERS="[email protected]:26656,[email protected]:26656,[email protected]:26639,[email protected]:16656,[email protected]:54356"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.stride/config/config.toml

stride config

sed -i '/STRIDE_CHAIN_ID/d' ~/.bash_profile
echo "export STRIDE_CHAIN_ID=STRIDE-TESTNET-4" >> $HOME/.bash_profile
source $HOME/.bash_profile
strided config chain-id $STRIDE_CHAIN_ID

Zincir verilerini sıfırlama:

sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1false|" $HOME/.stride/config/config.toml
strided tendermint unsafe-reset-all --home $HOME/.stride

Kamon:

  • loglar akıyorrrr
sudo systemctl start strided 
journalctl -fu strided -o cat

cüzdanınıda ki tokenleri kontrol et

strided query bank balances STRIDECÜZDANADRESİ

Eşleşince varsa tokenin validator oluştur

strided tx staking create-validator \
--amount=9900000ustrd \
--pubkey=$(strided tendermint show-validator) \
--moniker=RuesValidator \
--chain-id=STRIDE-TESTNET-4 \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.1" \
--min-self-delegation="1" \
--fees=250ustrd \
--gas=200000 \
--from=rues \
--website="http://forum.rues.info/" \
--details="https://linktr.ee/ruesandora0" \
-y

e hadi hayırlı olsun bea