Page cover image

🤖Aleo - Solo

ALEO is a blockchain project that integrates Proof of Work (PoW) and Proof of Stake (PoS) consensus mechanisms to offer highly private smart contract capabilities. It utilizes advanced Synthesis Puzzle technology to ensure transaction privacy and security. Aleo focuses on developing decentralized applications and provides efficient and secure privacy protection solutions.

Environment Setup

  • Operating Systems: Ubuntu 20.04, Ubuntu 22.04, and HiveOS

  • Software Clients: Oula-Aleo / HiveOS

Please stay updated with OULA's official website announcements and use the latest version of the software client for optimal technical service and higher Token output.

Program Execution

Aleo Solo Prover

  • Download aleo-solo-prover and license in the same directory.

  • Replace (--address) & (--worker-name) and set execution permissions with the command:

nohup ./aleo-solo-prover --proxy wss://aleo.oula.network:5555 --address <YOUR_ALEO_ADDRESS> --worker-name <WORKER_NAME> > prover.log 2>&1 &shell
  • Check logs with the command:

tail -f prover.log
  • To stop the program, use:

killall aleo-solo-prover
# Force stop

HiveOS

Please refer to the HiveOS operation guide in the above download link.

Monitoring and Output Viewing

Once your mining machine is running stably and submitting solutions, you can check the miner's operational status and output details via below link.

Back to Oula

Last updated