Terminal
Terminal miner
Node 20+. Clone, install, mine.
git clone https://github.com/pijemcolu/brc-pool && cd brc-pool && npm installnpm run mine -- --pool <pool-url> --payout <your-address>--payout is just an address. No private key leaves your machine.Flags
--pool <url>— pool to mine into. Required.--payout <64-hex>— address that gets your share.--threads <N>— worker count. Defaults sensibly.--label <name>— tag for the log lines.--key <path>— mine to a local keypair instead of--payout.
Output
$ npm run mine -- --pool https://<pool> --payout fa394e72…f4ef [a] sync complete — height 19092 [a] mining for fa394e72…f4ef · 2 threads [a] 365 H/s shares=12 height=19092 round-pending=4 [a] flushed 19 shares → round #1 (my total 31) [a] block found! height 19094 → submitted to pool
Shares appear in seconds. Blocks are a Poisson lottery; you earn your share of each round whether or not your machine lands the block.
Scripting fork activates 2026-07-05. Keep the client updated.