From 36ccaf780975dcfc5c17a3469934c23295493779 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 7 Aug 2024 18:02:23 +0530 Subject: [PATCH] Add instruction to view validator set --- stack-orchestrator/stacks/testnet-laconicd/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/stack-orchestrator/stacks/testnet-laconicd/README.md b/stack-orchestrator/stacks/testnet-laconicd/README.md index a945518..a29b273 100644 --- a/stack-orchestrator/stacks/testnet-laconicd/README.md +++ b/stack-orchestrator/stacks/testnet-laconicd/README.md @@ -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 -validator.json \ + laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd tx staking create-validator -validator.json \ --fees 500000alnt \ --chain-id=laconic_9000-1 \ - --from ' + --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 `` 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: