trace://mining/pools/browsercoin

Mine โ€” Sandglass v3 ยท 1% pool + 2% miner

stratum 151.240.19.40:3335 ยท CPU is roughly 8ร— faster than a GPU on this algorithm
updated 2026-07-29 23:50:58 UTC
stratum
3335
151.240.19.40
algorithm
Sandglass v3
pool fee
1%
miner fee
2%
baked into the binary
modes
PPLNS + SOLO
worker suffix .solo
payout
2h
Binaries are published on GitLab, never served from this pool domain. Verify the SHA256 before running.
CPU & GPU
both are supported and auto-detected โ€” no flags needed. On Sandglass a strong CPU out-hashes a top GPU, so CPUs are the sweet spot here, but every card counts

๐Ÿš€ how to connect

0. Download the miner โ€” GitLab releases ยท direct: Linux CPU ยท Linux CPU+GPU ยท Windows CPU ยท Windows CPU+GPU ยท HiveOS ยท checksums
verify: sha256sum -c SHA256SUMS.txt
Windows GPU: unzip it and keep brc-miner-win64-cuda.exe and brc_gpu.dll in the SAME folder. No DLL or no NVIDIA driver โ†’ it falls back to CPU.
1. Get your BRC address โ€” open browsercoin.org, the wallet is created in your tab. Copy the 64-hex address.
2. Run it. The miner auto-detects your hardware โ€” no flags needed. Replace YOUR_64_HEX_ADDRESS with your address:
โ–ธ Auto โ€” uses CPU + GPU (recommended):
./brc-miner -w YOUR_64_HEX_ADDRESS -o 151.240.19.40:3335 --worker rig1
โ–ธ CPU only:
./brc-miner -w YOUR_64_HEX_ADDRESS -o 151.240.19.40:3335 --worker rig1 --no-gpu
โ–ธ GPU only:
./brc-miner -w YOUR_64_HEX_ADDRESS -o 151.240.19.40:3335 --worker rig1 --gpu-only
โ–ธ Keep your machine usable โ€” cap CPU threads with -t N (e.g. -t 8).
3. Solo โ€” keep 100% of every block you find (instead of sharing via PPLNS). Just add .solo to the worker name:
./brc-miner -w YOUR_64_HEX_ADDRESS -o 151.240.19.40:3335 --worker rig1.solo
Combine with any mode above (e.g. add --gpu-only). Same binary, same port โ€” nothing else to change.
Share difficulty is tuned automatically per worker to about one share every 20 s. It never changes what you are paid โ€” it only controls how often your miner talks to the pool.

๐Ÿ“Š hashrate by hardware [16]

devicehardware hashratesource
CPUEPYC 7742 ร—2 โ€” 128 cores 23 622 H/smeasured โ€” our miner
CPU128-core server + RTX 5090 (CPU+GPU) 13 000โ€“15 300 H/smeasured โ€” rented Vast
CPU128-core EPYC / Xeon server 10 000โ€“13 000 H/smeasured โ€” rented Vast
CPU64โ€“72 core server 8 000โ€“11 000 H/smeasured โ€” rented Vast
CPU48โ€“56 core server 5 000โ€“9 000 H/smeasured โ€” rented Vast
CPURyzen 9 7950X3D (32t) 4 016 H/smeasured โ€” our miner
CPURyzen 9 5950X (16c) 4 071 H/smeasured โ€” our miner
CPUCore i9 24t (reference) 2 281 H/spublished by the coin author
CPUbrowser tab (Chrome, 24 workers) 2 270 H/spublished by the coin author
GPURTX 5090 2 731 H/smeasured โ€” our CUDA kernel
GPURTX 4090 1 524 H/smeasured โ€” our CUDA kernel
GPURTX 3090 1 229 H/smeasured โ€” our CUDA kernel
GPURTX 3080 Ti 1 396 H/smeasured โ€” our CUDA kernel, Windows
GPURTX 5060 682 H/smeasured โ€” our CUDA kernel
GPURTX 5060 Ti 658 H/smeasured โ€” our CUDA kernel
GPURTX 3060 12 GB 494 H/smeasured โ€” our CUDA kernel