Copy
$ sided query bank balances side162ttnnflhvuazp42vxu5jf3fgxy750lrn3zrld
balances:
- amount: "999999900000000000"
denom: uside
pagination:
next_key: null
total: "0"
Copy
sided tx staking create-validator \\
--from=alice \\
--amount=400000000uside \\
--pubkey=$(sided tendermint show-validator) \\
--moniker="side_node" \\
--security-contact="[email protected]" \\
--chain-id="S2-testnet-2" \\
--commission-rate="0.1" \\
--commission-max-rate="0.2" \\
--commission-max-change-rate="0.05" \\
--min-self-delegation="400000000" \\
--fees="50000uside"
If you need further explanation for each of these command flags:
from
flag is the KEY_NAME you created when initializing the key on your keyringamount
flag is the amount you will place in your own validator in usidepubkey
is the validator public key found earliermoniker
is a human-readable name you choose for your validatorsecurity-contact
is an email your delegates are able to contact you atchain-id
is whatever chain-id you are working withcommission-rate
is the rate you will charge your delegatescommission-max-rate
is the most you are allowed to charge your delegatescommission-max-change-rate
is how much you can increase your commission rate in a 24 hour periodmin-self-delegation
is the lowest amount of personal funds the validator is required to have in their own validator to stay bonded