-
Download and install Python 3.10.11 from: https://www.python.org/downloads/release/python-31011/
-
After installation, open Command Prompt or PowerShell and run: py -m ensurepip --upgrade
-
Extract files and open terminal in that folder
-
Run the command: .\hashcloud install
Please wait while all required files are downloaded and configured.
-
Once installation is complete, start the miner with: .\hashcloud start
-
When prompted, enter the API key from your HashCloud account.
Enjoy mining with HashCloud!
If you already have a newer Python version installed:
-
Check your current version: py --version
-
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/).
-
Run the installer and select “Uninstall”.
-
Reinstall Python 3.10.11 from: https://www.python.org/downloads/release/python-31011/
-
After installation, run: py -m ensurepip --upgrade