Skip to content

Commit 3caa4c9

Browse files
authored
Merge pull request #334 from uabjabborov/fix_add_validator_doc
Move VN deployment verification commands to body
2 parents c79a5a7 + c34a294 commit 3caa4c9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

deployment/persistent_chains/testnet-2.0/testnet-2.0-add-validator.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,16 @@ dcld tx validator add-node --pubkey="<protobuf JSON encoded validator-pubkey>" -
168168

169169
## 5 Validator Node Deployment Verification
170170

171-
### 5.1 Check the account presence on the ledger: `dcld query auth account --address="<address>"`
171+
### 5.1 Check the account presence on the ledger
172+
`dcld query auth account --address="<address>"`
172173

173-
### 5.2 Check the node service is running: `systemctl status dcld`
174+
### 5.2 Check the node service is running
175+
`systemctl status dcld`
174176

175-
### 5.3 Check the node gets new blocks: `dcld status`. Make sure that `result.sync_info.latest_block_height` is increasing over the time (once in about 5 sec)
177+
### 5.3 Check the node gets new blocks
178+
`dcld status`. Make sure that `result.sync_info.latest_block_height` is increasing over the time (once in about 5 sec)
176179

177-
### 5.4 Make sure the VN participates in consensus: `dcld query tendermint-validator-set` must contain the VN's address
180+
### 5.4 Make sure the VN participates in consensus
181+
`dcld query tendermint-validator-set` must contain the VN's address
178182

179183
>**_Note:_** Get your VN's address using `dcld tendermint show-address` command.

0 commit comments

Comments
 (0)