Skip to content

Commit 8b6fc50

Browse files
committed
minor edits
1 parent ec61078 commit 8b6fc50

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/local-build/mine-validate.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Subnet 2: New subnet
109109

110110
## 2. Acquire validator permit
111111

112-
To qualify as a validator on a subnet, a registered node must have a validator permit. This permit allows nodes to submit miner evaluations and set weights on a subnet. For more information, see [validator permits]
112+
To qualify as a validator on a subnet, a registered node must have a validator permit. This permit allows nodes to submit miner evaluations and set weights on a subnet. For more information, see [validator permits](../validators/index.md#requirements-for-validation).
113113

114114
To get validator permits on the demo subnet, you need to stake sufficient TAO to the validator hotkey. To do this, run the following command in the terminal:
115115

@@ -297,7 +297,8 @@ Insufficient balance 0.0000 τ to register neuron. Current recycle is 0.0970 τ
297297

298298
</details>
299299

300-
**Unregistered miner or validator**:
300+
**Unregistered miner or validator**
301+
301302
This occurs when you attempt to run a miner or validator on a subnet where it is not registered.
302303

303304
<details>
@@ -323,7 +324,7 @@ Failed set weights. Error: Subtensor returned `NeuronNoValidatorPermit(Module)`
323324

324325
</details>
325326

326-
**`WeightVecLengthIsLow`**:
327+
**`WeightVecLengthIsLow`**
327328

328329
This error occurs when the validator attempts to set weights for fewer elements than allowed. It often happens when all neurons in the subnet are unresponsive, causing the validator to try setting zero weights for each of them.
329330

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const config = {
190190
alt: "Bittensor",
191191
src: "img/logo.svg",
192192
srcDark: "img/logo-dark-mode.svg",
193-
href: "https://learnbittensor.org",
193+
href: "https://docs.learnbittensor.org",
194194
style: {
195195
objectFit: "contain",
196196
width: 21,

0 commit comments

Comments
 (0)