🤖Quai - Linux
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.
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 &
Sub-account and miner names can be customized but must be globally unique!
It is recommended to use 2-15 lowercase letters, numbers, or a combination, and the name cannot start with a number.
Check logs with the command:
tail -f miner.log
If you see ProgPow kernel
relevant messages in miner.log
, the program has started successfully.
If you do not need to output log content, you can replace '&> miner.log &' in the startup command with '> /dev/null 2>&1 &'.
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.
Last updated