EchoPool – Bitcoin Solo Mining

EchoPool is a true Bitcoin solo pool: if you find a block, the reward is paid directly to your Bitcoin address, on-chain, from the coinbase transaction.

1. Connection Details

Stratum URL:
stratum+tcp://solo.echopool.org:3333

Username: your Bitcoin address (bech32 bc1... recommended)
Password: anything (ignored)

This is pure solo mining – there are no accounts, no balances, no dashboard. Your wallet address is your account.

2. Fee & Payout Policy

All of this is enforced by the actual block template the pool sends to your miner. You can verify it yourself.

3. How to Verify Payouts Yourself

You don’t have to trust this web page. You can independently inspect the coinbase transaction the pool gives you using the open-source verify_pool.py tool from the stratum-speed-test project.

Step 1 – Clone the tool (on any Linux/macOS or WSL)

git clone https://github.com/mweinberg/stratum-speed-test.git
cd stratum-speed-test
python -m pip install requests

Step 2 – Run verify_pool.py against EchoPool

Replace YOUR_BTC_ADDRESS with the address you plan to mine with:

python verify_pool.py solo.echopool.org 3333 YOUR_BTC_ADDRESS

The script will:

You should see a breakdown similar to:

PAYOUT BREAKDOWN:
  Output #1: 99.00% → YOUR_BTC_ADDRESS
  Output #2:  1.00% → OPERATOR_DONATION_ADDRESS

VERIFICATION PASSED - YOUR ADDRESS FOUND!

If you ever want to double-check the configuration, you can rerun verify_pool.py at any time. It inspects the live job template, not a screenshot or a static config.

4. Risk & Expectations

Optional - Need a Bitcoin Miner?

If you are looking to buy a small Bitcoin miner for solo mining (including Bitaxe and other home-friendly ASICs), you can browse miners here:

SoloSatoshi - Bitcoin Miners

Disclosure: this link is an affiliate link. If you choose to purchase through it, I may receive a small commission at no additional cost to you.

Buying hardware from Solosatoshi.com completely optional - EchoPool works with any compatible Bitcoin miner and does not require purchasing through any specific vendor.

Contact: [email protected]