Page cover image

🤖Quai - Linux

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.

Environment Setup

  • Operating Systems: Ubuntu 22.04

  • NVIDIA Driver Version: 535 or higher

  • Software Clients: oula-gpu-miner

Account Setup

  • Register for an Oula Account and setup the Sub-Account.

  • Use the default Sub-Account name or the created one to start the mining software.

After running the software client, daily output will be automatically accumulated to the corresponding sub-account. Once the balance reaches the minimum payout threshold, the platform will automatically pay out to the bound withdrawal address daily.

Program Execution

Oula Pool Prover

  • Download the oula-gpu-miner on Ubuntu systems.

  • Grant permission with the command:

chmod +x oula-gpu-miner
  • Set execution permission with the command:

nohup ./oula-gpu-miner -U -P stratums://quai.oula.network:3333 --account=SubAccount --worker-name=Worker_Name > miner.log 2>&1 &
  • Check logs with the command:

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

killall oula-gpu-miner
# Force stop

Monitoring and Yield Viewing

Once your mining machine is running stably and submitting solutions, you can check the worker's operational status, output details and payment details under Worker and Output / Payout by switching to the corresponding sub-account.

Back to Oula

Last updated