Skip to content

Files

Latest commit

Nov 23, 2021
eb30a9a · Nov 23, 2021

History

History
33 lines (29 loc) · 876 Bytes

bitcanna.md

File metadata and controls

33 lines (29 loc) · 876 Bytes

BitCanna

create validator

bcnad tx staking create-validator \
 --amount 1000000ubcna \
 --commission-max-change-rate "0.01" \
 --commission-max-rate "0.10" \
 --commission-rate "0" \
 --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 hello@polkachu.com" \
 --pubkey=$(bcnad tendermint show-validator) \
 --moniker '🌿 polkachu.com | 0% fee 🌿' \
 --chain-id bitcanna-1 \
 --gas auto \
 --gas-adjustment 1.5 \
 --gas-prices 0.001ubcna \
 --from polkachu

Delegate

bcnad tx staking delegate bcnavaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4pxqv0cj 41000000ubcna \
 --chain-id bitcanna-1 \
 --gas auto \
 --gas-adjustment 1.5 \
 --gas-prices 0.001ubcna \
 --from polkachu