melekes review
This commit is contained in:
parent
5b5960c5e9
commit
9e446dfeb7
|
@ -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.
|
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
|
##### Query Delegations
|
||||||
|
|
||||||
Once submitted a delegation to a validator, you can see it's information by using the following command:
|
Once submitted a delegation to a validator, you can see it's information by using the following command:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Install Gaia
|
## 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
|
### Install Go
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue