Add instruction to view validator set

This commit is contained in:
Prathamesh Musale 2024-08-07 18:02:23 +05:30
parent 3575479a03
commit 36ccaf7809

View File

@ -195,10 +195,10 @@ laconic-so deployment --dir testnet-laconicd-deployment start
* Create a validator: * Create a validator:
```bash ```bash
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd 'laconicd tx staking create-validator <your-node-moniker>-validator.json \ laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd tx staking create-validator <your-node-moniker>-validator.json \
--fees 500000alnt \ --fees 500000alnt \
--chain-id=laconic_9000-1 \ --chain-id=laconic_9000-1 \
--from <key-name>' --from $KEY_NAME"
``` ```
* View staking validators: * View staking validators:
@ -209,6 +209,12 @@ laconic-so deployment --dir testnet-laconicd-deployment start
* Check that in the list of validators `<your-node-moniker>` exists * Check that in the list of validators `<your-node-moniker>` exists
* View validator set:
```bash
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query consensus comet validator-set"
```
## Clean up ## Clean up
* Stop all `testnet-laconicd` services running in the background: * Stop all `testnet-laconicd` services running in the background: