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/local-build/mine-validate.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,11 @@ cd subnet-template
194
194
195
195
After getting the validator permits, you can now run the validator alongside the miner to begin participating in the subnet.
196
196
197
-
Begin by starting the miner process to produce and submit work to the subnet. Then, run the validator process to evaluate miner outputs and set weights for the network.
197
+
Begin by starting the miner process to produce and submit work to the subnet. Then, run the validator process on a different terminal tab to evaluate miner outputs and set weights for the network.
198
+
199
+
:::info
200
+
To ensure proper operation, run the miner and validator processes concurrently, each in a separate terminal tab or session.
0 commit comments