Add instructions for testnet validator onboarding #17
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user