You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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>"`
172
173
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`
174
176
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)
176
179
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
178
182
179
183
>**_Note:_** Get your VN's address using `dcld tendermint show-address` command.
0 commit comments