<<" -FO, --failover-userpass <username.workername:password> Failover stratum login credentials (optional, will use normal credentials when omitted)"<<endl
<<" --work-timeout <n> reconnect/failover after n seconds of working on the same (stratum) job. Defaults to 60. Don't set lower than max. avg. block time"<<endl
<<" --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
#endif
#if ETH_JSONRPC || ETH_STRATUM || !ETH_TRUE
<<" --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
@ -615,14 +619,14 @@ public:
#if ETH_JSONRPC || !ETH_TRUE
<<" --phone-home <on/off> When benchmarking, publish results (default: off)"<<endl
#endif
<<"DAG file management:"<<endl
<<" -D,--create-dag <number> Create the DAG in preparation for mining on given block and exit."<<endl
<<" -R <s>, --dag-dir <s> Store/Load DAG files in/from the specified directory. Useful for running multiple instances with different configurations."<<endl
<<" -E <mode>, --erase-dags <mode> Erase unneeded DAG files. Default is 'none'. Possible values are:"<<endl
<<" none - don't erase DAG files (default)"<<endl
<<" old - erase all DAG files older than current epoch"<<endl
<<" bench - like old, but keep epoch 0 for benchmarking"<<endl
<<" all - erase all DAG files. After deleting all files, setting changes to none."<<endl
// << "DAG file management:" << endl
// << " -D,--create-dag <number> Create the DAG in preparation for mining on given block and exit." << endl
// << " -R <s>, --dag-dir <s> Store/Load DAG files in/from the specified directory. Useful for running multiple instances with different configurations."<<endl
// << " -E <mode>, --erase-dags <mode> Erase unneeded DAG files. Default is 'none'. Possible values are:"<<endl