Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.41 KB

File metadata and controls

27 lines (20 loc) · 1.41 KB

Changelog

All notable changes to Tensorium will be documented in this file. The format is based on Semantic Versioning.

1.0.0 - 2025-11-17

Added

  • 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, and tools/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.

Changed

  • 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.

Fixed

  • CLI now auto-detects btcli location and exits with clearer error messages.
  • run_miner_simple.sh resolves config and miner script paths consistently and logs before execution.
  • detect_gpu.sh handles missing NVIDIA/AMD drivers gracefully and falls back to lspci.

Deprecated

  • None.