Aleo adopts zero knowledge proof technology and is a brand new first layer memory blockchain platform that supports the establishment of scalable privacy applications. ALEO network consensus AleoBFT is a hybrid consensus structure of PoS and PoW, which uses PoW pipelines to generate kSNARKs proofs, and ultimately uses PoS to achieve real-time confirmation of memory blocks.
ALEO supports GPU/ASIC mining machines for mining.
The current mining software only supports Nvidia graphics cards, Cuda12.0 or above, and graphics card driver versions 525 or above.
1)ASIC(AEBOX、AEBOX PRO)
Enter the IP address of the mining machine in the browser address bar, enter the mining machine backend, or use the batch management software provided by the mining machine official to configure the following information:
Pool/URL:stratum+tcp://aleo-hk.dogpool.work:1830
User/Worker:accountName.minerName
For example:
test1234.001
Password: Any setting, such as 123.
After confirming the above settings are correct, save the settings.
2)Ubuntu
Download and unzip the Ubuntu mining software, and then run the following commands in Ubuntu in sequence:
chmod +x aleo.sh && chmod +x aleominer
nohup ./aleominer -u stratum+ssl://aleo-hk.dogpool.work:1860 -w accountname.workername >> ./aleominer.log 2>&1 &
Before running the above command line, please ensure that the relevant text has been replaced with your own mining information. The account name needs to be replaced with your
DogPool sub account name, and the worker name needs to be replaced with
miner name.
After the above command is executed, approximately 3 minutes later, if the following information can be seen in aleominer.log, it indicates that the program has run successfully.
If you need to stop mining, execute the following command:
pkill -9 aleominer
View the log and execute the following command:
tail -f aleominer.log
1) Windows
Download and unzip the Windows version of the mining software, right-click on this batch file 'aleo. bat', select 'Edit', and set the following parameters:
aleominer -u stratum+ssl://aleo-hk.dogpool.work:1860 -w accountname.workername
Before running the above command line, please ensure that the relevant text has been replaced with your own mining information. The account name needs to be replaced with your
DogPool sub account name, and the worker name needs to be replaced with
miner name(customized, recommended to use lowercase letters or digit combinations of up to 15 characters).
After setting up, save and exit, double-click to run the 'aleo. bat' file, and start mining.
3)HiveOS
Add wallet address. Use your DogPool sub account name as the ALEO wallet address on the 'Wallets' page, you cannot directly use the ALEO wallet address.
Create a flight chart using the wallet created in the previous step. Select 'Custom' in the mining software 'Miner' to customize.
Click on the mining software settings 'Setup Miner Config', and in the pop-up window, set it as follows:

Click on 'Apply changes' to complete the creation of the flight schedule. Apply this flight chart to the mining machine to start mining.
Use 'Web Shell' to view mining logs. The command is as follows:
tail -f /hive/miners/custom/aleominer/aleominer1.log
After running the machine for a while and submitting data to the mining pool, you can click on 'Miner Management' to view the running status of the mining machine; Click on 'Revenue Statistics' to view the revenue situation.