melekes review

This commit is contained in:
gamarin 2019-03-13 13:57:09 +01:00
parent 5b5960c5e9
commit 9e446dfeb7
2 changed files with 1 additions and 5 deletions

View File

@ -360,10 +360,6 @@ where `[name]` is the name of the key you specified when you initialized `gaiad`
While tokens are bonded, they are pooled with all the other bonded tokens in the network. Validators and delegators obtain a percentage of shares that equal their stake in this pool.
::: tip Note
Don't use more `uatom` than you have! You can always get more by using the [Faucet](https://faucetcosmos.network/)!
:::
##### Query Delegations
Once submitted a delegation to a validator, you can see it's information by using the following command:

View File

@ -1,6 +1,6 @@
## Install Gaia
This guide will explain how to install the `gaiad` and `gaiacli` entrypoints onto your system. With these installed on a server, you can participate in the latest testnet as either a [Full Node](./join-mainnet.md) or a [Validator](./validators/validator-setup.md).
This guide will explain how to install the `gaiad` and `gaiacli` entrypoints onto your system. With these installed on a server, you can participate in the mainnet as either a [Full Node](./join-mainnet.md) or a [Validator](./validators/validator-setup.md).
### Install Go