Mine BTX with a pool built by miners.

A community PPLNS pool for the post-quantum Bitcoin Knots fork with matmul proof-of-work. 2.50% fee, weekly batched payouts, no minimum. Solo-operated and open source.

Start mining โ†’ Live dashboard
Pool at a glance
Chain height
110746
Active workers (24h)
0
Blocks found (24h)
0
Blocks matured (all-time)
0
Paid out (BTX, all-time)
0.00
Pool fee
2.50%
What is BTX?

BTX is a post-quantum hard fork of Bitcoin Knots. It replaces SHA-256 proof-of-work with a deterministic matrix-multiplication kernel that runs on commodity CPUs and consumer GPUs, and replaces ECDSA signatures with post-quantum primitives.

Why mine with minebtx?

Aligned economics

The 2.50% pool fee does not disappear into an operator's pocket. It accrues to a transparent user treasury whose address is published on the live dashboard and verifiable on-chain.

Weekly batched payouts, no minimum

Earnings accrue under PPLNS and pay out once a week. There's no minimum threshold โ€” small miners get paid the same way large miners do, just batched to keep network fees reasonable.

Built for the BTX network

The pool runs a custom block-forwarder that pushes newly-found blocks to fleet peers ahead of the BTX P2P gossip cadence, materially cutting orphan rate on a young low-peer-count network.

Open source & transparent

The pool server, miner client, and tooling are all open source at github.com/dexbtx. Live stats are public; full JSON at /stats.

Three steps to start mining
1

Get a BTX address

If you already run btxd, call btx-cli getnewaddress. Otherwise, see the setup guide for options.

2

Download the miner

Grab dexbtx-miner โ€” a single static binary for Linux, macOS, and Windows. Any BTX-compatible stratum miner works too.

3

Point it at the pool

Run with the pool stratum URL and your BTX address as the worker name:

dexbtx-miner \
  --pool stratum+tcp://stratum.minebtx.com:3333 \
  --address <YOUR_BTX_ADDRESS>
Heads-up. BTX is an early-stage chain. There are no exchange listings; liquidity is P2P/OTC only. Mine an amount you're comfortable holding โ€” and only point hardware you own at this pool.