You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2019. It is now read-only.
<< " -FO, --failover-userpass <username.workername:password> Failover stratum login credentials (optional, will use normal credentials when omitted)" << endl
594
605
<< " --work-timeout <n> reconnect/failover after n seconds of working on the same (stratum) job. Defaults to 180. Don't set lower than max. avg. block time" << endl
595
-
<< " -SV, --stratum-version <n> Stratum client version. Defaults to 1 (async client). Use 2 to test new synchronous client."
606
+
<< " -SV, --stratum-version <n> Stratum client version. Defaults to 1 (async client). Use 2 to test new synchronous client." << endl
607
+
<< " -ES, --ethereum-stratum Use EthereumStratum/1.0.0 mode." << endl
596
608
#endif
597
609
#if ETH_JSONRPC || ETH_STRATUM || !ETH_TRUE
598
610
<< " --farm-recheck <n> Leave n ms between checks for changed work (default: 500). When using stratum, use a high value (i.e. 2000) to get more stable hashrate output" << endl
@@ -618,6 +630,7 @@ class MinerCLI
618
630
<< " -L, --dag-load-mode <mode> DAG generation mode." << endl
619
631
<< " parallel - load DAG on all GPUs at the same time (default)" << endl
620
632
<< " sequential - load DAG on GPUs one after another. Use this when the miner crashes during DAG generation" << endl
633
+
<< " single <n> - generate DAG on device n, then copy to other devices" << endl
621
634
#if ETH_ETHASHCL || !ETH_TRUE
622
635
<< " --cl-extragpu-mem Set the memory (in MB) you believe your GPU requires for stuff other than mining. default: 0" << endl
623
636
<< " --cl-local-work Set the OpenCL local work size. Default is " << toString(ethash_cl_miner::c_defaultLocalWorkSize) << endl
@@ -992,7 +1005,7 @@ class MinerCLI
992
1005
993
1006
// this is very ugly, but if Stratum Client V2 tunrs out to be a success, V1 will be completely removed anyway
0 commit comments