RGMiner mines Pearl (PRL) on your NVIDIA cards. The flags below cover picking the coin, connecting to the Kryptex pool and naming your rig — clock tuning is optional and comes later.
--algo pearl — selects the coin to mine. For our PRL setup, always pearl.
--stratum prl.kryptex.network:7048 — the Kryptex Pearl pool address. Prefix it with stratum+tls:// to force an encrypted connection, or pass a comma-separated list of addresses for failover.
--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:
rgminer.exe --algo pearl --stratum prl.kryptex.network:7048 --wallet prl1yourwallethere.rig01
This means: mine PRL on the Kryptex pool, paying out to the given wallet, reporting as "rig01".
To overclock later, add per-GPU clock offsets, e.g. --cclock 0:150 --mclock 0:800 for the first card — start conservative and test for stability.