Skip to content

Commit

Permalink
Merge pull request #43 from stratosnet/update-snapshot
Browse files Browse the repository at this point in the history
Update snapshot
  • Loading branch information
jinzuo-qsn authored Dec 21, 2023
2 parents 69cf1c3 + 5d35601 commit fe9e0d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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
8 changes: 4 additions & 4 deletions docs/docs-stratos-chain/how-to-start-with-state-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"
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 fe9e0d2

Please sign in to comment.