Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 653 Bytes

fetch.md

File metadata and controls

20 lines (18 loc) · 653 Bytes

Fetch

Create Validator

fetchd tx staking create-validator \
  --amount=278000000000000000000afet \
  --pubkey=$(fetchd tendermint show-validator) \
    --moniker='polkachu.com' \
    --website "https://polkachu.com" \
    --moniker='polkachu.com' \
    --identity "0A6AF02D1557E5B4" \
    --security-contact "[email protected]" \
    --details "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at [email protected]" \
  --commission-rate="0" \
  --commission-max-rate="0.10" \
  --commission-max-change-rate="0.05" \
    --min-self-delegation=1 \
   --from=polkachu