Linux command
bt 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Check wallet balance
btcli wallet balance --wallet.name [default]
List
btcli subnets list
Register
btcli subnets register --netuid [1] --wallet.name [default]
View
btcli stake show --wallet.name [default]
Transfer
btcli wallet transfer --dest [address] --amount [1.0]
说明
btcli is the command-line interface for the Bittensor decentralized machine learning network. It provides tools for managing wallets, staking TAO tokens, registering on subnets, and interacting with the Bittensor blockchain. Bittensor is a protocol that creates a decentralized marketplace for machine intelligence, where miners provide computational resources and validators assess quality. The CLI is the primary tool for participants to manage their involvement in the network.
FAQ
What is the bt command used for?
btcli is the command-line interface for the Bittensor decentralized machine learning network. It provides tools for managing wallets, staking TAO tokens, registering on subnets, and interacting with the Bittensor blockchain. Bittensor is a protocol that creates a decentralized marketplace for machine intelligence, where miners provide computational resources and validators assess quality. The CLI is the primary tool for participants to manage their involvement in the network.
How do I run a basic bt example?
Run `btcli wallet balance --wallet.name [default]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more bt examples?
This page includes 5 examples for bt, plus related commands for nearby Linux tasks.