A brief guide to the main Fl4shMiner arguments
Four flags are enough to mine Pearl (PRL) on the Kryptex pool. PearlHash runs on NVIDIA RTX 30/40/50 only — AMD cards cannot mine PRL with this miner.
-a pearlhash — the algorithm to mine. pearl and prl name the same one.
-pool stratum+tcp://prl.kryptex.network:7048 — the Kryptex Pearl pool address. prl-br.kryptex.network:7048 is the same pool via South America.
-w prl1....MyFirstRig — your PRL payout address, a dot, then this rig's name. The miner rewrites that form into the wallet/worker login Kryptex expects.
-pass x — pool password. Use x for Kryptex.
-d 0,1,4 — mine only on the listed cards. Long form --devices.
--info — list the detected GPUs and exit.
--cclock and --mclock — core and memory clock offsets.
--lock-cclock and --lock-mclock — lock those clocks instead of offsetting them.
--pl — power limit. --fan-speed 80 — fan speed in percent, --reset-oc — clears the overclock.
Overclocking needs driver support and OS permissions, and on Windows it resets when the miner exits.
--autotune-duration 4s — length of the startup autotune, 4s by default.
--ui full — console layout: auto, compact, full or off.
--json — machine-readable stats. --log-file — write the log to a file.
--watchdog-share 20m — restart after this long with no share response, 20m by default.
--api-port 4068 — read-only HTTP stats API, off by default. --api-bind 127.0.0.1 — the interface it listens on. The API is unauthenticated, so keep it off the open internet.
Put it all together:
fl4shminer.exe -a pearlhash -pool stratum+tcp://prl.kryptex.network:7048 -w prl1puv0gqv4x0wd0ylwz086y3sqrg4a6umza9r08aecehjrmdqq7mctsmqaqsh.MyFirstRig -pass x
Substitute your own PRL payout address and rig name. On Linux run ./fl4shminer with the same arguments.
