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.
GPU recommended for better performance but not strictly required. Miners solving circuits beyond 32 qubits will need significant RAM or innovative memory-efficient approaches. Storage: minimum 16 GB free (SSD preferred with 1000+ IOPS), recommended 100 GB with 5000+ IOPS.
High-end GPU and strong CPU required for fast circuit generation to serve all miners. Storage: minimum 128 GB free (SSD preferred with 1000+ IOPS), recommended 256 GB with 5000+ IOPS. Validators are whitelisted; contact subnet maintainers to be added.
Verify Python 3.11 or higher is installed
python3 --version
Create and activate a Python virtual environment
python3 -m venv venv && source venv/bin/activate
Install Bittensor and CLI tools
pip install --upgrade bittensor && pip install bittensor-cli
Register wallet and hotkey on subnet 63
btcli subnet register --wallet.name your_wallet_name --wallet.hotkey your_hotkey_name --netuid 63
Clone repository and install package in editable mode
git clone https://github.com/qbittensor-labs/quantum.git && cd quantum && pip install -e .
Install PM2 process manager (optional but recommended)(optional)
npm install -g pm2
Start miner using PM2 on mainnet. Adjust difficulty parameters based on hardware capabilities
pm2 start --name miner_process "python neurons/miner.py --wallet.name your_wallet_name --wallet.hotkey your_hotkey_name --netuid 63 --subtensor.network finney --axon.port 8091 --logging.trace --difficulty_peaked 0.0 --difficulty_hstab 26"
Verify Python 3.11 or higher is installed
python3 --version
Create and activate a Python virtual environment
python3 -m venv venv && source venv/bin/activate
Install Bittensor and CLI tools
pip install --upgrade bittensor && pip install bittensor-cli
Register wallet and hotkey on subnet 63
btcli subnet register --wallet.name your_wallet_name --wallet.hotkey your_hotkey_name --netuid 63
Clone repository and install package in editable mode
git clone https://github.com/qbittensor-labs/quantum.git && cd quantum && pip install -e .
Install PM2 process manager (optional but recommended)(optional)
npm install -g pm2
Start validator using PM2 on mainnet. Ensure hotkey is registered and whitelisted
pm2 start --name validator_process "python neurons/validator.py --wallet.name your_wallet_name --wallet.hotkey your_hotkey_name --netuid 63 --subtensor.network finney --logging.debug"
Validators must be whitelisted to operate; reach out to subnet maintainers
Contact [email protected] to add validator to whitelist