Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 693 Bytes

akash.md

File metadata and controls

23 lines (20 loc) · 693 Bytes

Akash

create validator

akash tx staking create-validator \
    --amount=1000000uakt \
    --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="$(akash tendermint show-validator)" \
    --moniker 'polkachu.com | 0% fee' \
    --chain-id="akashnet-2" \
    --commission-rate="0" \
    --commission-max-rate="0.10" \
    --commission-max-change-rate="0.05" \
    --min-self-delegation="1" \
    --gas="auto" \
    --gas-adjustment 1.15 \
    --gas-prices="0.025uakt" \
    --from=polkachu