Loading
Loading
Indicators are computed from daily candles and refresh once per day — directional context, not trading advice.
Recent emission events for this subnet
| Block | UID | Type | TAO | Alpha |
|---|---|---|---|---|
| Time↓ | Type | Event | τ Amount | د Amount | USD Value | Account |
|---|---|---|---|---|---|---|
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.
Miner hardware requirements not specified in validator documentation. Refer to separate miner repository for miner-specific hardware guidance.
CPU-only validator floor based on benchmarks with faster-whisper-small STT model. 4vCPU/8GB RAM (DigitalOcean Regular Intel) measured too slow for production; 8vCPU/16GB RAM AMD completed 250-miner/60-second workload in ~24 minutes. Storage accounts for OS, Python venv, Docker layers, Hugging Face model cache, logs, and score artifacts. Benchmarked on DigitalOcean Premium AMD (EPYC/Zen 2) vs Regular Intel (Broadwell Xeon). STT transcription is the primary CPU bottleneck.
Miner setup is not documented in this validator repository. Use the dedicated miner repository for miner-specific installation and configuration instructions.
Refer to separate miner repository
Install Bittensor CLI, UV package manager, create and activate virtual environment, and sync project dependencies
pip install bittensor-cli && curl -LsSf https://astral.sh/uv/install.sh | sh && uv venv && source .venv/bin/activate && uv sync
Copy example environment file and configure required variables: BITTENSOR_WALLET_PATH, BITTENSOR_WALLET_COLD, BITTENSOR_WALLET_HOT, BABELBIT_NETUID=59, BITTENSOR_SUBTENSOR_ENDPOINT, SIGNER_URL, SUBTENSOR_GATEWAY_URL, BB_* paths and API endpoints
cp env.example .env && edit .env with your wallet and endpoint settings
Deploy validator stack using Docker Compose (recommended approach). Starts subtensor-gateway, signer, runner, validator, and model-cache services with shared volumes.
docker compose down && docker compose pull && docker compose up --build -d
Monitor validator logs to verify all services are healthy and operational
docker compose logs -f --tail 100
Alternative to Docker: run validator components locally. Start signer, subtensor-gateway, runner, and validate commands in separate terminal sessions for local development/testing.(optional)
bb -vv signer && bb -vv subtensor-gateway && bb -vv runner && bb -vv validate (in separate terminals)
No root fund holds this subnet yet.