FAQ

1. How to connect your wallet to the Dojo platform?

1

Prepare browser extensions of your Bittensor-compatible wallet

In order to connect your wallet to the Dojo platform, you will need a browser extension of the crypto wallet, for example, "Bittensor":

or "Talisman":

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.

3

Import the hot key into your browser cryptographic wallet

4

Connect to the platform by selecting your hotkey

5

After successful connection, everything should look like this and the tasks should be displayed immediately:

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

2

Create a new cold key (or use your existing cold key):

btcli wallet new-coldkey

3

Create a hotkey

btcli wallet new-hotkey

4

Save the hotkey seed phrase

5

Import a new wallet in your browser wallet using the hot key seed phrase

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