Testnet Tensor
  • Introduction
  • Explorer
  • GPT
  • DSN Dashboard
  • Create Account
    • Wallet
    • CLI
    • Faucet
  • Hypertensor CLI
    • Hypertensor CLI
  • Run A Subnet Node
    • Getting Started
    • Wiki
      • Running on AMD GPU
      • Running on Windows Using WSL
      • Troubleshooting
    • Generate Keypair
    • Register & Stake
    • Add
    • Start Validator Node
    • Start Bootstrap Node
    • Activate
    • Update Delegate Reward Rate
    • Deactivate
    • Remove
    • Keys
  • Delegate Staking
    • Introduction
    • Add Delegate Stake
    • Transfer Delegate Stake
    • Remove Delegate Stake
    • Claim Delegate Stake
  • Node Delegate Staking
    • Introduction
    • Add Node Delegate Stake
    • Transfer Node Delegate Stake
    • Remove Node Delegate Stake
    • Claim Node Delegate Stake
  • Delegate Staking Utils
    • Introduction
    • Subnet to Node
    • Node to Subnet
  • Build a Subnet
    • Introduction
    • DSN Standard
    • Subnet Consensus Protocol (SCP)
      • Incentives
      • Accounting
      • Proposals
    • Subnet
      • Registration
      • Activation
      • Deactivation
    • Subnet Nodes
      • Registration
      • Activation
      • Deactivate
  • Contribute
Powered by GitBook
On this page
  • Coldkey Functions
  • Hotkey Functions
  • Shared Key Functions
  1. Run A Subnet Node

Keys

Each subnet node has two keys, the coldkey and the hotkey. The coldkey is used for any functions that include any movements of funds and key management, and the hotkey is used for any functions that don't require the movement of funds.

Coldkey Functions

  • add_subnet_node

  • register_subnet_node

  • add_to_stake

  • remove_stake

  • claim_stake_unbondings

  • update_coldkey

  • update_hotkey

Hotkey Functions

  • validate

  • attest

Shared Key Functions

These are functions that both coldkeys and hotkeys can call.

  • activate_subnet_node

  • deactivate_subnet_node

  • register_subnet_node_a_parameter

  • set_subnet_node_non_unique_parameter

  • remove_subnet_node

PreviousRemoveNextIntroduction

Last updated 2 months ago