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

Commit 946f6ad

Browse files
authoredMay 10, 2020
Add flexpool.io pool example
1 parent 08f8697 commit 946f6ad

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎docs/POOL_EXAMPLES_ETH.md

+17
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ The servers are listed in alphabetical order. To get best results reorder them f
132132
| [ethermine.org](#ethermineorg) | <https://ethermine.org/> | <https://ethermine.org/> |
133133
| [ethpool.org](#ethpoolorg) | <https://www.ethpool.org/> | <https://www.ethpool.org/> |
134134
| [f2pool.com](#f2poolcom) | <https://www.f2pool.com/> | <https://www.f2pool.com/help/?#tab-content-eth> |
135+
| [flexpool.io](#flexpoolio) | <https://flexpool.io/> | <https://flexpool.io/docs/getting-started/> |
135136
| [miningpoolhub.com](#miningpoolhubcom) | <https://miningpoolhub.com/> | <https://ethereum.miningpoolhub.com/> |
136137
| [nanopool.org](#nanopoolorg) | <https://nanopool.org/> | <https://eth.nanopool.org/help> |
137138
| [nicehash.com](#nicehashcom) | <https://www.nicehash.com/> | <https://www.nicehash.com/help/which-stratum-servers-are-available> |
@@ -220,6 +221,22 @@ SSL connection:
220221
-P stratum1+tcp://ETH_WALLET.WORKERNAME@eth.f2pool.com:8008
221222
```
222223

224+
### flexpool.io
225+
226+
Non-SSL connection:
227+
228+
```
229+
-P stratum1+tcp://ETH_WALLET.WORKERNAME@eu.flexpool.io:4444
230+
-P stratum1+tcp://ETH_WALLET.WORKERNAME@us.flexpool.io:4444
231+
```
232+
233+
SSL connection:
234+
235+
```
236+
-P stratum1+ssl://ETH_WALLET.WORKERNAME@eu.flexpool.io:5555
237+
-P stratum1+ssl://ETH_WALLET.WORKERNAME@us.flexpool.io:5555
238+
```
239+
223240
### miningpoolhub.com
224241

225242
```

0 commit comments

Comments
 (0)
This repository has been archived.