Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.05 KB

chihuahua.md

File metadata and controls

30 lines (26 loc) · 1.05 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" \
    --details "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Please consider delegating to Polkachu validators on Akash, Juno, SifChain, Kava, BitCanna, and KiChain. Contact: [email protected]" \
    --chain-id=chihuahua-1 \
    --from=polkachu