Skip to content

Commit

Permalink
update help document
Browse files Browse the repository at this point in the history
deepgully committed Feb 15, 2019
1 parent 458b070 commit f5eba5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ethminer/main.cpp
Original file line number Diff line number Diff line change
@@ -988,33 +988,33 @@ class MinerCLI
<< " This set of options is valid for mining mode independently from" << endl
<< " OpenCL or CUDA or Mixed mining mode." << endl
<< endl
<< " --display-interval INT[1 .. 1800] Default = 5" << endl
<< " --display-interval INT[1 .. 1800] Default = 30" << endl
<< " Statistic display interval in seconds" << endl
<< " --farm-recheck INT[1 .. 99999] Default = 500" << endl
<< " --farm-recheck INT[1 .. 99999] Default = 10000" << endl
<< " Set polling interval for new work in getWork mode"
<< endl
<< " Value expressed in milliseconds" << endl
<< " It has no meaning in stratum mode" << endl
<< " --farm-retries INT[1 .. 99999] Default = 3" << endl
<< " --farm-retries INT[1 .. 99999] Default = 99" << endl
<< " Set number of reconnection retries to same pool"
<< endl
<< " --retry-delay INT[1 .. 999] Default = 0" << endl
<< " --retry-delay INT[1 .. 999] Default = 10" << endl
<< " Delay in seconds before reconnection retry" << endl
<< " --failover-timeout INT[0 .. ] Default not set" << endl
<< " Sets the number of minutes zilminer can stay" << endl
<< " connected to a fail-over pool before trying to" << endl
<< " reconnect to the primary (the first) connection."
<< endl
<< " before switching to a fail-over connection" << endl
<< " --work-timeout INT[180 .. 99999] Default = 180" << endl
<< " --work-timeout INT[180 .. 99999] Default = 14400" << endl
<< " If no new work received from pool after this" << endl
<< " amount of time the connection is dropped" << endl
<< " Value expressed in seconds." << endl
<< " --response-timeout INT[2 .. 999] Default = 2" << endl
<< " If no response from pool to a stratum message " << endl
<< " after this amount of time the connection is dropped"
<< endl
<< " --max-submit INT[0 .. 999] Default = -1" << endl
<< " --max-submit INT[0 .. 999] Default = 1" << endl
<< " Max submissions allowed for a worker each work "
<< endl
<< " -R,--report-hr FLAG Notify pool of effective hashing rate" << endl
@@ -1025,7 +1025,7 @@ class MinerCLI
<< " 2 As 1 plus monitor power drain" << endl
<< " --exit FLAG Stop zilminer whenever an error is encountered"
<< endl
<< " --ergodicity INT[0 .. 2] Default = 0" << endl
<< " --ergodicity INT[0 .. 2] Default = 2" << endl
<< " Sets how zilminer chooses the nonces segments to"
<< endl
<< " search on." << endl

0 comments on commit f5eba5f

Please sign in to comment.