diff --git a/docs/docs-stratos-chain/how-to-become-a-validator.md b/docs/docs-stratos-chain/how-to-become-a-validator.md index 0fc5808..8c31b9f 100644 --- a/docs/docs-stratos-chain/how-to-become-a-validator.md +++ b/docs/docs-stratos-chain/how-to-become-a-validator.md @@ -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). diff --git a/docs/docs-stratos-chain/how-to-start-with-state-sync.md b/docs/docs-stratos-chain/how-to-start-with-state-sync.md index a889fae..b851108 100644 --- a/docs/docs-stratos-chain/how-to-start-with-state-sync.md +++ b/docs/docs-stratos-chain/how-to-start-with-state-sync.md @@ -73,9 +73,9 @@ Since the application state is generally much smaller than the blocks, and resto # # For Cosmos SDK-based chains, trust_period should usually be about 2/3 of the unbonding time (~2 # weeks) during which they can be financially punished (slashed) for misbehavior. - rpc_servers = "34.146.249.235:26657,104.198.116.252:26657" - trust_height = 695000 - trust_hash = "8C138E7FE1FF3B237EF3938D524BCA25AF3DE1E041F08FD9E4B37C6BD14CBB6C" + rpc_servers = "35.203.182.250:26657,35.230.38.120:26657" + trust_height = 1299000 + trust_hash = "C2B05D1974C9C68F69B3230208A65B2EBB042C8B8EBEC6471697A931A29519AE" trust_period = "168h0m0s" # Time to spend discovering snapshots before initiating a restore. @@ -149,7 +149,7 @@ Since the application state is generally much smaller than the blocks, and resto # # For Cosmos SDK-based chains, trust_period should usually be about 2/3 of the unbonding time (~2 # weeks) during which they can be financially punished (slashed) for misbehavior. - rpc_servers = "35.160.97.156:26657,rpc-mesos.thestratos.org:80" + rpc_servers = "35.233.191.198:26657,35.233.191.198:26657" trust_height = 326000 trust_hash = "C524665A353CB6C5E03D4B73B3151FA00862704A0966E01C5E97F1DE1B08B1B4" trust_period = "168h0m0s" diff --git a/docs/docs-stratos-chain/setup-and-run-a-stratos-chain-full-node.md b/docs/docs-stratos-chain/setup-and-run-a-stratos-chain-full-node.md index 04afe2d..a17da69 100644 --- a/docs/docs-stratos-chain/setup-and-run-a-stratos-chain-full-node.md +++ b/docs/docs-stratos-chain/setup-and-run-a-stratos-chain-full-node.md @@ -140,7 +140,7 @@ cd $HOME md5sum stchaind ## Expected output -## c3e55667fd2eb0a345dde80a56068a6a stchaind +## 0d4a0fd5173fa273f6150b28e48086a3 stchaind ```