@@ -54,12 +54,18 @@ Currently there is no developer fee, but it will be added in one of the future r
5454 -o [1]stratum+tcp://eth.f2pool.com:6688 -o [2]stratum+ssl://pool.woolypooly.com:3112
5555 mine the primary algorithm to f2pool and the second algorithm to woolypooly
5656
57- -u, --user <USER >
57+ -u, --username <USERNAME >
5858 Sets the username for pool authorisation
5959
6060 When dual or triple mining the value should be prepended with
6161 the algorithm index `[<index>]`. Primary algorithm has index 1.
6262
63+ -p, --password <PASSWORD>
64+ Sets the password for pool authorisation
65+
66+ When dual or triple mining the value should be prepended with
67+ the algorithm index `[<index>]`. Primary algorithm has index 1.
68+
6369 -w, --worker <WORKER>
6470 Sets the worker name
6571
@@ -126,6 +132,9 @@ Currently there is no developer fee, but it will be added in one of the future r
126132 --cpu-check
127133 Enables CPU verification of found shares before sending them to the pool
128134
135+ --hashrate-avg <SECONDS>
136+ Hashrate averaging window in seconds. Default is 10.
137+
129138 --cclock <FREQ1,FREQ2,...>
130139 Sets GPU core clock frequency offset in MHz
131140
@@ -207,6 +216,9 @@ Currently there is no developer fee, but it will be added in one of the future r
207216 --api-bind 127.0.0.1:5000
208217 --api-bind 0.0.0.0:5000
209218
219+ --dns-over-https
220+ Enables pool DNS resolution using DNS-over-HTTPS (Cloudflare)
221+
210222 --long-timestamps
211223 Enables milliseconds timestamps in the miner output
212224
0 commit comments