Aleo Linux 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 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

tar -xvf apoolminer_linux_v1.6.9.tar

3.Get permission

chmod +x run_apool_aleo_cpu.sh

4. Configure the mining parameters

Open the configuration file according to your mining type:

  • Mining with CPU only

nano run_apool_aleo_cpu.sh
  • Mining with CPU+GPU

nano run_apool_aleo_gpu.sh

Basic Parameters:

  • 'account' specify the sub-account name, replace it with your own sub-account;

  • 'pool' specify the pool address: aleo1.hk.apool.io:9090

  • 'worker' specify the mining machine name, which use the machine ip default, and can be customized by the users, the naming rules are:can be up to 15 characters or less, and can contain alphanumeric characters (letters A-Z, numbers 0-9) and symbols.

CPU Performance Parameters:

  • -t, –thread; specify the number of CPU thread [default: 0, use all threads]

5. Execute the command to start mining

  • Mining with CPU+GPU

./run_apool_aleo_gpu.sh

6. Execute the command to check the mining process

tail -f aleo.log

7. Watch the Statistics and earn QU's on Apool

https://www.apool.io/myMiner

Last updated