Useful Pool is an open, low-fee mining pool for BTX — the post-quantum, matmul proof-of-work chain. Point any minebtx-compatible miner at us, pool your hashrate with everyone else. Flat 3% fee, daily payouts, two-region propagation. Launching now — pilot in progress.
Solo-mining BTX means waiting days for a single block. A pool combines everyone's hashrate, finds blocks far more often, and splits the reward by the work you contributed — so your payouts are smooth and frequent instead of all-or-nothing.
Useful Pool speaks stratum/2.0-matmul — the same protocol as the open-source
minebtx miner. No new software to trust: use the client you already have and change one line.
We hand each GPU an easy share target so it submits proof-of-work every few seconds. You're credited (PPLNS) for every share. When a share also clears the network target, that's a block — and everyone who contributed gets paid.
Two full nodes (EU + US) with fast block propagation keep our orphan rate low, so the blocks we find actually stick. The pool builds and submits the block for you — you just mine.
If you already mine BTX with the minebtx client, you're one line away. New to BTX? The whole setup is ~2 minutes on any NVIDIA GPU (Pascal through Blackwell).
Install the open-source BTX miner (MIT-licensed):
# installs the dexbtx-miner client + GPU solver
curl -fsSL https://minebtx.com/install.sh | bashIn the miner config, set the pool URL to ours and your BTX payout address. That's the only change.
pool: url: stratum+tcp://stratum.usefulpool.com:3333 # live pilot endpoint (TLS :3334 at launch) address: btx1z<your-payout-address> worker: rig-1
Run the miner. Shares start flowing immediately and you're credited (PPLNS) for each one. Daily payouts to your address go live at public launch — no account, no custody of your coins.
dexbtx-miner --config your-config.yaml
stratum+tcp://stratum.usefulpool.com:3333us.usefulpool.comstratum+ssl://stratum.usefulpool.com:3334:3334 and the US endpoint land at public launch.
During the pilot, connect over :3333.One number, no surprises. A flat 3% pool fee on block rewards — the other 97% is split among miners by contributed shares (PPLNS).
| Useful Pool | Typical BTX pool | |
|---|---|---|
| Pool fee | 3% flat | 2.5–3% (+ hidden orphan loss) |
| Payout schedule | Daily | Weekly |
| Encrypted (TLS) stratum | 🔜 at launch | ✗ plaintext |
| Propagation nodes | EU + US | single region |
| Reward model | PPLNS | PPLNS / prop |
| Client | open-source (MIT) | open-source (MIT) |
stratum/2.0-matmul protocol of the open-source minebtx client. If you already mine BTX,
change one endpoint line. If you don't, install it with the one-liner above — it includes the GPU solver.