-h, --help Displays this help.
-v, --version Displays version information.
-c, --config <config file path> Use json format config file rather than cmd line options.
--generate-config <filename> Generate a sample config json file.
-a, --algo <algo> Select mining algorithm
--api <host:port> The endpoint for serving REST API.
-o, --url <url> Mining pool url.
-u, --user <user> User used in Mining pool, wallet address or username.
-o1, --url1 <url> url for backup mining pool 1.
-u1, --user1 <user> username for backup mining pool 1.
-o2, --url2 <url> url for backup mining pool 2.
-u2, --user2 <user> username for backup mining pool 2.
-p, --password <password> password for mining pool
-p1, --password1 <password> password for backup mining pool1
-p2, --password2 <password> password for backup mining pool2
-d, --devices <devices> Specify GPU list to use. Format: "-d 0,1,2,3" to use first 4 GPU.
-i, --intensity <intensities> Comma-separated list of intensities (1 -100).
--strict-ssl Check validity of certificate when use SSL connection.
--proxy Socks5 proxy used to eastablish connection with pool, E.g. 127.0.0.1:1080
--cuckoo-intensity <intensity> Set intensity of cuckoo, cuckaroo, cuckatoo, [1, 12]. Smaller value means higher CPU usage to gain more hashrate. Set to 0 means autumatically adapt. Default: 0.
--temperature-limit, --tl <temp-limit> Set temperature limit of GPU, if exceeds, stop GPU.
--temperature-start, --ts <temp-start> Set cool-down temperature target if GPU is stopped by temperature-limit, default to <temp-limit> - 5.
--log Generate log file named logs/log_<timestamp>.txt.
--log-file <filename> Generate custom log file. Note: This option will override --log.
--log-no-job Set this option to disable 'New job' info in console and log file.
--log-cycle <cycle> Set to change the cycle of Summary table show in console and log, in seconds, defaults to 30.
--no-health Do not query device health status. (Do not set if use LHR gpu)
--no-color Do not use colorful output log in cmd line.
--long-format Use 'yyMMdd HH:mm:ss,zzz' for log time format.
--verbose Print communication data between miner and pool in log file.
--device-info Print device cuda information.
--device-info-json Print out detailed information for every device in json format.
--fee <fee> Change devfee in percentage, [0-5]. Set to '0' to turn off devfee with lower hashrate. Otherwise, devfee = max(set_value, default_value).
--no-watchdog Disable watchdog process.
--platform <platform> Choose platform,0: NVIDIA+AMD (default), 1: NVIDIA only, 2: AMD only
--share-check <value> If <value> minutes without share, reboot miner, set 0 to disable. Default: 30
--no-interrupt set this option will disable miner interrupting current GPU jobs when a new job coming from pool, will cause less power supply issue, but might lead to a bit higher stale ratio and reject shares.
--enable-igpu AMD igpu is disabled by default, set this option to enable.
--mt, --memory-tweak <mode> Memory timings optimize for Nvidia GDDR5 & GDDR5X gpus. range [1-6]. Higher value equals higher hashrate. Individual value can be set via comma seperated list. Power limit may need to be tuned up to get more hashrate. Higher reject share ratio can happen if mining rig hits high temperature, set lower value of -mt can reduce reject ratio.
--power-limit, --pl <limit> Set power limit of GPU.
Set PL in watts: -pl 200.
Set PL in percetage of default PowerLimit: -pl 75%
--cclock <clocks> Set core clock in MHz. Set clock offsets: -cclock 100, -cclock -500 (Windows only) Set locked clock: -cclock @1500.
--mclock <clocks> Set memory clock offsets in MHz. (Windows only)
--lock-cv <cv> Set locked core voltages in mV. (Windows only)
--fan <speed> Set GPU fan speed in percentage. (Windows only)
--lhr-mode <mode> LHR unlock mode. Mode 1 better compatibility (default mode), Mode 2 better stability.