==============================================
  Puzzle #145 Pool Client - puzzle145.com
==============================================

REQUIREMENTS:
  - NVIDIA GPU (RTX 20xx or newer)
  - CUDA 12.2+  (sudo apt install cuda-toolkit-12-2)
  - Python 3.8+
  - Ubuntu 22.04+ or WSL2

STEP 1 - Build (first time only):
  ./build.sh

STEP 2 - Run:
  ./run.sh YOUR_NAME YOUR_BTC_ADDRESS

  Example:
  ./run.sh david bc1qts728fr0xm9jul0c2acmcx6q4kje7lxm7h9v03

MULTIPLE GPUS:
  Run one instance per GPU, change --gpu 0 to --gpu 1 etc.
  Edit run.sh or run manually.

POOL DASHBOARD:
  https://puzzle145.com

TELEGRAM:
  https://t.me/+JF9WGm66sGE2YTMx

SECURITY:
  Workers only send Distinguished Points - no private key data.
  If puzzle is solved, key is stored ONLY on the server.
  You will be notified via Telegram.
==============================================
