ComputeX Miner (Windows) - Install Guide (One Button)
Version date: 2025-12-26

1) Install Python 3.10+:
   https://www.python.org/downloads/
   During install, CHECK: "Add Python to PATH"

2) Extract this ZIP to a folder (do not run from inside the ZIP viewer).

3) Double-click: INSTALL_ALL.bat

INSTALL_ALL.bat will:
- Copy miner files to: C:\ComputeX\computex_miner
- Copy docs to:       C:\ComputeX\docs
- Install venv+deps:  C:\ComputeX\computex_miner\.venv
- Register computex:// protocol (per-user)

Console window behavior:
- Clicking Run launches computex:// and Windows opens a cmd.exe window (launcher is a .bat).
- This is normal; you do not need to type anything.

Troubleshooting:
- If Python is missing, the installer opens the Python download page.
- If protocol registration fails, run:
    C:\ComputeX\computex_miner\register_computex_protocol.bat


Uninstall:
- Run UNINSTALL_ALL.bat (removes C:\ComputeX\computex_miner and unregisters computex://)
