From 1dc1c10e40826b5161fcb2ba403688590de62597 Mon Sep 17 00:00:00 2001 From: kidinamoto01 Date: Tue, 18 Sep 2018 10:35:28 +0800 Subject: [PATCH 1/2] IRISTNET-126:add iris-atto --- docs/get-started/Validator-Node.md | 6 +++--- docs/zh/get-started/Validator-Node.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/get-started/Validator-Node.md b/docs/get-started/Validator-Node.md index c2eef030d..a839459f8 100644 --- a/docs/get-started/Validator-Node.md +++ b/docs/get-started/Validator-Node.md @@ -74,16 +74,16 @@ Next, use the output as `` field for `iriscli stake create-validator` c ``` iriscli stake create-validator --amount=iris --pubkey= --address-validator= --moniker= --chain-id=game-of-genesis --name= --node=http://localhost:26657 ``` -Please note the **amount** needs to be the **minimium unit** of IRIS. +Please note the **amount** needs to be the **minimium unit** of IRIS token: `iris-atto`. -1 IRIS=10^18iris +1 IRIS=10^18 iris-atto In this way, to stake 1IRIS, you need to do: ``` iriscli stake create-validator --pubkey=pubkey --address-validator=account --fee=40000000000000000iris --gas=2000000 --from= --chain-id=fuxi-3000 --node=tcp://localhost:26657 --amount=1000000000000000000iris ``` -Don't forget the `fee` and `gas` field. To read more about fees in IRISHub, you should read [this](/modules/fee-token/feeToken.md) +Don't forget the `fee` and `gas` field. In this version of IRIHub, all the `unit` for `amount` and `field` correspond to `iris-atto`. To read more about coin-type in IRISHub, you should read [this](../zh/modules/coin/README.md) ### View Validator Info diff --git a/docs/zh/get-started/Validator-Node.md b/docs/zh/get-started/Validator-Node.md index f89905d06..ac76345e4 100644 --- a/docs/zh/get-started/Validator-Node.md +++ b/docs/zh/get-started/Validator-Node.md @@ -72,9 +72,9 @@ fvp1zcjduepqv7z2kgussh7ufe8e0prupwcm7l9jcn2fp90yeupaszmqjk73rjxq8yzw85 ``` iriscli stake create-validator --amount=iris --pubkey= --address-validator= --moniker= --chain-id=game-of-genesis --name= --node=http://localhost:26657 ``` -> 注意:**amount**字段需要使用最小单位iris。准化比例为: +> 注意:**amount** 和 **Fee** 字段需要使用最小单位 `iris-atto` 。准化比例为: -1 IRIS=10^18iris +1 IRIS=10^18 iris-atto 也就是说,如果你想要抵押1IRIS,你可以执行以下操作: @@ -82,7 +82,7 @@ iriscli stake create-validator --amount=iris --pubkey= --address iriscli stake create-validator --pubkey=pubkey --address-validator=account --fee=40000000000000000iris --gas=2000000 --from= --chain-id=fuxi-3000 --node=tcp://localhost:26657 --amount=1000000000000000000iris ``` -请记得在命令中注明`fee` 和 `gas`字段。请在以下[文档](../modules/fee-token/Fee.md) 了解更多。 +请记得在命令中注明`fee` 和 `gas`字段。请在以下[文档](../modules/coin/README.md) 了解更多有关代币单位的内容。 ### 查询验证人信息 From d1cb15d3a872f87a642a491bd01aaa8459faa252 Mon Sep 17 00:00:00 2001 From: kidinamoto01 Date: Tue, 18 Sep 2018 11:57:39 +0800 Subject: [PATCH 2/2] IRISTNET-126:add iris-atto --- docs/get-started/Validator-Node.md | 2 +- docs/zh/get-started/Validator-Node.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/Validator-Node.md b/docs/get-started/Validator-Node.md index a839459f8..f54dce382 100644 --- a/docs/get-started/Validator-Node.md +++ b/docs/get-started/Validator-Node.md @@ -83,7 +83,7 @@ In this way, to stake 1IRIS, you need to do: ``` iriscli stake create-validator --pubkey=pubkey --address-validator=account --fee=40000000000000000iris --gas=2000000 --from= --chain-id=fuxi-3000 --node=tcp://localhost:26657 --amount=1000000000000000000iris ``` -Don't forget the `fee` and `gas` field. In this version of IRIHub, all the `unit` for `amount` and `field` correspond to `iris-atto`. To read more about coin-type in IRISHub, you should read [this](../zh/modules/coin/README.md) +Don't forget the `fee` and `gas` field. In this version of IRIHub, all the `unit` for `amount` and `field` correspond to `iris-atto`,but it's shown as `iris`. To read more about coin-type in IRISHub, you should read [this](../zh/modules/coin/README.md) ### View Validator Info diff --git a/docs/zh/get-started/Validator-Node.md b/docs/zh/get-started/Validator-Node.md index ac76345e4..05877557c 100644 --- a/docs/zh/get-started/Validator-Node.md +++ b/docs/zh/get-started/Validator-Node.md @@ -82,7 +82,7 @@ iriscli stake create-validator --amount=iris --pubkey= --address iriscli stake create-validator --pubkey=pubkey --address-validator=account --fee=40000000000000000iris --gas=2000000 --from= --chain-id=fuxi-3000 --node=tcp://localhost:26657 --amount=1000000000000000000iris ``` -请记得在命令中注明`fee` 和 `gas`字段。请在以下[文档](../modules/coin/README.md) 了解更多有关代币单位的内容。 +请记得在命令中注明`fee` 和 `gas`字段。`fee`和`amount`的单位为`iris-atto`,但是在命令中为了方便写成`iris`。请在以下[文档](../modules/coin/README.md) 了解更多有关代币单位的内容。 ### 查询验证人信息