Update genesis-validators.md

This commit is contained in:
Sai Kumar
2022-04-06 10:18:56 +05:30
committed by GitHub
parent 8513dc1ffe
commit 2a6383ed99
+3 -3
View File
@@ -118,13 +118,13 @@ recover accounts at a later point in time.
## 7) Add Genesis Account
```
chibaclonkd add-genesis-account <key-name> 12000000000000000000000 --keyring-backend os
chibaclonkd add-genesis-account <key-name> 12000000000000000000000achk --keyring-backend os
```
## 8) Create Your `gentx`
```
chibaclonkd gentx <key-name> 12000000000000000000000 000achk \
chibaclonkd gentx <key-name> 12000000000000000000000achk \
--pubkey=$(chibaclonkd tendermint show-validator) \
--chain-id="chibaclonk_81337-1" \
--moniker="YOUR_MONIKER_NAME" \
@@ -228,4 +228,4 @@ d) Check logs with follow flag
```
journalctl -f -u chibaclonkd
```
```