Stride Node Setup

Stride Node Setup

By otomatis | pramonoutomo | 4 Aug 2022


This tutorial are based on:
Official Documentation & KJ89

Stride Explorer: https://stride.explorers.guru/
Setup Node Monitor: Click Here

Minimum Hardware Requirements

  • 4x CPUs; the faster clock speed the better
  • 8GB RAM
  • 100GB of storage (SSD or NVME)
  • Permanent Internet connection (traffic will be minimal during testnet; 10Mbps will be plenty - for production at least 100Mbps is expected)

Recommended Hardware Requirements

  • 4x CPUs; the faster clock speed the better
  • 32GB RAM
  • 200GB of storage (SSD or NVME)
  • Permanent Internet connection (traffic will be minimal during testnet; 10Mbps will be plenty - for production at least 100Mbps is expected)

 

Recomended Server use Contabo / Vultr 

wget -O stride.sh https://raw.githubusercontent.com/kj89/testnet_manuals/main/stride/stride.sh && chmod +x stride.sh && ./stride.sh

 

After installation, Load variable

source $HOME/.bash_profile

 

Check Block Syncing status

strided status 2>&1 | jq .SyncInfo


Do All command below only after synced, or you may found any error.

Create Wallet**

strided keys add $WALLET

Or Recover Wallet**

strided keys add $WALLET --recover


Choose one, you want to create new or recover old wallet using phrase key. Always save your wallet data, including seed/recovery phrase.
Get all your wallet list on system

strided keys list

 

Make your address and valoper address accesible as variable

STRIDE_WALLET_ADDRESS=$(strided keys show $WALLET -a)

STRIDE_VALOPER_ADDRESS=$(strided keys show $WALLET --bech val -a)

echo 'export STRIDE_WALLET_ADDRESS='${STRIDE_WALLET_ADDRESS} >> $HOME/.bash_profile

echo 'export STRIDE_VALOPER_ADDRESS='${STRIDE_VALOPER_ADDRESS} >> $HOME/.bash_profile

source $HOME/.bash_profile

 

Get some test token from discord channel #token-faucet , Click here to go to discord
use this command on discord channel to request your token: $faucet-stride:<STRIDE_WALLET_ADDRESS>

Create Validator

Check your wallet balance, make sure you have enough token to create validator

strided query bank balances $STRIDE_WALLET_ADDRESS

Create validator

strided tx staking create-validator \
  --amount 10000000ustrd \
  --from $WALLET \
  --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 $NODENAME \
  --chain-id $STRIDE_CHAIN_ID

 

Incentive instruction are on: https://github.com/Stride-Labs/testnet/tree/main/incentivized-testnet

Submission form for participant https://forms.gle/urhJDEkqfMM9h1367

 

Join our telegram group @codeblocklabs https://t.me/codeblocklabs 

Subscribe to https://youtube.com/c/pramonoutomo

How do you rate this article?

4



pramonoutomo
pramonoutomo

Hey it's pram here, join my universe https://youtube.com/c/pramonoutomo and https://twitter.com/pramonoutomo also don't forget to check out my portofolio on https://pramonoutomo.com

Publish0x

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.