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.
Hardware requirements depend on connected workers. Miner itself is lightweight; actual compute power comes from aggregated workers.
Validator documentation not provided in source materials
Create Python virtual environment
python3 -m venv venv
Activate virtual environment (Linux/macOS; use venv\Scripts\activate on Windows)
source ./venv/bin/activate
Install all required dependencies
pip install -r requirements.txt
Configure network settings, wallet credentials, and worker management parameters
Edit config/miner_config.yaml
Start the miner process (development/testing)(optional)
python scripts/run_miner.py --config config/miner_config.yaml
Start miner with PM2 process manager (recommended for production)(optional)
pm2 start ecosystem.config.js
Validator setup instructions are not included in the source materials
Documentation not provided