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
Copy file name to clipboardExpand all lines: docs/run-arbitrum-node/more-types/04-run-split-validator-node.mdx
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,7 @@ docker run --rm -it \
50
50
--metrics-server.port=6070
51
51
```
52
52
53
-
The validation node will listen on port 5200.
54
-
55
-
This will also enable the metrics server on port 6070.
53
+
The validation node will listen on port 5200, which will also enable the metrics server on port 6070.
56
54
57
55
#### Step 2: Set up the staker node
58
56
@@ -158,11 +156,11 @@ For more advanced helm chart configurations, please refer to the Arbitrum commun
158
156
159
157
### Monitoring
160
158
161
-
To check if your validation node is running correctly, you can check `rpc_duration_validation_validate_success_count` metric in your metrics server.
159
+
To check if your validation node is running correctly, you can check the `rpc_duration_validation_validate_success_count` metric in your metrics server.
162
160
163
-
This metric is a counter of the number of successful validation calls, if it is increasing, it means your validation node is running correctly.
161
+
This metric is a counter of the number of successful validation calls; if it is increasing, it means your validation node is running correctly.
164
162
165
163
You can also check where this log (`validation node started`) appears:
166
164
167
-
- If this log appears on validation node, it means your validation node is running correctly.
168
-
- If this log appears on staker node (validator node), it means your staker node is still validating itself and indicates your staker node doesn't connect to the validation node correctly, you need to doublecheck your configuration.
165
+
- If this log appears on the validation node, it means your validation node is running correctly.
166
+
- If this log appears on the staker node (validator node), it means your staker node is still validating itself. It indicates that your staker node is not connecting to the validation node correctly; you need to double-check your configuration.
0 commit comments