Command line:
pearl-gpu-miner --pool <pool> --wallet <prl1...address> [--worker <name>] [--gpus 0,1]
Options:
--pool POOL Pool address (required). Accepted forms:
host:port transport auto-detected (TLS or plaintext)
stratum+ssl://host:port TLS with certificate verification
stratum+tcp://host:port plaintext
stratum+ssl-insecure://… TLS without certificate verification
--wallet ADDR Payout address (required)
--worker NAME Rig name shown on the pool (default: machine name)
--gpus 0,1,2 Restrict to these device ids (default: all)
--low-vram Force low-VRAM mode on every GPU (frees ~8 GB, no speed change;
8–10 GB cards enable it automatically)
--no-tui Classic single-line output instead of the full-screen UI
--password STRING Stratum password. On AlphaPool pins static difficulty, e.g. 'x;d=65536'
--diff N Shortcut for --password 'x;d=N' on AlphaPool (pool minimum 20000)
--pf Treat the pool as PearlFortune (only needed behind a local forwarder;
otherwise auto-detected from the host)
The miner auto-picks the best matrix shape for your card, prints a periodic hashrate line, and auto-reconnects through pool restarts and network blips. Stop it with Ctrl+C.