Skip to content

Commit

Permalink
update the validator page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstratos committed Dec 21, 2023
1 parent d3322a2 commit 5d35601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/docs-stratos-chain/how-to-become-a-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ A validator can be crested by sending a `create-validator` transaction command
* `commission-max-rate`: The maximum commission rate which this validator can charge. The `commission-max-change-rate` is used to measure % point change over the commission-rate, e.g., 1% to 2% is a 100% rate increase. This flags cannot be changed after create-validator is processed
* `commission-max-change-rate`: The maximum daily increase of the validator commission. This flags cannot be changed after create-validator is processed
* `min-self-delegation`: Minimum amount of tokens the validator needs to have bonded at all time. It is a strictly positive integer that represents the minimum amount of self-delegated staking token your validator must always have. A validator with a self delegation lower than this number will automatically be unbonded.
* the minimum amount of tokens that must be delegated to be a bonded validator is "1".
* `amount`: the amount to delegate, the minimum amount of tokens that must be delegated to be a bonded validator is "1".
* `from`: the wallet address that the delegation amount come from.
* the current `chain-id` is `mesos-1` for Testnet and `stratos-1` for Mainnet
* on Testnet, `--keyring-backend=test`
* on Mainnet, `--keyring-backend=file|os|pass`. You must use the same one you used when creating the wallet in previous guide (Setup Full-Chain Node).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ cd $HOME
md5sum stchaind

## Expected output
## c3e55667fd2eb0a345dde80a56068a6a stchaind
## 0d4a0fd5173fa273f6150b28e48086a3 stchaind
```

<br>
Expand Down

0 comments on commit 5d35601

Please sign in to comment.