Bitcoin Forum
April 12, 2026, 06:35:54 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Let me Win! BCH Pool — Hybrid payout + low hash competition  (Read 52 times)
biesse (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 03, 2026, 05:31:47 PM
 #1

Let me Win! — BCH Mining Pool

A transparent Bitcoin Cash mining pool focused on:
- fair reward distribution
- low hash competition
- public verifiable stats
- long-term miner incentives

🌐 Pool URL
https://lmwpool.cloud

📊 Public listing
The pool is already visible on MiningPoolStats:
https://miningpoolstats.stream/bitcoincash

→ external tracking 
→ real hashrate visibility 
→ independent verification 

No hidden metrics.

⚙️ Stratum endpoints

Small miners:
stratum+tcp://lmwpool.cloud:3333

Medium miners:
stratum+tcp://lmwpool.cloud:4444

Large miners:
stratum+tcp://lmwpool.cloud:5555

Username:
YOUR_BCH_ADDRESS.worker

Password:
x

💰 Hybrid payout model

- 89.5% → block finder
- 5% → round contributors
- 5% → fidelity (loyalty reward)
- 0.5% → pool fee

This model rewards both luck (block finder) and consistent participation.

📊 Public stats & transparency

- Live stats: https://lmwpool.cloud/stats/
- Workers: https://lmwpool.cloud/workers.html
- API: https://lmwpool.cloud/api

All metrics are publicly accessible.

🚀 Why join now?

The pool is currently in early growth phase.

→ Lower total hashrate compared to large pools 
→ Higher expected reward per TH 
→ Better visibility for individual miners 

Your hashrate actually matters here.

💎 Fidelity system

Miners contributing over time receive additional rewards.
Long-term participation is tracked and incentivized.

---

The pool is actively maintained and continuously improved.
Feedback is welcome.
biesse (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 08, 2026, 09:10:21 AM
 #2

[ANN] LMW Pool — BTC / BCH on MiningPoolStats + XEC Solo Pool (ckpool -x -B)

 Hi everyone,
We’re glad to introduce LMW Pool, a multi-coin mining pool built with a strong focus on
transparency, clean architecture and verifiable reward logic.

CURRENT STATUS
LMW Pool is now publicly listed on MiningPoolStats (https://miningpoolstats.stream/lmwpool.com_pools
) for:
- Bitcoin (BTC)
- Bitcoin Cash (BCH)


POOL ARCHITECTURE

BTC
- Miningcore-based pool
- Production-ready setup
- Real-time stats and API endpoints

BCH
- Miningcore production setup
- PostgreSQL backend
- Multi-port difficulty tuning (3333 / 4444 / 5555)

XEC (eCash)
- ckpool-based solo pool
- Bitcoin ABC node
- Direct payout model

XEC DESIGN CHOICE
We run XEC in:
ckpool -x -B mode (direct payout)
- miners connect using their own payout address
- block reward goes directly on-chain to the winner
- pool keeps 1% donation
- no custodial wallet
- no delayed payouts

WHY THIS MODEL
transparency (on-chain payouts)
- trust (no pool-held balances)
- simplicity (no payout scripts)
- consensus safety (correct coinbase handling)

VERIFICATION
Each block is validated via:
1. ckpool logs
2. on-chain inspection
3. coinbase outputs

ENDPOINT
stratum+tcp://xec.lmwpool.com:7333
Worker:
ecash:YOUR_ADDRESS.workername

ROADMAP
- first XEC block validation
- stress testing
- possible hybrid payout model

CONTACT
Telegram: https://t.me/lmwpool_bch
Email: info@lmwpool.cloud
Thanks,
LMW Pool
biesse (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 09, 2026, 08:58:02 AM
 #3

🚀 First block mined on XEC (SOLO mining)!
https://xec.lmwpool.com
stratum+tcp://xec.lmwpool.com:7333


Our pool just successfully mined a block on the eCash network — fully validated and confirmed on-chain.

https://explorer.e.cash/block/00000000000000001dd4484fdd315df0c4fc3fa1e6ce5b545517165c53f93d7e

🔎 Key details: • Block height: 943974
 • Reward received: ~1.81M XEC
 • Status: confirmed (maturing)
 • Infrastructure: fully self-managed node + pool stack

This confirms that our system is working end-to-end: mining → block discovery → validation → reward → wallet.

We’re now moving toward: ⚡ automated payouts
 📊 enhanced monitoring
 🌐 broader network visibility
Stay tuned — more blocks coming.
#eCash #XEC #CryptoMining #Blockchain #MiningPool
biesse (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
April 11, 2026, 08:57:52 AM
 #4

🚀 Another block found on our XEC SOLO pool.

Let me Win! Pool has just solved another eCash block on mainnet.  Production is live, blocks are real, and the pool keeps moving.
https://xec.lmwpool.com/last-block.html

 ✅ XEC mainnet live
 ✅ Real miners connected
 ✅ Real blocks found
 ✅ Public stats and monitoring available

XEC SOLO Pool: https://xec.lmwpool.com
stratum+tcp://xec.lmwpool.com:7333

#XEC #eCash #Mining #CryptoMining #SoloMining #Blockchain
gaelium
Newbie
*
Offline Offline

Activity: 16
Merit: 2


View Profile
April 11, 2026, 07:56:59 PM
 #5

Congrats on the first XEC blocks, always a good feeling when the whole stack works end to end for the first time.

The hybrid payout model is interesting, 89.5% to block finder + 5% round contributors + 5% fidelity is a nice way to balance between solo and pool mining. I run a YiiMP based setup myself and I went with straight proportional payouts but I can see the appeal of rewarding loyalty on top of that.

One question about the ckpool -x -B mode for XEC, how are you handling the case where a miner disconnects right after finding a block?
Since the reward goes directly to their address in the coinbase theres no issue there but do you have any monitoring in place to catch orphaned blocks before the miner thinks they got paid?

Anyway nice clean setup, good luck growing the hashrate  Wink
biesse (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
Today at 08:39:21 AM
 #6

Thank you for the feedback!

Good question.
In ckpool -x -B mode the payout is embedded directly in the coinbase, so if a miner disconnects right after submitting the winning share it doesn’t affect who gets paid — the address is already fixed in the block template. The real issue is not the disconnect, but whether the block actually makes it into the chain.
On our side we don’t treat a “block found” event as final. We track three separate states:

block found by the pool
block accepted on-chain
block matured

So even if the miner disconnects immediately after a valid submit, we still verify the block via node/wallet before considering it effectively “paid”. If it ends up orphaned/stale, it simply never reaches the confirmed/mature stage.

In short: disconnect doesn’t matter for payout ownership, but we rely on post-submit chain validation rather than assuming the miner got paid.

Thank you for interacting!

Kind regards.
Bruno



Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!