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
  • Using Hypertensor Repository
  • Steps
  • Example
  1. Create Account

CLI

PreviousWalletNextFaucet

Last updated 3 months ago

Using Hypertensor Repository

Documentation:

Repository:

Steps

  1. Clone the hypertensor-v2repository.

  2. Run cd hypertensor-v2to change the directory into the repository and build the blockchain with cargo build --release

  3. Generate keys.

Example

Command

./target/release/solochain-template-node key generate

Output

This output is an example and is not accurate.

Secret phrase:       water bench notice copy pickles pause luxury chicken ginger paste blur fabric hurdle
  Network ID:        substrate
  Secret seed:       0x3cp0f350rvqfm03i4nvt032r0vfnoinda0danvaaDFqt556u365yv4v32v2f1sba
  Public key (hex):  0xfwn0t8nw948n394tq43t40383068j30v4v3dhggh034ht204hv3hf0n30n34gf56
  Account ID:        0xfwn0t8nw948n394tq43t40383068j30v4v3dhggh034ht204hv3hf0n30n34gf56
  Public key (SS58): 5DNTu2jvavqHkD1Emhwg654bap11wLJ6m34vvq923aQ1b8mh
  SS58 Address:      5DNTu2jvavqHkD1Emhwg654bap11wLJ6m34vvq923aQ1b8mh
https://github.com/hypertensor-blockchain/hypertensor-docs/blob/main/content/md/en/docs/tutorials/build-a-blockchain/add-trusted-nodes.md
https://github.com/hypertensor-blockchain/hypertensor-v2