> For the complete documentation index, see [llms.txt](https://docs.tensorplex.ai/tensorplex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tensorplex.ai/tensorplex-docs/tensorplex-dojo-bittensor-subnet/guide-miner-setup.md).

# Guide - Miner Setup

{% stepper %}
{% step %}

### Register as miner on Bittensor

Please [install](https://docs.learnbittensor.org/getting-started/install-btcli) and register using [btcli](https://docs.learnbittensor.org/btcli#btcli-subnets-register) command:

{% tabs %}
{% tab title="Mainnet" %}

```bash
btcli s register --netuid 52
```

{% endtab %}

{% tab title="Testnet" %}
{% code fullWidth="true" %}

```bash
btcli s register --network test --netuid 98
```

{% endcode %}
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

### Sign in with your registered Bittensor hotkey address on Tensorplex Dojo Network

{% tabs %}
{% tab title="Mainnet" %}
[dojo.network](https://dojo.network)
{% endtab %}

{% tab title="Testnet" %}
[testnet.dojo.network](https://testnet.dojo.network)
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

### Perform tasks

<figure><img src="/files/v0L5aUBs1NqZVr6d5hPp" alt=""><figcaption><p>Generator Task</p></figcaption></figure>
{% endstep %}

{% step %}

### (Optional) Onboard and manage contributors

<figure><img src="/files/3GZofglE6w36D6phoI34" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tensorplex.ai/tensorplex-docs/tensorplex-dojo-bittensor-subnet/guide-miner-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
