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.
*`stratum1+tcp` for plain stratum eth-proxy compatible mode
15
+
*`stratum2+tcp` for plain stratum NiceHash compatible mode
16
+
17
+
## Secure socket comunications for stratum only
18
+
19
+
Ethminer supports secure socket communications (where pool implements and offers it) to avoid the risk of a [man-in-the-middle attack](https://en.wikipedia.org/wiki/Man-in-the-middle_attack)
20
+
To enable it simply replace tcp with either:
21
+
22
+
*`tls` to enable secure socket communication
23
+
*`ssl` or `tls12` to enable secure socket communication **allowing only TLS 1.2** encryption
24
+
25
+
thus your connection scheme changes to `-P stratum+tls://[...]` or `-P stratum+tls12://[...]`. Same applies for `stratum1` and `stratum2`
26
+
27
+
## Only for version 0.16+ (older versions not affected)
28
+
29
+
Stratum autodetection has been introduced to mitigate user's duty to guess/find which stratum flavour to apply (stratum or stratum1 or stratum2).
30
+
If you want to let ethminer do the tests for you simply enter scheme as `stratum://` (note `+tcp` is missing) or `stratums://` for secure socket or `stratumss://` for secure socket **allowing only TLS 1.2** encryption.
31
+
32
+
## Common samples
33
+
34
+
Here you can find a collection of samples to connect to most commonly used ethash pools. (alphabetic order).
35
+
36
+
* Stratum connection is **always to be preferred** over **getwork** when pool offers it due to its better network latency.
6
37
* If possible the samples use a protocol which supports reporting of hashrate (`--report-hashrate`) if pool supports this.
7
38
8
39
**Check for updates in the pool connection settings visiting the pools homepage.**
@@ -37,6 +68,7 @@ The servers are listed in alphabetical order. To get best results reorder them f
0 commit comments