Skip to content

BluOwn/stride

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ყველა ბრძანება, რომელიც მოქცეულია სერ ფონში, შეგყავთ ცალ-ცალკე!

სერ ფონში მოქცეული ბრძანებები კოპირდება და შეგყავთ ერთიანად

კოდი არის ავტომატური ფუნქციონალის

გარდა დასაწყისისა, სადაც უნდა ჩაწეროთ თქვენი node სახელი.

wget -O stride.sh https://raw.githubusercontent.com/kj89/testnet_manuals/main/stride/stride.sh && chmod +x stride.sh && ./stride.sh
source $HOME/.bash_profile
sudo systemctl daemon-reload
sudo systemctl enable strided
sudo systemctl restart strided && sudo journalctl -u strided -f -o cat
strided status 2>&1 | jq .SyncInfo

საფულის შექმნა

ამ ბრძანების შემდგომ გამოტანილი ინფორმაცია აუცილებლად შეინახეთ გარე დოკუმენტში.

strided keys add $WALLET

საფულის აღდგენა

strided keys add $WALLET --recover

საფულის ჩამონათვალი

strided keys list

საფულის შენახვა

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

საფულის შევსება

გაწევრიანდით დისქორდზე https://discord.gg/SdjQb3Zng8

გადადით token-faucet განყოფილებაში და შეიყვანეთ.

$faucet:<თქვენი_საფულის_მისამართი>

საიტზე თქვენი მისამართით შეამოწმეთ დაირიცხა თუ არა ტოკენი.

https://poolparty.stride.zone/STRIDE

ვალიდატორის შექმნა

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

გადადით ვებ-გვერდზე და შეამოწმეთ დაემატეთ თუ არა ვალიდატორად, თუ დაემატეთ თქვენი ლინკი ჩააგდეთ დისქორდზე "validators" განყოფილებაში ტექსტით "hello, can i get validator role? thanks. <თქვენი ვალიდატორის ლინკი>"

https://poolparty.stride.zone/STRIDE/staking

Basic Firewall security

sudo ufw status
sudo ufw default allow outgoing
sudo ufw default deny incoming
sudo ufw allow ssh/tcp
sudo ufw limit ssh/tcp
sudo ufw allow ${STRIDE_PORT}656,${STRIDE_PORT}660/tcp
sudo ufw enable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published