# Windows Qubic+Quai Idle Mining Tutorial

## **1.  Acquire sub-account**

In order to earn qus, one must mine to a sub-account. Head over to [https://www.apool.io ](https://www.apool.io/)to finish email registration.&#x20;

Apool will allocate a sub-account automatically under your name.  Check out your sub-account name in 'My miners' page.

<figure><img src="/files/PabxR2Uf4lXPxc91dDm5" alt=""><figcaption></figcaption></figure>

## &#x20;**2. Download the mining software**

* Download link：<https://github.com/apool-io/ThirdMiner/releases>

<figure><img src="/files/4NOUAcUHcii5cPOobdjW" alt=""><figcaption></figcaption></figure>

## **3. Modify the configuration file miner.conf and change the account to your own.**

<figure><img src="/files/RfEmY2CpweCaWDGeDVRV" alt=""><figcaption></figcaption></figure>

#### If you need to adjust other parameters, remove the # comment and modify the corresponding values according to the parameter description.

```
algo=qubic_quai
account=CP_XXX
pool=qubic.asia.apool.io:4334
pool-quai=quai.hk.apool.io:3335

worker = my_worker
#cpu-off = true
#thread = 1
#gpu-off = true
```

## **4.Configuration file example**

Configuration files for mining with GPU only

{% code overflow="wrap" %}

```
algo=qubic_quai
account=CP_XXX
pool=qubic.asia.apool.io:4334
pool-quai=quai.hk.apool.io:3334

worker = my_worker
#cpu-off = true
#thread = 1
#gpu-off = true
```

{% endcode %}

### **Save the Configuration files after change**

## 5.Run&#x20;

* #### Select the execution script according to your needs

- [ ] &#x20;<mark style="color:red;">Manually operated Start command</mark>

<figure><img src="/files/lcJgflpl6jNpbI51hV5C" alt=""><figcaption></figcaption></figure>

**Double-click run.bat to start running Non-automatic upgrade script**

<figure><img src="/files/E2VfbL0CFhUknlHCF1bq" alt=""><figcaption></figcaption></figure>

## **6. Watch the Statistics and earn Qubic+Quai on Apool**

<https://www.apool.io/myMiner>


---

# Agent Instructions: 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://apool.gitbook.io/help/idle-time-mining-tutorial/windows-qubic+quai-idle-mining-tutorial.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.
