Add instructions for testnet validator onboarding #17

Merged
ashwin merged 5 commits from iv-demo-readme into main 2024-08-07 13:35:18 +00:00
Showing only changes of commit 36ccaf7809 - Show all commits

View File

@ -195,10 +195,10 @@ laconic-so deployment --dir testnet-laconicd-deployment start
* Create a validator:
```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 \
--chain-id=laconic_9000-1 \
--from <key-name>'
--from $KEY_NAME"
```
* 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
* View validator set:
```bash
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query consensus comet validator-set"
```
## Clean up
* Stop all `testnet-laconicd` services running in the background: