Bittensor Resources
Essential resources for working with Bittensor and Subnet 46.
Official documentation
Network explorers
- TAOstats - Comprehensive network statistics and subnet analytics
- TAO.app - Subnet listings and real-time data
- Subnet 46 on TAOstats
Command line tools
btcli
The Bittensor command-line interface for interacting with the network.
Installation:
pip install bittensor
Common commands:
# Check wallet balance
btcli wallet balance
# View subnet information
btcli subnet list
# Register on a subnet
btcli subnet register --netuid 46
# View metagraph
btcli subnet metagraph --netuid 46
Documentation: btcli guide