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.
Miners must own or operate a physical quantum computer capable of executing gate-based quantum circuits using OpenQASM 2.0/3.0, or have direct partnership with an operator. Hardware requirements depend on the specific QPU being provided. Contact [email protected] for onboarding.
Minimum storage: 80GB free space; Recommended storage: 100GB; Storage type: SSD preferred with minimum 1000 IOPS (5000+ recommended); RAM type: DDR4 minimum; Minimum swap: 4GB, Recommended swap: 8GB
Clone the Quantum Compute subnet repository
git clone <repository>
Install Python dependencies including Bittensor CLI and required libraries
pip install -r requirements.txt
Start the miner neuron after ensuring your quantum computer is accessible and configured
python neurons/miner.py --netuid 48
Complete the formal onboarding process with OpenQuantum to verify QPU access and establish partnership
Contact [email protected]
Clone the Quantum Compute subnet repository
git clone <repository>
Install Python dependencies including Bittensor CLI and required libraries
pip install -r requirements.txt
Start the validator neuron to begin scoring miners and distributing rewards
python neurons/validator.py --netuid 48
Refer to validator-specific documentation for advanced setup and configuration options(optional)
See qbittensor/validator/validator.md for detailed configuration