Installation Guide

1

Download Installer

Visit the official HashCloud website or GitHub repository and download the installer for your operating system.

2

Install Dependencies

Run the CLI installer:

Install CLI
pip install HCLD-cli

Ensure GPU drivers and CUDA/ROCm are installed.

3

Initialize Miner

Run the initialization command:

Initialize
HCLD-cli init

This command detects GPUs, creates the identity file, and registers the miner.

4

Start Mining

Start the miner with:

Start
HCLD-cli start

The miner will begin fetching challenges and submitting proofs.

Last updated