Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.31 KB

celestia.md

File metadata and controls

50 lines (40 loc) · 1.31 KB

Lum Network

create validator

celestia-appd tx staking create-validator \
    --amount=1000000000celes \
    --pubkey=$(celestia-appd tendermint show-validator) \
    --moniker="polkachu.com" \
    --chain-id=devnet-2 \
    --commission-rate=0.1 \
    --commission-max-rate=0.2 \
    --commission-max-change-rate=0.01 \
    --min-self-delegation=1000000000 \
    --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]" \
    --from=chani \
    --keyring-backend=test

Delegate

celestia-appd tx staking delegate celesvaloper1pcmran05kpxjw8g9fja2aqk2q8e49hgzmgznxd 800000celes \
    --chain-id=devnet-2 \
    --from=chani \
    --keyring-backend=test

Unjail

 tx slashing unjail --from celes1pcmran05kpxjw8g9fja2aqk2q8e49hgz79d339 \
    --chain-id=devnet-2 \
    --from=chani \
    --keyring-backend=test

Claim rewards

celestia-appd tx distribution withdraw-rewards celesvaloper1pcmran05kpxjw8g9fja2aqk2q8e49hgzmgznxd --commission --yes --from celestia_test --chain-id devnet-2

Send

celestia-appd tx bank send celestia_test celes1wgf65895h036lzvz6a925jqgc3ay4rn9c4fs5v 10000000celes  --chain-id devnet-2