Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 746 Bytes

lum.md

File metadata and controls

28 lines (24 loc) · 746 Bytes

Lum Network

create validator

lumd tx staking create-validator \
    --amount=1000000ulum \
    --pubkey=$(lumd tendermint show-validator) \
    --moniker="polkachu.com" \
    --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 [email protected]" \
    --chain-id=lum-network-1
    --from polkachu

Delegate

lumd tx staking edit-validator \
   --details="Something something" \
   --chain-id=lum-network-1
   --from polkachu