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.
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.
All of this is enforced by the actual block template the pool sends to your miner. You can verify it 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.
git clone https://github.com/mweinberg/stratum-speed-test.git
cd stratum-speed-test
python -m pip install requests
verify_pool.py against EchoPoolReplace 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:
solo.echopool.org:3333YOUR_BTC_ADDRESS as the usernameYou 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.
bc1...) outputs.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:
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]