Run A Node
Learn how to run a node for the blockchain
Running a validator node for testnet v1.0 is limited to select entities.
Running an AI model validator has a greater benefit in helping test and contribute to the Hypertensor Testnet v1.0 and is not limited to who can run one.
Use the following for contributing and testing purposes.
Run Template Locally
Before starting a Hypertensor node, first, run a node locally and simulate a network.
Run Hypertensor Testnet v1.0 Locally
Once you have successfully started running blocks with the substrate-node-template
, instead of using the template, clone the Hypertensor blockchain repository in place of the substrate-node-template
.
Run Hypertensor Testnet v1.0
Not everyone will have the ability to participate in running a node for the blockchain.
Our primary focus is testing the peer consensus mechanism which requires users to run Petals Tensor, our AI model hosting subnet.
To run a validator node, use the substrate documentation using our repository instead of using the substrate-node-template
.
Hardware Requirements
The following is required for running a live blockchain:
cd
into the repository and run the following command:
Example Output
All rows should show ✅ Pass
. Otherwise, update your server specifications until they do.
Last updated