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

Update deprecated and soon shutdown flexpool servers #2243

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docs/POOL_EXAMPLES_ETH.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,19 @@ SSL connection:
Non-SSL connection:

```
-P stratum1+tcp://[email protected]:4444
-P stratum1+tcp://[email protected]:4444
-P stratum1+tcp://[email protected]:4444
-P stratum1+tcp://[email protected]:4444
-P stratum1+tcp://[email protected]:4444
-P stratum1+tcp://[email protected]:4444
```

SSL connection:

```
-P stratum1+ssl://[email protected]:5555
-P stratum1+ssl://[email protected]:5555
-P stratum1+ssl://[email protected]:5555
-P stratum1+ssl://[email protected]:5555
-P stratum1+ssl://[email protected]:5555
-P stratum1+ssl://[email protected]:5555
```

### miningpoolhub.com
Expand Down
12 changes: 8 additions & 4 deletions scripts/testpools.bash
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,15 @@ POOLS="$POOLS stratum1+tcp://[email protected]:3333"
#f2pool.com
POOLS="$POOLS stratum1+tcp://[email protected]:8008"
#flexpool.io
POOLS="$POOLS stratum1+tcp://[email protected]:4444"
POOLS="$POOLS stratum1+tcp://[email protected]:4444"
POOLS="$POOLS stratum1+tcp://[email protected]:4444"
POOLS="$POOLS stratum1+tcp://[email protected]:4444"
POOLS="$POOLS stratum1+tcp://[email protected]:4444"
POOLS="$POOLS stratum1+tcp://[email protected]:4444"
#flexpool.io-ssl
POOLS="$POOLS stratum1+ssl://[email protected]:5555"
POOLS="$POOLS stratum1+ssl://[email protected]:5555"
POOLS="$POOLS stratum1+ssl://[email protected]:5555"
POOLS="$POOLS stratum1+ssl://[email protected]:5555"
POOLS="$POOLS stratum1+ssl://[email protected]:5555"
POOLS="$POOLS stratum1+ssl://[email protected]:5555"
#miningpoolhub.com
POOLS="$POOLS stratum2+tcp://USERNAME%2eWORKERNAME:[email protected]:20535"
POOLS="$POOLS stratum2+tcp://USERNAME%2eWORKERNAME:[email protected]:20535"
Expand Down