1
1
# Pool Examples for ETH
2
+
2
3
This is a collection of examples how to connect ethminer to your favorite ETH pool (alphabetic order).
3
4
4
- * Stratum connection is preferred than getwork connection due its better network latency.
5
+ * Stratum connection is preferred than getwork connection due to its better network latency.
5
6
* If possible the samples use a protocol which supports reporting of hashrate (` --report-hashrate ` ) if pool supports this.
6
7
7
8
** Check for updates in the pool connection settings visiting the pools homepage.**
@@ -10,163 +11,171 @@ This is a collection of examples how to connect ethminer to your favorite ETH po
10
11
11
12
We tried to merge the requirements of the variables so they match all pools.
12
13
13
- | Variables | Description | Sample |
14
- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- ------ |
15
- | ETH_WALLET | Replace ` ETH_WALLET ` with your Ethereum walletnumber including leading 0x . | 0x1234567890ABCDEF1234567890abcdef12345678 |
16
- | WORKERNAME | ` WORKERNAME ` may only contain letters and numbers. Some pools also only allow up to max 8 characters! | pl1rig01|
17
- | EMAIL | ` EMAIL ` may contain letters, numbers, underscores, dashes, dots and the @-sign. It ** must** contain a @-sign and a dot! | joe1.doe_jr-ny@acme.com |
18
- | USERNAME | ` USERNAME ` got from the pool (like [ miningpoolhub.com] ( #miningpoolhubcom ) ) | my_username |
19
- | WORKERPWD | ` WORKERPWD ` is the password got from the pool for the worker (like [ miningpoolhub.com] ( #miningpoolhubcom ) ) - if you have no password set try using 'x' | my_workerpwd |
20
- | BTC_WALLET | As some pools honor your work in BTC (eg [ nicehash.com] ( #nicehashcom ) ) ` BTC_WALLET ` is your Bitcoin wallet address | 1A2b3C4d5e5F6g7H8I9j0kLmNoPqRstUvW |
14
+ | Variables | Description | Sample |
15
+ | ------------ | ------------ | ------ |
16
+ | ` ETH_WALLET ` | Replace ` ETH_WALLET ` with your Ethereum wallet number including the leading ` 0x ` . | ` 0x1234567890ABCDEF1234567890abcdef12345678 ` |
17
+ | ` WORKERNAME ` | ` WORKERNAME ` may only contain letters and numbers. Some pools also only allow up to a maximum of 8 characters! | ` pl1rig01 ` |
18
+ | ` EMAIL ` | ` EMAIL ` may contain letters, numbers, underscores, dashes, dots and the @-sign. It ** must** contain a @-sign and a dot! | ` joe1.doe_jr-ny@acme.com ` |
19
+ | ` USERNAME ` | ` USERNAME ` you got from the pool (like [ miningpoolhub.com] ( #miningpoolhubcom ) ) | ` my_username ` |
20
+ | ` WORKERPWD ` | ` WORKERPWD ` is the password you got from the pool for the worker (like [ miningpoolhub.com] ( #miningpoolhubcom ) ) - if you have no password set try using 'x' | ` my_workerpwd ` |
21
+ | ` BTC_WALLET ` | As some pools honor your work in BTC (eg [ nicehash.com] ( #nicehashcom ) ) ` BTC_WALLET ` is your Bitcoin wallet address | ` 1A2b3C4d5e5F6g7H8I9j0kLmNoPqRstUvW ` |
21
22
22
23
## Servers
24
+
23
25
The servers are listed in alphabetical order. To get best results reorder them from nearest to farest distance depending on your geographic location.
24
26
25
27
## Pools (alphabetic order)
26
- | Pool Name | Pool Mainpage | Details about connection |
27
- | -------- | ---------------------------- | - |
28
- | [ 2miners.com] ( #2minerscom ) | https://2miners.com/ | https://eth.2miners.com/en/help |
29
- | [ dwarfpool.org] ( #dwarfpoolorg ) | https://dwarfpool.com/ | https://dwarfpool.com/eth |
30
- | [ ethermine.org] ( #ethermineorg ) | https://ethermine.org/ | https://ethermine.org/ |
31
- | [ ethpool.org] ( #ethpoolorg ) | https://www.ethpool.org/ | https://www.ethpool.org/ |
32
- | [ f2pool.com] ( #f2poolcom ) | https://www.f2pool.com/ | https://www.f2pool.com/help/?#tab-content-eth |
33
- | [ miningpoolhub.com] ( #miningpoolhubcom ) | https://miningpoolhub.com/ | https://ethereum.miningpoolhub.com/ |
34
- | [ nanopool.org] ( #nanopoolorg ) | https://nanopool.org/ | https://eth.nanopool.org/help |
35
- | [ nicehash.com] ( #nicehashcom ) | https://www.nicehash.com/ | https://www.nicehash.com/help/which-stratum-servers-are-available |
36
- | [ sparkpool.com] ( #sparkpoolcom ) | https://sparkpool.com/ | https://eth.sparkpool.com/ |
28
+
29
+ | Pool Name | Pool Homepage | Details about connection |
30
+ | --------- | ------------- | - |
31
+ | [ 2miners.com] ( #2minerscom ) | < https://2miners.com/ > | < https://eth.2miners.com/en/help > |
32
+ | [ dwarfpool.org] ( #dwarfpoolorg ) | < https://dwarfpool.com/ > | < https://dwarfpool.com/eth > |
33
+ | [ ethermine.org] ( #ethermineorg ) | < https://ethermine.org/ > | < https://ethermine.org/ > |
34
+ | [ ethpool.org] ( #ethpoolorg ) | < https://www.ethpool.org/ > | < https://www.ethpool.org/ > |
35
+ | [ f2pool.com] ( #f2poolcom ) | < https://www.f2pool.com/ > | < https://www.f2pool.com/help/?#tab-content-eth > |
36
+ | [ miningpoolhub.com] ( #miningpoolhubcom ) | < https://miningpoolhub.com/ > | < https://ethereum.miningpoolhub.com/ > |
37
+ | [ nanopool.org] ( #nanopoolorg ) | < https://nanopool.org/ > | < https://eth.nanopool.org/help > |
38
+ | [ nicehash.com] ( #nicehashcom ) | < https://www.nicehash.com/ > | < https://www.nicehash.com/help/which-stratum-servers-are-available > |
39
+ | [ sparkpool.com] ( #sparkpoolcom ) | < https://sparkpool.com/ > | < https://eth.sparkpool.com/ > |
37
40
38
41
39
42
40
43
### 2miners.com
41
44
42
- ```
43
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth.2miners.com:2020
44
- ```
45
+ ```
46
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth.2miners.com:2020
47
+ ```
45
48
46
49
### dwarfpool.org
47
50
48
- With email
49
- ```
50
- -P stratum1+tcp://ETH_WALLET@eth-ar.dwarfpool.com:8008/WORKERNAME/EMAIL
51
- -P stratum1+tcp://ETH_WALLET@eth-asia.dwarfpool.com:8008/WORKERNAME/EMAIL
52
- -P stratum1+tcp://ETH_WALLET@eth-au.dwarfpool.com:8008/WORKERNAME/EMAIL
53
- -P stratum1+tcp://ETH_WALLET@eth-br.dwarfpool.com:8008/WORKERNAME/EMAIL
54
- -P stratum1+tcp://ETH_WALLET@eth-cn.dwarfpool.com:8008/WORKERNAME/EMAIL
55
- -P stratum1+tcp://ETH_WALLET@eth-cn2.dwarfpool.com:8008/WORKERNAME/EMAIL
56
- -P stratum1+tcp://ETH_WALLET@eth-eu.dwarfpool.com:8008/WORKERNAME/EMAIL
57
- -P stratum1+tcp://ETH_WALLET@eth-hk.dwarfpool.com:8008/WORKERNAME/EMAIL
58
- -P stratum1+tcp://ETH_WALLET@eth-sg.dwarfpool.com:8008/WORKERNAME/EMAIL
59
- -P stratum1+tcp://ETH_WALLET@eth-ru.dwarfpool.com:8008/WORKERNAME/EMAIL
60
- -P stratum1+tcp://ETH_WALLET@eth-ru2.dwarfpool.com:8008/WORKERNAME/EMAIL
61
- -P stratum1+tcp://ETH_WALLET@eth-us.dwarfpool.com:8008/WORKERNAME/EMAIL
62
- -P stratum1+tcp://ETH_WALLET@eth-us2.dwarfpool.com:8008/WORKERNAME/EMAIL
63
- ```
64
-
65
- Without email
66
- ```
67
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-ar.dwarfpool.com:8008
68
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-asia.dwarfpool.com:8008
69
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-au.dwarfpool.com:8008
70
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-br.dwarfpool.com:8008
71
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-cn.dwarfpool.com:8008
72
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-cn2.dwarfpool.com:8008
73
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-eu.dwarfpool.com:8008
74
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-hk.dwarfpool.com:8008
75
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-sg.dwarfpool.com:8008
76
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-ru.dwarfpool.com:8008
77
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-ru2.dwarfpool.com:8008
78
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-us.dwarfpool.com:8008
79
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-us2.dwarfpool.com:8008
80
- ```
51
+ With email
52
+
53
+ ```
54
+ -P stratum1+tcp://ETH_WALLET@eth-ar.dwarfpool.com:8008/WORKERNAME/EMAIL
55
+ -P stratum1+tcp://ETH_WALLET@eth-asia.dwarfpool.com:8008/WORKERNAME/EMAIL
56
+ -P stratum1+tcp://ETH_WALLET@eth-au.dwarfpool.com:8008/WORKERNAME/EMAIL
57
+ -P stratum1+tcp://ETH_WALLET@eth-br.dwarfpool.com:8008/WORKERNAME/EMAIL
58
+ -P stratum1+tcp://ETH_WALLET@eth-cn.dwarfpool.com:8008/WORKERNAME/EMAIL
59
+ -P stratum1+tcp://ETH_WALLET@eth-cn2.dwarfpool.com:8008/WORKERNAME/EMAIL
60
+ -P stratum1+tcp://ETH_WALLET@eth-eu.dwarfpool.com:8008/WORKERNAME/EMAIL
61
+ -P stratum1+tcp://ETH_WALLET@eth-hk.dwarfpool.com:8008/WORKERNAME/EMAIL
62
+ -P stratum1+tcp://ETH_WALLET@eth-sg.dwarfpool.com:8008/WORKERNAME/EMAIL
63
+ -P stratum1+tcp://ETH_WALLET@eth-ru.dwarfpool.com:8008/WORKERNAME/EMAIL
64
+ -P stratum1+tcp://ETH_WALLET@eth-ru2.dwarfpool.com:8008/WORKERNAME/EMAIL
65
+ -P stratum1+tcp://ETH_WALLET@eth-us.dwarfpool.com:8008/WORKERNAME/EMAIL
66
+ -P stratum1+tcp://ETH_WALLET@eth-us2.dwarfpool.com:8008/WORKERNAME/EMAIL
67
+ ```
68
+
69
+ Without email
70
+
71
+ ```
72
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-ar.dwarfpool.com:8008
73
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-asia.dwarfpool.com:8008
74
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-au.dwarfpool.com:8008
75
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-br.dwarfpool.com:8008
76
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-cn.dwarfpool.com:8008
77
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-cn2.dwarfpool.com:8008
78
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-eu.dwarfpool.com:8008
79
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-hk.dwarfpool.com:8008
80
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-sg.dwarfpool.com:8008
81
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-ru.dwarfpool.com:8008
82
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-ru2.dwarfpool.com:8008
83
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-us.dwarfpool.com:8008
84
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-us2.dwarfpool.com:8008
85
+ ```
81
86
82
87
83
88
### ethermine.org
84
89
85
- Non-SSL connection:
86
- ```
87
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@asia1.ethermine.org:4444
88
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eu1.ethermine.org:4444
89
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@us1.ethermine.org:4444
90
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@us2.ethermine.org:4444
91
- ```
90
+ Non-SSL connection:
91
+
92
+ ```
93
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@asia1.ethermine.org:4444
94
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eu1.ethermine.org:4444
95
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@us1.ethermine.org:4444
96
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@us2.ethermine.org:4444
97
+ ```
92
98
93
- SSL connection:
94
- ```
95
- -P stratum1+ssl://ETH_WALLET.WORKERNAME@asia1.ethermine.org:5555
96
- -P stratum1+ssl://ETH_WALLET.WORKERNAME@eu1.ethermine.org:5555
97
- -P stratum1+ssl://ETH_WALLET.WORKERNAME@us1.ethermine.org:5555
98
- -P stratum1+ssl://ETH_WALLET.WORKERNAME@us2.ethermine.org:5555
99
- ```
99
+ SSL connection:
100
+
101
+ ```
102
+ -P stratum1+ssl://ETH_WALLET.WORKERNAME@asia1.ethermine.org:5555
103
+ -P stratum1+ssl://ETH_WALLET.WORKERNAME@eu1.ethermine.org:5555
104
+ -P stratum1+ssl://ETH_WALLET.WORKERNAME@us1.ethermine.org:5555
105
+ -P stratum1+ssl://ETH_WALLET.WORKERNAME@us2.ethermine.org:5555
106
+ ```
100
107
101
108
102
109
### ethpool.org
103
110
104
- ```
105
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@asia1.ethpool.org:3333
106
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eu1.ethpool.org:3333
107
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@us1.ethpool.org:3333
108
- ```
111
+ ```
112
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@asia1.ethpool.org:3333
113
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eu1.ethpool.org:3333
114
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@us1.ethpool.org:3333
115
+ ```
109
116
110
117
111
118
### f2pool.com
112
119
113
- ```
114
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth.f2pool.com:8008
115
- ```
120
+ ```
121
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth.f2pool.com:8008
122
+ ```
116
123
117
124
118
125
### miningpoolhub.com
119
126
120
- ```
121
- -P stratum2+tcp://USERNAME.WORKERNAME:WORKERPWD@asia.ethash-hub.miningpoolhub.com:20535
122
- -P stratum2+tcp://USERNAME.WORKERNAME:WORKERPWD@europe.ethash-hub.miningpoolhub.com:20535
123
- -P stratum2+tcp://USERNAME.WORKERNAME:WORKERPWD@us-east.ethash-hub.miningpoolhub.com:20535
124
- ```
127
+ ```
128
+ -P stratum2+tcp://USERNAME.WORKERNAME:WORKERPWD@asia.ethash-hub.miningpoolhub.com:20535
129
+ -P stratum2+tcp://USERNAME.WORKERNAME:WORKERPWD@europe.ethash-hub.miningpoolhub.com:20535
130
+ -P stratum2+tcp://USERNAME.WORKERNAME:WORKERPWD@us-east.ethash-hub.miningpoolhub.com:20535
131
+ ```
125
132
126
- HINT: It seems the password is not being verified by the pool so you can use simple 'x' as WORKERPWD.
133
+ HINT: It seems the password is not being verified by the pool so you can use simple 'x' as WORKERPWD.
127
134
128
135
129
136
### nanopool.org
130
137
131
- With email:
132
- ```
133
- -P stratum1+tcp://ETH_WALLET@eth-asia1.nanopool.org:9999/WORKERNAME/EMAIL
134
- -P stratum1+tcp://ETH_WALLET@eth-eu1.nanopool.org:9999/WORKERNAME/EMAIL
135
- -P stratum1+tcp://ETH_WALLET@eth-eu2.nanopool.org:9999/WORKERNAME/EMAIL
136
- -P stratum1+tcp://ETH_WALLET@eth-us-east1.nanopool.org:9999/WORKERNAME/EMAIL
137
- -P stratum1+tcp://ETH_WALLET@eth-us-west1.nanopool.org:9999/WORKERNAME/EMAIL
138
- ```
139
-
140
- Without email:
141
- ```
142
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-asia1.nanopool.org:9999
143
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-eu1.nanopool.org:9999
144
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-eu2.nanopool.org:9999
145
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-us-east1.nanopool.org:9999
146
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-us-west1.nanopool.org:9999
147
- ```
138
+ With email:
139
+
140
+ ```
141
+ -P stratum1+tcp://ETH_WALLET@eth-asia1.nanopool.org:9999/WORKERNAME/EMAIL
142
+ -P stratum1+tcp://ETH_WALLET@eth-eu1.nanopool.org:9999/WORKERNAME/EMAIL
143
+ -P stratum1+tcp://ETH_WALLET@eth-eu2.nanopool.org:9999/WORKERNAME/EMAIL
144
+ -P stratum1+tcp://ETH_WALLET@eth-us-east1.nanopool.org:9999/WORKERNAME/EMAIL
145
+ -P stratum1+tcp://ETH_WALLET@eth-us-west1.nanopool.org:9999/WORKERNAME/EMAIL
146
+ ```
147
+
148
+ Without email:
149
+
150
+ ```
151
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-asia1.nanopool.org:9999
152
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-eu1.nanopool.org:9999
153
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-eu2.nanopool.org:9999
154
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-us-east1.nanopool.org:9999
155
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eth-us-west1.nanopool.org:9999
156
+ ```
148
157
149
158
150
159
### nicehash.com
151
160
152
- ```
153
- -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.br.nicehash.com:3353
154
- -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.eu.nicehash.com:3353
155
- -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.hk.nicehash.com:3353
156
- -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.in.nicehash.com:3353
157
- -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.jp.nicehash.com:3353
158
- -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.usa.nicehash.com:3353
159
- ```
161
+ ```
162
+ -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.br.nicehash.com:3353
163
+ -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.eu.nicehash.com:3353
164
+ -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.hk.nicehash.com:3353
165
+ -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.in.nicehash.com:3353
166
+ -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.jp.nicehash.com:3353
167
+ -P stratum2+tcp://BTC_WALLET.WORKERNAME@daggerhashimoto.usa.nicehash.com:3353
168
+ ```
160
169
161
170
162
171
### sparkpool.com
163
172
164
- ```
165
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@cn.sparkpool.com:3333
166
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@eu.sparkpool.com:3333
167
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@jp.sparkpool.com:3333
168
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@kr.sparkpool.com:3333
169
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@na-west.sparkpool.com:3333
170
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@na-east.sparkpool.com:3333
171
- -P stratum1+tcp://ETH_WALLET.WORKERNAME@tw.sparkpool.com:3333
172
- ```
173
+ ```
174
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@cn.sparkpool.com:3333
175
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@eu.sparkpool.com:3333
176
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@jp.sparkpool.com:3333
177
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@kr.sparkpool.com:3333
178
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@na-west.sparkpool.com:3333
179
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@na-east.sparkpool.com:3333
180
+ -P stratum1+tcp://ETH_WALLET.WORKERNAME@tw.sparkpool.com:3333
181
+ ```
0 commit comments