ARCMiner has no built-in overclocking — set your GPU's clocks with a system tool if you need to, before you start mining. The flags below cover picking a coin and connecting to a pool.
--algo btx — selects the coin to mine. For our BTX setup, always btx.
--pool stratum+tcp://btx.kryptex.network:7049 — the pool address. Use stratum+ssl:// instead of stratum+tcp:// to force an encrypted connection.
--wallet btx1....rig01 — your BTX 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.
--no-autotune — skips the one-time tuning sweep the miner otherwise runs on first launch for a new card.
Put it all together:
arc-miner.exe --algo btx --pool stratum+tcp://btx.kryptex.network:7049 --wallet btx1yourwallethere.rig01
This means: mine BTX on the Kryptex pool, paying out to the given wallet, reporting as "rig01".