Operator tooling

xchain-regtest-miner

Auto-mines blocks for instant local development.

Where it fits

Mempool Regtest Miner New blocks

Development only; auto-mines so local testing gets instant confirmations.

What it is

The regtest miner watches the mempool on a local regtest network and mines blocks automatically, so development and testing get instant confirmations instead of waiting for real mining.

How it fits into the platform

Development and testing only. It pairs with the e2e-test suite to drive a full local stack and is never deployed to testnet or mainnet.

What it can do

  • Batches mempool transactions, then mines
  • Control API: send funds, fill mempool, set mining time
  • Regtest-only by design

Under the hood

  • JSON-RPC to the coin node
  • Mines via generatetoaddress

← All components