Start Node
Last updated
The Overwatch Node documentation is under construction. Stay tuned for more information!
To start an Overwatch Node, you must be a trusted participant in the network.
Each coldkey in the Hypertensor network has its reputation tracked on-chain based on its subnet validator node activity.
Your coldkey's reputation must:
Have the minimum required reputation weight
Have a minimum age in the network
Have the minimum average attestation ratio
Must be diversified:
For example, an Overwatch Node must be an active subnet in a minimum of 51% of the total subnets in the network.
This ensures each Overwatch Node wants the success of the overall network and not just specific subnets.
The epoch when the node was first elected subnet validator node to submit consensus.
Current reputation weight, i.e., the score of the coldkey.
Track total nodes under a coldkey ever; this can only increase.
Track total nodes under a coldkey.
Number of times the node's weight increased (i.e., successful validation).
Number of times the node's weight decreased (i.e., failed validation).
The average attestation rate across all subnets when the elected validator.
The most recent epoch the node was elected as the validator.
Coming soon!
Last updated