Terminal
Terminal miner
Node 20+. Clone, install, and mine into the brcove pool.
git clone https://github.com/brcove/brcove.com && cd brcove.com && npm installnpm run mine -- --address <your-address>That one command mines into the brcove pool — 0% fee, PPLNS, rewards paid straight to
--address (just an address; no private key leaves your machine). To mine into a different pool, or your own self-hosted copy, add --pool <url>.Flags
--address <64-hex>— address that gets your reward.--pool <url>— pool to mine into. Defaults tohttps://brcove.com.--threads <N>— worker count. Defaults sensibly.--label <name>— tag for the log lines.--key <path>— mine to a local keypair instead of--address.
Output
$ npm run mine -- --address fa394e72…f4ef [miner] pool=https://brcove.com node=https://api1.browsercoin.org payout=fa394e72…f4ef (external) threads=2 [miner] syncing chain… [miner] synced to height 19092 [miner] 2 workers ready; mining height 19093 [miner] 365 H/s shares=12 height=19093 unflushed=4 [miner] flushed 19 shares (accepted 19, lifetime 31) [miner] 🎉 BLOCK FOUND height=19094 — flushing shares + submitting [miner] block submit → {"status":"added","height":19094}
Shares appear in seconds. Blocks are a Poisson lottery — but PPLNS pays you a slice of every recent block's reward in proportion to the shares you contributed, whether or not your machine lands the block itself.
Scripting fork activates 2026-07-05. Keep the client updated.