FAQ
1. How to connect your wallet to the Dojo platform?
1
2
Prepare seed phrase of the hotkey you have registered with the subnet
To create a hotkey and a seed phrase for it, you will need btcli
, the Bittensor command line interface.

Its installation and use is described in detail here in the official documentation of Bittensor.
2. How to create a Bittensor Wallet
1
Install btcli
btcli
is the Bittensor command line interface. It is described in detail about its installation and use here in the official Bittensor documentation
pip install bittensor-cli
3. Do I need to install and run the base (or any other) miner code?
No. You don't need to install or run any code. All you need to do is register your cold key in the Dojo subnet, create a hotkey, import it into your wallet (which is located in the browser extension), and connect to the Dojo platform. After that, you can perform tasks on the Dojo platform itself from your browser without embedding any code.
Last updated