Activate

Activate the subnet node and begin your induction into the consensus mechanism.

python -m subnet.cli.hypertensor.subnet_node.activate --subnet_id [int]

Parameters:

--subnet_id: The ID of the subnet. This can be checked by querying the model path through the SubnetPaths storage element.

--local: (Optional) Argument for local testing to use the LOCAL_RPC environment variables.

This will:

  • Activate your subnet node on-chain to begin its inclusion within the Subnet Consensus Protocol (SCP) on-chain.

Note:

Before activating, ensure the server has done the necessary computations to be a subnet validator node, such as loading the AI model.

Last updated