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 act as pure WebSocket clients with NAT traversal capability; backend inference is delegated to configured model providers
Validators perform active inference probes (5-token micro-prompts) with 8-second timeout to detect ghost scripts
Create and activate Python virtual environment
python3 -m venv venv && source venv/bin/activate
Install all required dependencies
pip install -r requirements.txt
Configure miner settings: MODEL_URL (local inference endpoint), MODEL_NAME (model identifier), WALLET_NAME, WALLET_HOTKEY
Edit configs/miner.env
Start the miner process
python miner.py
Create and activate Python virtual environment
python3 -m venv venv && source venv/bin/activate
Install all required dependencies
pip install -r requirements.txt
Configure validator settings: WALLET_NAME, WALLET_HOTKEY, and other validator-specific parameters
Edit configs/validator.env
Start the validator process
python validator.py