bittensor-cli is the official command-line interface for interacting with the Bittensor network. It allows users to manage wallets, stake TAO, register hotkeys, manage subnets, and perform other on-chain operations. As of version 9.20.1, it provides robust tools for participants in the decentralized AI network, with frequent updates addressing bug fixes and new features.
pip install bittensor-cliNo compatibility data collected yet for this library.
This quickstart demonstrates how to programmatically execute `btcli` commands using Python's `subprocess` module, as bittensor-cli is primarily a command-line interface. It checks the CLI version and attempts to list subnets. Note that for actual network operations, a running subtensor node or a public endpoint is required.
Upgrade to `bittensor-cli>=9.20.1` and verify your coldkey/hotkey identities using `btcli wallet list` to confirm they are up-to-date. If issues arise, consider re-generating or migrating identities as per official documentation.
There is no direct CLI replacement. Users needing wallet transaction history may need to consult blockchain explorers or alternative tools.
Instead of `--coldkey-ss58 <address>`, interact with coldkeys using their registered names, for example, `btcli wallet --wallet.name <coldkey_name>`. Refer to `btcli --help` for the current argument structure.
Upgrade to `bittensor-cli>=9.20.2rc1` (or the latest stable version) to ensure correct handling of stake additions in complex wallet configurations.
The command is permanently disabled. There is no CLI replacement; consult blockchain explorers for transaction history.
Upgrade your `bittensor-cli` to version `9.19.0` or newer: `pip install --upgrade bittensor-cli`.
Remove the `--coldkey-ss58` argument and instead use `btcli wallet --wallet.name <coldkey_name>` or ensure your command structure aligns with the post-v9.17.0 documentation for wallet interactions.
Upgrade to `bittensor-cli>=9.20.2rc1` (or the latest stable release after it) to resolve stake mapping issues: `pip install --upgrade bittensor-cli`.