<<" -FO, --failover-userpass <username.workername:password> Failover stratum login credentials (optional, will use normal credentials when omitted)"<<endl
#endif
#if ETH_JSONRPC || ETH_STRATUM || !ETH_TRUE
<<" --farm-recheck <n> Leave n ms between checks for changed work (default: 500)."<<endl
<<" --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
<<" --no-precompute Don't precompute the next epoch's DAG."<<endl
#endif
<<"Ethash verify mode:"<<endl
@ -627,7 +629,7 @@ public:
<<" --list-devices List the detected OpenCL/CUDA devices and exit. Should be combined with -G or -U flag"<<endl
<<" --current-block Let the miner know the current block number at configuration time. Will help determine DAG size and required GPU memory."<<endl
#if ETH_ETHASHCL || !ETH_TRUE
<<" --cl-extragpu-mem Set the memory (in MB) you believe your GPU requires for stuff other than mining. Windows rendering e.t.c.."<<endl
<<" --cl-extragpu-mem Set the memory (in MB) you believe your GPU requires for stuff other than mining. default: 0"<<endl
<<" --cl-local-work Set the OpenCL local work size. Default is "<<toString(ethash_cl_miner::c_defaultLocalWorkSize)<<endl
<<" --cl-global-work Set the OpenCL global work size as a multiple of the local work size. Default is "<<toString(ethash_cl_miner::c_defaultGlobalWorkSizeMultiplier)<<" * "<<toString(ethash_cl_miner::c_defaultLocalWorkSize)<<endl