Consensus Mechanism Overview #
Key Features of Real’s Consensus #
Validators #
Role of Validators #
Becoming a Validator #
-
-
-
reald tx staking create-validator \ --amount 10000ureal \ --pubkey $(reald tendermint show-validator) \ --moniker "YourValidatorName" \ --chain-id real-mainnet-1 \ --commission-rate "0.10" \ --commission-max-rate "0.20" \ --commission-max-change-rate "0.01" \ --min-self-delegation "1" \ --from <YOUR_WALLET> -
Validator Rewards #
Staking $ASSET Tokens #
How to Stake $ASSET Tokens #
-
-
-
-
reald tx staking delegate <VALIDATOR_ADDRESS> 5000ureal --from <YOUR_WALLET> --chain-id real-mainnet-1 --gas auto --fees 500ureal -
reald tx distribution withdraw-all-rewards --from <YOUR_WALLET> --chain-id real-mainnet-1 --gas auto --fees 500ureal