forked from cerc-io/laconicd-deprecated
app, docs: update Bech32 HRP to ethm (#476)
* changelog * app, docs: update Bech32 HRP * changelog
This commit is contained in:
@@ -65,12 +65,12 @@ We view testnet participation as a great way to signal to the community that you
|
||||
In short, there are two types of keys:
|
||||
|
||||
- **Tendermint Key**: This is a unique key used to sign consensus votes.
|
||||
- It is associated with a public key `ethvalconspub` (Get this value with `ethermintd tendermint show-validator`)
|
||||
- It is associated with a public key `ethmvalconspub` (Get this value with `ethermintd tendermint show-validator`)
|
||||
- It is generated when the node is created with `ethermintd init`.
|
||||
- **Application key**: This key is created from `ethermintd` and used to sign transactions. Application keys are associated with a public key prefixed by `ethpub` and an address prefixed by `eth`. Both are derived from account keys generated by `ethermintd keys add`.
|
||||
- **Application key**: This key is created from `ethermintd` and used to sign transactions. Application keys are associated with a public key prefixed by `ethpub` and an address prefixed by `ethm`. Both are derived from account keys generated by `ethermintd keys add`.
|
||||
|
||||
Note: A validator's operator key is directly tied to an application key, but
|
||||
uses reserved prefixes solely for this purpose: `ethvaloper` and `ethvaloperpub`
|
||||
uses reserved prefixes solely for this purpose: `ethmvaloper` and `ethmvaloperpub`
|
||||
|
||||
### What are the different states a validator can be in?
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ To run testnet nodes, you will need a machine with the following minimum require
|
||||
|
||||
## Create Your Validator
|
||||
|
||||
Your `ethvalconspub` can be used to create a new validator by staking tokens. You can find your validator pubkey by running:
|
||||
Your `ethmvalconspub` can be used to create a new validator by staking tokens. You can find your validator pubkey by running:
|
||||
|
||||
```bash
|
||||
ethermintd tendermint show-validator
|
||||
@@ -80,7 +80,7 @@ You can confirm that you are in the validator set by using a third party explore
|
||||
If you want to participate in genesis as a validator, you need to justify that
|
||||
you have some stake at genesis, create one (or multiple) transactions to bond this stake to your validator address, and include this transaction in the genesis file.
|
||||
|
||||
Your `ethvalconspub` can be used to create a new validator by staking tokens. You can find your validator pubkey by running:
|
||||
Your `ethmvalconspub` can be used to create a new validator by staking tokens. You can find your validator pubkey by running:
|
||||
|
||||
```bash
|
||||
ethermintd tendermint show-validator
|
||||
|
||||
Reference in New Issue
Block a user