← pool

mining BRC on NurseryPool

Everything specific to BrowserCoin on this pool.

general documentation

start in two minutes

  1. Get a BRC address from the browsercoin.org wallet.
  2. Install FulgurMiner.
  3. Run the command below.
  4. Open your miner page.

FulgurMiner  Linux x86_64 · Windows x86_64 · SHA256SUMS

No registration, no account.

settings at a glance

algorithmSandglass v3
host and portbrc.nurserypool.com/pool
difficultyautomatic (vardiff)
pool fee1 %
payout threshold1 BRC
block maturity101 confirmations
block reward50 BRC

how your share is computed

A round runs from one block to the next.

The reward is split in proportion to real work.

A coinbase reward matures after 101 confirmations.

optimised Linux miner

Sandglass spends its time waiting on memory. Its 512 KiB buffer sits across 128 pages of 4 KB, which thrashes the TLB on every access. A single 2 MB huge page removes that cost entirely. FulgurMiner does this on Windows only — the Linux path falls back to an ordinary allocation.

stockpatched
one core207 H/s262 H/s
16 threads3 268 H/s4 158 H/s
32 threads (SMT)4 571 H/s6 457 H/s

One command — it installs Rust in its own folder, clones FulgurMiner, applies the patch and builds:

curl -fsSL https://brc.nurserypool.com/dl/install-brc-miner.sh | sh

Piping a script into a shell means running code you have not read. If you would rather check first — and you should:

1 — download it

curl -fsSL -O https://brc.nurserypool.com/dl/install-brc-miner.sh

2 — compare the checksum

sha256sum install-brc-miner.sh

expected:

3e37bcc3145e9a156d5a961f67b05d6e6b98cc2a92fac986584c4797943adf13

3 — read the 297 lines, then run it

less install-brc-miner.sh && sh install-brc-miner.sh

Everything lands in ./fulgur-brc: no root, no sysctl, no service, no change to your shell. rm -rf fulgur-brc removes all of it, and a reboot has nothing to undo.

You do not have to take our word for it: before finishing, the script replays FulgurMiner's own parity harness, which compares the patched core against the reference implementation on frozen vectors and on real blocks pulled from the chain. If a single hash differed, it would stop. The patch is 70 lines of Rust on top of FulgurMiner (MIT, alpenmilch411).

if something is wrong

one honest word

BrowserCoin is a very young coin.