TW Pearl Miner mines Pearl (PRL) on your NVIDIA cards. Just two arguments are required — the pool and your wallet; the transport is detected automatically.
--pool prl.kryptex.network:7048 — the Kryptex Pearl pool address. No scheme needed — the miner probes TLS vs plaintext on its own. Force it with stratum+ssl:// or stratum+tcp:// if you want.
--wallet prl1....rig01 — your PRL payout address, followed by a dot and this rig's name (rig01). The name after the dot is what's shown for the rig on the pool.
Put it all together:
pearl-gpu-miner.exe --pool prl.kryptex.network:7048 --wallet prl1yourwallethere.rig01
This means: mine PRL on the Kryptex pool, paying out to the given wallet, reporting as "rig01".
On Windows you can also just edit start.bat (set your wallet and pool) and double-click it. To pick specific cards, add --gpus 0,1.