> For the complete documentation index, see [llms.txt](https://apool.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apool.gitbook.io/help/qubic-pool-tutorial/hiveos-flight-sheet-tutorial.md).

# HiveOS Flight Sheet Tutorial

**1.  Edit wallet in HiveOS**

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

#### 2. Add new flight sheet

* Configure Miner：Custom

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

* Setup Miner Config

Miner name：<mark style="color:red;">apoolminer\_hiveos</mark>

'Installation URL'：<mark style="color:red;"><https://github.com/apool-io/apoolminer/releases/download/v3.7.0/apoolminer\\_hiveos-v3.7.0.tar.gz></mark>

Version number：<https://github.com/apool-io/apoolminer/releases>

'Wallet and worker template'：<mark style="color:red;">%WAL%</mark>&#x20;

'Pool URL'：<mark style="color:red;">qubic.asia.apool.io:4334</mark>

Worker Name：<mark style="color:red;">--worker %WORKER\_NAME%</mark>

Extra Config Arguments: <mark style="color:red;">-A qubic，--gpu-off，--cpu-off，-g 0，--thread-slave 0</mark>

**CPU + GPU  mining**

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

**CPU mining flight sheet**

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

**GPU mining flight sheet**

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

<mark style="color:red;">**Automatic Update mining flight sheet**</mark>

Miner name：<mark style="color:red;">apoolminer\_hiveos\_autoupdate</mark>

'Installation URL'：<mark style="color:red;"><https://github.com/apool-io/apoolminer/releases/download/v3.5.0/apoolminer\\_hiveos\\_autoupdate-v3.5.0.tar.gz></mark>

Version number：<https://github.com/apool-io/apoolminer/releases>

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

Please configure these parameters according to your actual situation

#### 3. Check mining log

execute the following command

```
miner log
```

4. **Watch the Statistics and earn QU's on Apool**

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

By following the above steps, you can smoothly integrate the Apool miner into HiveOS. Please ensure that you update the mining pool address and software version in a timely manner according to official announcements to maintain mining efficiency.

5. **Other parameters**

```
./apoolminer -h
Usage: apoolminer [OPTIONS]

Options:
  -A, --algo <ALGORITHM>               Specify algorithm, support qubic, qubic_xmr, xmr [default: qubic_xmr]
      --account <ACCOUNT>              Specify the main account
      --account-slave <ACCOUNT_SLAVE>  Specify the slave account, use main account if not set
      --worker <WORKER>                Specify the worker name. Note: The name consists of numbers and letters and cannot exceed 15 characters in length
      --pool <POOL>                    Specify the main pool server address
      --pool-slave <POOL_SLAVE>        Specify the slave pool server address
      --solo <SOLO>                    Specify the main solo server address
      --solo-slave <SOLO_SLAVE>        Specify the slave solo server address
  -g, --gpu <GPU>                      Specify the index of GPU. Specify multiple times to use multiple GPUs, example: -g 0 -g 1 -g 2
  -p, --parallel <PARALLEL>            Specify the number of parallel jobs per GPU [default: 0]
  -t, --thread <T>                     Specify the number of CPU thread [default: 0]
  -s, --thread-slave <T_SLAVE>         Specify the number of CPU slave thread [default: 0]
      --cpu-off                        Close main CPU mining
      --cpu-off-slave                  Close slave CPU mining
      --gpu-off                        Close GPU mining
      --gpu-off-slave                  Close slave GPU mining
  -m, --mode <MODE>                    Mining mode, 0 is normal mode, 1 is combined mode [default: 0]
      --xmr-1gb-pages                  Set 1GB hugepages for XMR dataset (Linux only)
      --no-cpu-affinity                Set no cpu affinity for XMR
  -o, --log <LOG>                      Specify the log file
      --local-time                     Use the local time for log message timestamps
      --vf                             More information about version
      --rest                           Enable REST server
      --port <PORT>                    Specify the port for the REST server [default: 5001]
  -h, --help                           Print help
  -V, --version                        Print version
```
