Common options:
--algo COIN Algorithm / coin to mine (e.g. pearl)
--stratum HOST:PORT Pool address. Pass a comma-separated list for
failover; prefix stratum+tls:// to force TLS
--wallet ADDR Payout wallet address (--address is a legacy alias)
--worker-name NAME Worker name shown on the pool (--worker is equivalent)
--list-algos List the algorithms the binary supports
Pearl options:
--proto PROTO Pearl pool dialect:
akoyav2|alphapool|herominers|kryptex|f2pool|pearlfortune
--pearl-protocol PROTO Same as --proto, explicit form
--pearl-share-diff N Request a fixed share difficulty (or "off")
--pearl-kernel KIND Force a kernel: turing|ampere|ada|blackwell
--pearl-reconnect-max-ms MS Cap the reconnect backoff
GPU selection and clock control (applied through NVML — needs sufficient driver permissions):
-d, --devices GPU[,GPU] Restrict mining to these CUDA device indices --cclock GPU:OFFSET Core clock offset in MHz, per GPU --mclock GPU:OFFSET Memory clock offset in MHz, per GPU --lock-cclock GPU:MHz Fixed core clock, per GPU --lock-mclock GPU:MHz Fixed memory clock, per GPU
General and safety options:
--watchdog=off|restart|reboot Action on a hung GPU (default: restart) --low-cpu=on|off Reduce host CPU usage --low-cpu-wait-ms N Poll wait for low-CPU mode --api-host HOST Bind address for the local stats API --api-port PORT Enable the local stats API on this port --plain-console Disable the rich console (plain log output)