📖
Apool Help
  • 📒QUBIC Pool Tutorial
    • Linux Automatic Update Tutorial
    • Windows Automatic Update Tutorial
    • HiveOS Flight Sheet Tutorial
  • 📒Quai Pool Tutorial
    • Quai Linux Mining Tutorial
    • Quai Windows Mining Tutorial
    • HiveOS Flight Sheet Tutorial
  • 📒XMR Pool Tutorial
    • Xmr-test Linux Mining Tutorial
    • Xmr-test Windows Mining Tutorial
    • Xmr-test HiveOS Flight Sheet Tutorial
  • 📒Idle Time Mining Tutorial
    • Linux Qubic+Aleo Idle Mining Tutorial
    • Linux Qubic+Quai Idle Mining Tutorial
    • Windows Qubic+Quai Idle Mining Tutorial
    • HiveOS Qubic+Aleo Idle Mining Flight Sheet Tutorial
    • HiveOS Qubic+Quai Idle Mining Flight Sheet Tutorial
  • 📒Aleo POOL Tutorial
    • HiveOS Flight Sheet Tutorial
    • Aleo Linux Mining Tutorial
  • 🧰Qubic FAQ
    • Withdrawal Tutorial
    • Revenue Calculation
    • PPLNS Model
    • Pool Fee
    • Payout Time
  • 🧰Aleo FAQ
    • Pool Fee
    • Payout Time
    • GLIBCXX_3.4.XX
  • 🧰Quai FAQ
    • Pool Fee
    • Payout Time
Powered by GitBook
On this page
  • 2. Download the mining software
  • 3. Modify the configuration file miner.conf and change the account to your own.
  • 4.apoolminer miner.conf Parameter Description
  • Configuration file example
  • Save the Configuration files after change
  • 5.Run
  • 6. Login in apool.io web

Was this helpful?

  1. ORE POOL TUTORIAL

Windows Automatic Update Tutorial

Last updated 5 months ago

Was this helpful?

1. Acquire sub-account

In order to earn ore, one must mine to a sub-account. Head over to to finish email registration.

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

2. Download the mining software

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

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

algo=ore
account= my_sub_account
pool=ore1.hk.apool.io:9092

#worker=my_worker
#cpu-off=false
#thread=4
#gpu-off=false
#gpu=0,1,2
#mode=1

4.apoolminer miner.conf Parameter Description

Param
Description

algo=<qubic/aleo>

Specify algorithm, default configuration is qubic , Required

account=<string>

Specify your sub-account(CP_xxx) in pool mining or Specify your wallet address in solo mining, Required

pool=<url:port>

Specify the proxy address, Required in pool mining

solo=<url:port>

Specify the proxy address, Required in solo mining

worker=<name>

Specify the worker name. The name consists of numbers and letters and cannot exceed 15 characters in length

gpu=<indexes>

Specify the index of GPU. If you’re only running on specific GPUs, please spell out explicitly, example: gpu=0,1,2, If you run all GPUs, you don’t need to configure them.

thread=<num>

Specify the number of CPU thread [default: 0, use all threads]

cpu-off=<true/false>

If you don’t want to use CPU, please configure it to True.

gpu-off=<true/false>

If you don’t want to use GPU, please configure it to True.

mode=<0/1>

Mining mode, 0 is normal mode, 1 is hybrid mode [default: 0],please make sure that the system has enough memory configuration in mode 1.

Configuration file example

  • Configuration files for mining with GPU and CPU (Recommended mining configuration for all resources)

    algo=ore
    account=my_sub_account
    pool=ore1.hk.apool.io:9092
  • Configuration files for mining with GPU only

    algo=ore
    account=my_sub_account
    pool=ore1.hk.apool.io:9092
    cpu-off=true
  • Configuration files for mining with CPU only

    algo=ore
    account=my_sub_account
    pool=ore1.hk.apool.io:9092
    gpu-off=true
  • Configuration files for mining with GPU and open hybrid mode

    algo=ore
    account=my_sub_account
    pool=ore1.hk.apool.io:9092
    cpu-off=true
    mode=1
  • Configuration files for mining with CPU and specify the number of CPU thread

    algo=ore
    account=my_sub_account
    pool=ore1.hk.apool.io:9092
    gpu-off=true
    thread=8

Save the Configuration files after change

5.Run

  • Select the execution script according to your needs

  • If you want to run an automatic upgrade of apoolminer, you can execute the upgrade_and_run.sh script

Double click upgrade_and_run.bat to start running automatic upgrade script

  • If you do not need to automatically upgrade apoolminer, you can execute the run.sh script

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

6. Login in apool.io web

wait a few minutes Watch the Statistics and earn ORE on Apool

https://www.apool.io/myMiner

Download link:

📒
https://github.com/apool-io/apoolminer/releases
https://www.apool.io