Hypertensor
CtrlK
  • Introduction
  • Understanding Hypertensor
    • Introduction
  • Subnets
  • Overwatch Nodes
  • Incentive Mechanism
  • DHT
    • DHT
  • Build A Subnet
    • Introduction
    • Quick Starts
      • Build an Inference Subnet
      • Build a Scoring Mechanism
    • Examples
    • Template
      • Server
        • Heartbeat Thread
        • Consensus Thread
        • How To Use
      • Authentication
        • Base
        • Signature Authorizer
        • PoS
        • How To Use
      • DHT Records
        • Record Validator
          • How To Use
      • Protobuf
      • Client
        • Routing
        • Sessions
        • How To Use
      • Peer IDs
      • Metrics
    • Protocols
    • Consensus
      • Validator
      • Scoring
  • Extra
  • Network
    • Subnet
      • Registering
      • Activating
      • Pausing
      • Deactivating
      • Handling Max Nodes
    • Delegate Staking
    • Subnet Owner
    • Subnet Node
      • Classifications
      • Identities
    • Subnet Node Delegate Staking
    • Epochs & Slots
    • Consensus
    • Incentives
      • Slots
      • Subnet Distribution
      • Rewards
  • Gamification & More
  • Overwatch Nodes
    • Introduction
  • How It Works
  • Start Node
  • More Documentation
    • DSN Documentation
Powered by GitBook
On this page
  1. Build A Subnet
  2. Consensus

Validator

Each subnet node is a validator to the blockchain. While role-specific logic in the subnet itself may differ, any node in the subnet can be chosen to be this epoch's current validator node to submit their view of the subnet.

Each node must have the ability to score each node in the subnet if it is the elected subnet validator node of the epoch.

PreviousConsensusNextScoring

Last updated 7 days ago