HiveOS Qubic+Xmr Idle Mining Flight Sheet Tutorial

1. Edit wallet in HiveOS

2. Add new flight sheet

  • Configure Miner:Custom

CPU+GPU Qubic+Xmr mining flight sheet

  • Setup Miner Config

Miner name:apoolminer_hiveos_autoupdate

'Installation URL':https://github.com/apool-io/apoolminer/releases/download/v3.0.0/apoolminer_hiveos_autoupdate-v3.0.0.tar.gz

'Wallet and worker template':%WAL%

'Pool URL':qubic2.hk.apool.io:3334

Extra Config Arguments:

-A qubic_xmr

--xmr-1gb-pages

--worker %WORKER_NAME%

CPU Qubic+Xmr mining flight sheet

  • Setup Miner Config

Miner name:apoolminer_hiveos_autoupdate

'Installation URL':https://github.com/apool-io/apoolminer/releases/download/v3.0.0/apoolminer_hiveos_autoupdate-v3.0.0.tar.gz

'Wallet and worker template':%WAL%

'Pool URL':qubic2.hk.apool.io:3334

Extra Config Arguments:

--gpu-off

--gpu-off-slave

-A qubic_xmr

--xmr-1gb-pages

--worker %WORKER_NAME%

3. Check mining log

execute the following command

miner log
  1. Watch the Statistics and earn Qubic+Xmr on Apool

https://www.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.

  1. 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

Last updated

Was this helpful?