Visit the official HashCloud website or GitHub repository and download the installer for your operating system.
Run the CLI installer:
pip install HCLD-cli
Ensure GPU drivers and CUDA/ROCm are installed.
Run the initialization command:
HCLD-cli init
This command detects GPUs, creates the identity file, and registers the miner.
Start the miner with:
HCLD-cli start
The miner will begin fetching challenges and submitting proofs.
Last updated 2 months ago