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

added 'pool.binance.com', an example and a notice #2152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
14 changes: 14 additions & 0 deletions docs/POOL_EXAMPLES_ETH.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ The servers are listed in alphabetical order. To get best results reorder them f
| Pool Name | Pool Homepage | Details about connection |
| --------- | ------------- | - |
| [2miners.com](#2minerscom) | <https://2miners.com/> | <https://eth.2miners.com/en/help> |
| [pool.binance.com](#poolbinancecom) | <https://pool.binance.com/> | <https://www.binance.com/en/support/faq/f77a002dca084b22ab2e13ccf2f13f18> |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

| [dwarfpool.org](#dwarfpoolorg) | <https://dwarfpool.com/> | <https://dwarfpool.com/eth> |
| [ethermine.org](#ethermineorg) | <https://ethermine.org/> | <https://ethermine.org/> |
| [ethpool.org](#ethpoolorg) | <https://www.ethpool.org/> | <https://www.ethpool.org/> |
Expand All @@ -145,6 +146,19 @@ The servers are listed in alphabetical order. To get best results reorder them f
-P stratum1+tcp://[email protected]:2020
```

### pool.binance.com

Notice ⚠

* ETH_WALLET is not needed as it will directly mine to your MINING_ACCOUNT

```
-P stratum1+tcp://[email protected]:3333
-P stratum1+tcp://[email protected]:443
-P stratum1+tcp://[email protected]:25
-P stratum1+tcp://[email protected]:1800
```

### dwarfpool.org

With email
Expand Down