Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.02 KB

chihuahua.md

File metadata and controls

30 lines (26 loc) · 1.02 KB

Chihuahua

create validator

chihuahuad tx staking create-validator \
    --amount=1000000000uhuahua \
    --commission-max-change-rate=0.01 \
    --commission-max-rate=0.1 \
    --commission-rate=0.01 \
    --min-self-delegation=1 \
    --website "https://polkachu.com" \
    --identity "0A6AF02D1557E5B4" \
    --details "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at [email protected]" \
    --pubkey `chihuahuad tendermint show-validator` \
    --moniker="polkachu.com | 1% fee" \
    --chain-id=chihuahua-1 \
    --security-contact="[email protected]" \
    --from=polkachu

Edit validator

chihuahuad tx staking edit-validator \
    --moniker="polkachu.com | 1% forever" \
    --details "Polkachu will forever keep 1% commission rate on Chihuahua chain. Please consider delegeting to our validators on Juno, SifChain, Kava, Comdex, BitCanna, and KiChain. Contact: [email protected]" \
    --chain-id=chihuahua-1 \
    --from=polkachu