Installation Guide

1Install Python
Download and install Python 3.10.11 from https://www.python.org/downloads/release/python-31011/
2Update pip
After installation, open Command Prompt or PowerShell and run
3Download Miner (Currently, Windows is the only supported OS)
Download zip from https://github.com/hashcloudsh/hashcloud-miner.git
4Extract
Extract files and open terminal in that folder
5Install required files
Run the command
6Wait for installation
Please wait while all required files are downloaded and configured.
7Start Miner
Once installation is complete, start the miner with
8Get API key
When prompted, enter the API key from your Hashcloud account.

Python Version

If you already have a newer Python version installed:
  1. Check your current version. Run: py --version
  2. If it is higher than 3.10.x, download the installer for that version from https://www.python.org/downloads/ (example: 3.14.0 at https://www.python.org/downloads/release/python-3140/).
  3. Run the installer and select "Uninstall".
  4. Reinstall Python 3.10.11 from: https://www.python.org/downloads/release/python-31011/
  5. After installation, run: py -m ensurepip --upgrade

Frequently Asked Questions