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

Commit 32072c3

Browse files
authoredMay 10, 2020
Add flexpool.io to testpools.bash
1 parent 946f6ad commit 32072c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎scripts/testpools.bash

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ POOLS="$POOLS stratum1+tcp://ETH_WALLET.WORKERNAME@eu1.ethpool.org:3333"
7070
POOLS="$POOLS stratum1+tcp://ETH_WALLET.WORKERNAME@us1.ethpool.org:3333"
7171
#f2pool.com
7272
POOLS="$POOLS stratum1+tcp://ETH_WALLET.WORKERNAME@eth.f2pool.com:8008"
73+
#flexpool.io
74+
POOLS="$POOLS stratum1+tcp://ETH_WALLET.WORKERNAME@eu.flexpool.io:4444"
75+
POOLS="$POOLS stratum1+tcp://ETH_WALLET.WORKERNAME@us.flexpool.io:4444"
76+
#flexpool.io-ssl
77+
POOLS="$POOLS stratum1+ssl://ETH_WALLET.WORKERNAME@eu.flexpool.io:5555"
78+
POOLS="$POOLS stratum1+ssl://ETH_WALLET.WORKERNAME@us.flexpool.io:5555"
7379
#miningpoolhub.com
7480
POOLS="$POOLS stratum2+tcp://USERNAME%2eWORKERNAME:WORKERPWD@asia.ethash-hub.miningpoolhub.com:20535"
7581
POOLS="$POOLS stratum2+tcp://USERNAME%2eWORKERNAME:WORKERPWD@europe.ethash-hub.miningpoolhub.com:20535"

0 commit comments

Comments
 (0)
This repository has been archived.