Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 0f640b9

Browse files
committedJun 5, 2018
Docs tweaks.
1 parent 8007673 commit 0f640b9

File tree

2 files changed

+136
-120
lines changed

2 files changed

+136
-120
lines changed
 

‎CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
56

67
## Unreleased
8+
79
### Added
8-
- Add --tstop and --tstart option preventing GPU overheating [#1146](https://github.com/ethereum-mining/ethminer/pull/1146), [#1159](https://github.com/ethereum-mining/ethminer/pull/1159).
10+
11+
- Add `--tstop` and `--tstart` option preventing GPU overheating [#1146](https://github.com/ethereum-mining/ethminer/pull/1146), [#1159](https://github.com/ethereum-mining/ethminer/pull/1159).
912
- Added information about ordering CUDA devices in the README.md FAQ [#1162](https://github.com/ethereum-mining/ethminer/pull/1162).
13+
1014
### Fixed
15+
1116
- Reconnecting with mining pool improved [#1135](https://github.com/ethereum-mining/ethminer/pull/1135).
1217
- Stratum nicehash. Avoid recalculating target with every job [#1156](https://github.com/ethereum-mining/ethminer/pull/1156).
1318
- Drop duplicate stratum jobs (pool bug workaround) [#1161](https://github.com/ethereum-mining/ethminer/pull/1161).
1419
- CLI11 command line parsing support added [#1160](https://github.com/ethereum-mining/ethminer/pull/1160).
1520
- Build fixes & improvements [#1214](https://github.com/ethereum-mining/ethminer/pull/1214).
21+
1622
### Removed
23+
1724
- Disabled Debug configuration for Visual Studio [#69](https://github.com/ethereum-mining/ethminer/issues/69) [#1131](https://github.com/ethereum-mining/ethminer/pull/1131).

‎POOL_EXAMPLES_ETH.md

+127-118
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Pool Examples for ETH
2+
23
This is a collection of examples how to connect ethminer to your favorite ETH pool (alphabetic order).
34

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.
56
* If possible the samples use a protocol which supports reporting of hashrate (`--report-hashrate`) if pool supports this.
67

78
**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
1011

1112
We tried to merge the requirements of the variables so they match all pools.
1213

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` |
2122

2223
## Servers
24+
2325
The servers are listed in alphabetical order. To get best results reorder them from nearest to farest distance depending on your geographic location.
2426

2527
## 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/> |
3740

3841

3942

4043
### 2miners.com
4144

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+
```
4548

4649
### dwarfpool.org
4750

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+
```
8186

8287

8388
### ethermine.org
8489

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+
```
9298

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+
```
100107

101108

102109
### ethpool.org
103110

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+
```
109116

110117

111118
### f2pool.com
112119

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+
```
116123

117124

118125
### miningpoolhub.com
119126

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+
```
125132

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.
127134

128135

129136
### nanopool.org
130137

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+
```
148157

149158

150159
### nicehash.com
151160

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+
```
160169

161170

162171
### sparkpool.com
163172

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

Comments
 (0)
This repository has been archived.