forked from cerc-io/laconicd-deprecated
chore: update docs for the token distributon
This commit is contained in:
parent
a4fc953e1a
commit
4b0940deeb
@ -118,13 +118,13 @@ recover accounts at a later point in time.
|
||||
## 7) Add Genesis Account
|
||||
|
||||
```
|
||||
chibaclonkd add-genesis-account <key-name> 150000000000000000000000000achk --keyring-backend os
|
||||
chibaclonkd add-genesis-account <key-name> 21000000000000000000000 --keyring-backend os
|
||||
```
|
||||
|
||||
## 8) Create Your `gentx`
|
||||
|
||||
```
|
||||
chibaclonkd gentx <key-name> 150000000000000000000000000achk \
|
||||
chibaclonkd gentx <key-name> 21000000000000000000000 000achk \
|
||||
--pubkey=$(chibaclonkd tendermint show-validator) \
|
||||
--chain-id="chibaclonk_81337-1" \
|
||||
--moniker="YOUR_MONIKER_NAME" \
|
||||
|
@ -33,11 +33,11 @@ recover accounts at a later point in time.
|
||||
|
||||
`Note:` Only execute below transaction after complete sync of your full node
|
||||
|
||||
Please replace `key_name` with your key name and `moniker` also
|
||||
Please replace `key_name` with your key name, amount with staking amount, validator description and `moniker` also
|
||||
|
||||
```
|
||||
chibaclonkd tx staking create-validator \
|
||||
--amount=150000000000000000000000000achk \
|
||||
--amount="AMOUNT" \
|
||||
--pubkey=$(chibaclonkd tendermint show-validator) \
|
||||
--moniker="my-moniker" \
|
||||
--website="https://myweb.site" \
|
||||
|
Loading…
Reference in New Issue
Block a user