Options can be passed as command-line flags (--flag value) or as environment variables (FORGE_FLAG) — handy for HiveOS and .bat files.
--algorithm FORGE_ALGO pearlhash, kawpow (KawPow: RVN/QUAI/XNA)
--coin FORGE_COIN KawPow coin: rvn, quai or xna (auto-detected
from the pool host if omitted; set it
explicitly for Neurai/Vipor pools)
--pool FORGE_POOL pool address as host:port
--wallet FORGE_WALLET your payout wallet address
--worker FORGE_WORKER worker / rig name shown on the pool
--password FORGE_PASS pool password (usually x)
--gpu FORGE_GPU mine only these GPU indices, e.g. --gpu 0,1,2,6
(default: all GPUs, order matches nvidia-smi)
Overclocking and fans (each flag takes one value applied to all GPUs, or a comma list mapped to --gpu; requires root/Administrator):
--cclk FORGE_CCLK lock GPU core clock, MHz --coff FORGE_COFF core clock offset, MHz (+/-) --mclk FORGE_MCLK lock memory clock, MHz --moff FORGE_MOFF memory clock offset, MHz (+/-) --plimit FORGE_PLIMIT power limit, watts --fan FORGE_FAN fixed fan speed, % --fan-curve FORGE_FANCURVE temp:percent points, e.g. 45:30,60:55,70:75,80:100
Example — per-GPU overclock on a mixed rig:
--gpu 0,1,2,6 --coff 300,250,300,200 --plimit 280,280,300,260