Loading
Loading

This information was auto-extracted from the GitHub repository and may be incomplete or out of date. Always refer to the subnet's GitHub repository for the latest instructions.
For TDX attestation: Intel Xeon CPU with TDX and SGX (Sapphire Rapids XCC/MCC, Emerald Rapids, or Granite Rapids); NVIDIA confidential-computing capable GPU; latest vendor BIOS with TDX/SGX/VT-x/VT-d enabled
Validators score miners and verify hardware/performance via SSH; no GPU required on validator itself
Install miner dependencies using PDM (Python dependency manager)
cd neurons/miners && pdm install
Run Ubuntu installation script to set up miner environment
bash scripts/install_miner_on_ubuntu.sh
Follow neurons/miners/README.md to register executors and connect to the network
Register executor with the network using miner setup guide
Start the miner service
python -m neurons.miners.src.main
Install validator dependencies
cd neurons/validators && pdm install
Run Ubuntu installation script to set up validator environment
bash scripts/install_validator_on_ubuntu.sh
Set required environment variables for wallet and database access
Configure BITTENSOR_WALLET_NAME, BITTENSOR_WALLET_HOTKEY_NAME, and database URIs
Start the validator service
python -m neurons.validators.src.main