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 Apr 24, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: ethminer/MinerAux.h
+4-2
Original file line number
Diff line number
Diff line change
@@ -775,12 +775,14 @@ class MinerCLI
775
775
<< " -SE, --stratum-email <s> Email address used in eth-proxy (optional)" << endl
776
776
<< " --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
777
777
<< " -P URL Specify a pool URL. Can be used multiple times. The 1st for for the primary pool, and the 2nd for the failover pool." << endl
778
-
<< " URL takes the form: scheme://user[:password]@hostname:port." << endl
778
+
<< " URL takes the form: scheme://user[:password]@hostname:port[/emailaddress]." << endl
779
779
<< " for getwork use one of the following schemes:" << endl
0 commit comments