Skip to content

Commit

Permalink
IRISHUB-537:edit install
Browse files Browse the repository at this point in the history
  • Loading branch information
kidinamoto01 committed Nov 7, 2018
1 parent e0bfcf2 commit 9ba6b78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/get-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ To get more people involved, IRIS foundation decides to send out more tasks in t
## Useful Links

* Riot chat: #irisvalidators:matrix.org

* Explorer: https://testnet.irisplorer.io/#/home
5 changes: 3 additions & 2 deletions docs/get-started/Validator-Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ Next, use the output as `<pubkey>` field for `iriscli stake create-validator` c
```
iriscli stake create-validator --amount=XXiris --pubkey=<pubkey> --moniker=<moniker> --fee=0.05iris --gas=2000000 --chain-id=fuxi-4000 --node=http://localhost:26657
```
Please note the **fee** can be the **decimal** of IRIS token, like `0.01iris`.
Please note the **fee** can be the **decimal** of IRIS token, like `0.01iris`. And you could also use other coin-type like `iris-milli`
To read more about fee mechanism in IRISHub, go to this [doc](../modules/fee-token/Fee.md)
In this way, to stake 1IRIS, you need to do:
Expand All @@ -84,7 +86,6 @@ iriscli stake create-validator --pubkey=pubkey --fee=0.05iris --gas=2000000 --
```
Don't forget the `fee` and `gas` field. To read more about coin-type in IRISHub, you should read [this](../zh/modules/coin/README.md)
To read more about fee mechanism in IRISHub, go to this [doc](../modules/fee-token/Fee.md)
### View Validator Info
Expand Down

0 comments on commit 9ba6b78

Please sign in to comment.