Add some docs

This commit is contained in:
Alessio Treglia 2018-10-22 13:43:18 -07:00
parent 8d24465845
commit ca049fd453
No known key found for this signature in database
GPG Key ID: E8A48AE5311D765A
1 changed files with 10 additions and 0 deletions

View File

@ -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.
:::
#### 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
#### Get Tokens