All notable changes to Tensorium will be documented in this file. The format is based on Semantic Versioning.
1.0.0 - 2025-11-17
- Six-part tutorial series covering installation,
btcli, wallets, miner launches, advanced operations, and the Tensorium CLI. - Production-ready scripts:
install_bittensor.sh,run_miner_simple.sh,detect_gpu.sh, andtools/miner-installer/miner.py. - Tensorium CLI (
tools/tensorium_cli.py) with subcommands for subnet listing, wallet checks/imports, miner starts, installer invocation, and GPU detection. - Example outputs under
examples/for CLI demos and wallet/miner logs. - README overhaul with Quickstart, installation guide, CLI usage section, and directory map.
- Tutorials now include tables of contents, tip/warning blocks, image placeholders, example outputs, and summary sections.
- CLI and scripts standardized terminology (
miner,netuid,Tensorium CLI) and logging format. - README banner now references the local
images/tensorium.png.
- CLI now auto-detects
btclilocation and exits with clearer error messages. run_miner_simple.shresolves config and miner script paths consistently and logs before execution.detect_gpu.shhandles missing NVIDIA/AMD drivers gracefully and falls back tolspci.
- None.