Add some docs
This commit is contained in:
parent
8d24465845
commit
ca049fd453
|
@ -74,6 +74,16 @@ gaiad tendermint show-validator
|
||||||
We strongly recommend _NOT_ using the same passphrase for multiple keys. The Tendermint team and the Interchain Foundation will not be responsible for the loss of funds.
|
We strongly recommend _NOT_ using the same passphrase for multiple keys. The Tendermint team and the Interchain Foundation will not be responsible for the loss of funds.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
#### Multisig public keys
|
||||||
|
|
||||||
|
You can generate and print a multisig public key by typing:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gaiacli show -m K key1 key2...keyK
|
||||||
|
```
|
||||||
|
|
||||||
|
`K` is the minimum number of private keys that must have signed the transactions that carry the generated public key.
|
||||||
|
|
||||||
### Account
|
### Account
|
||||||
|
|
||||||
#### Get Tokens
|
#### Get Tokens
|
||||||
|
|
Loading…
Reference in New Issue