Merge pull request #52 from vulcanize/sai/update_testnet_docs

update the chain-id for testnet2
This commit is contained in:
Sai Kumar 2022-07-06 10:14:42 +05:30 committed by GitHub
commit 0fd0b284d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -88,7 +88,7 @@ server_name: chibaclonkd
**Not required if you have already initialized before** **Not required if you have already initialized before**
``` ```
chibaclonkd init <your-node-moniker> --chain-id chibaclonk_81337-1 chibaclonkd init <your-node-moniker> --chain-id chibaclonk_81337-2
``` ```
On running the above command, node will be initialized with default configuration. (config files will be saved in node's On running the above command, node will be initialized with default configuration. (config files will be saved in node's

View File

@ -1,4 +1,4 @@
# Setting up a Genesis Validator for Vulcanize chibaclonk Testnet (chibaclonk_81337-1) # Setting up a Genesis Validator for Vulcanize chibaclonk Testnet (chibaclonk_81337-2)
Hardware Hardware
--- ---
@ -88,7 +88,7 @@ server_name: chibaclonkd
**Not required if you have already initialized before** **Not required if you have already initialized before**
``` ```
chibaclonkd init <your-node-moniker> --chain-id chibaclonk_81337-1 chibaclonkd init <your-node-moniker> --chain-id chibaclonk_81337-2
``` ```
On running the above command, node will be initialized with default configuration. (config files will be saved in node's On running the above command, node will be initialized with default configuration. (config files will be saved in node's
@ -118,15 +118,15 @@ recover accounts at a later point in time.
## 7) Add Genesis Account ## 7) Add Genesis Account
**Note: don't add more than 12,000 CHK , if you add more than that, your gentx will be ignored.** **Note: don't add more than 12,000 CHK , if you add more than that, your gentx will be ignored.**
``` ```
chibaclonkd add-genesis-account <key-name> 12000000000000000000000achk --keyring-backend os chibaclonkd add-genesis-account <key-name> 12900000000000000000000achk --keyring-backend os
``` ```
## 8) Create Your `gentx` ## 8) Create Your `gentx`
``` ```
chibaclonkd gentx <key-name> 12000000000000000000000achk \ chibaclonkd gentx <key-name> 12900000000000000000000achk \
--pubkey=$(chibaclonkd tendermint show-validator) \ --pubkey=$(chibaclonkd tendermint show-validator) \
--chain-id="chibaclonk_81337-1" \ --chain-id="chibaclonk_81337-2" \
--moniker="YOUR_MONIKER_NAME" \ --moniker="YOUR_MONIKER_NAME" \
--website="https://yourweb.site" \ --website="https://yourweb.site" \
--details="description of my validator" \ --details="description of my validator" \
@ -152,7 +152,7 @@ NOTE: (Do NOT use space in the file name)
To submit the gentx file, follow the below process: To submit the gentx file, follow the below process:
- Fork the [testnets]() repository - Fork the [testnets]() repository
- Upload your gentx file in `chibaclonk_81337-1/config/gentxs` folder - Upload your gentx file in `chibaclonk_81337-2/config/gentxs` folder
- Submit Pull Request to [testnets]() with name `ADD <your-moniker> gentx` - Submit Pull Request to [testnets]() with name `ADD <your-moniker> gentx`
--- ---

View File

@ -42,7 +42,7 @@ chibaclonkd tx staking create-validator \
--moniker="my-moniker" \ --moniker="my-moniker" \
--website="https://myweb.site" \ --website="https://myweb.site" \
--details="description of your validator" \ --details="description of your validator" \
--chain-id="chibaclonk_81337-1" \ --chain-id="chibaclonk_81337-2" \
--commission-rate="0.10" \ --commission-rate="0.10" \
--commission-max-rate="0.20" \ --commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \ --commission-max-change-rate="0.01" \