Analysis updated 2026-05-18
Mine BrowserCoin in the background on your laptop or server without keeping a browser tab open.
Switch from the browser miner to the native Rust engine to roughly double your hash rate.
Run BrowserCoin mining on a remote server over SSH using only Node.js and a terminal.
Use Considerate mode to mine spare CPU capacity without slowing down other apps you're running.
| alpenmilch411/fulgurminer | abidoo22/pixelorama-mcp | aditya-pandey/slate | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | general | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
Default WASM engine needs only Node.js 20.6+, the faster native engine requires a one-time Rust install and compile step of about one minute.
FulgurMiner is a command-line miner for BrowserCoin, a cryptocurrency that uses the Argon2id proof-of-work algorithm. Instead of mining through a browser tab, you run it from your terminal, which means no open window, no foreground requirement, and the ability to use all CPU cores at full power. You provide your wallet address, and rewards go directly to it. The miner never asks for a password or private key. The tool supports solo mining and pool mining through a project-run pool called FulgurPool. It ships with two engine options: a portable WASM engine that runs with just Node.js installed, and an optional native Rust engine that is roughly 1.9 times faster per hash. On an Apple M5 with 10 cores, the README benchmarks the native engine at about 557 hashes per second compared to roughly 175 for a default browser tab, which the browser throttles to 60% of one core when it is focused. A Smart mode automatically finds the highest CPU throttle your machine can sustain, and a Considerate profile goes further by easing off when other applications need the CPU and ramping back up when the machine goes quiet. This lets you leave the miner running in the background without noticeably affecting other work. The number of worker threads defaults to all available cores but can be set manually. Setup involves installing Node.js 20.6 or newer, downloading or cloning the repository, and running npm install followed by npm start. A two-pane arrow-key menu then opens for configuration. The WASM engine needs no extra tooling. The native engine requires Rust and a one-time build step of about a minute. The README includes step-by-step instructions written for people with no terminal experience. The project runs on macOS and experimentally on Windows. A note in the README mentions a BrowserCoin scripting hard-fork activating on July 5, 2026, and solo miners should use version 0.2.0 or newer to follow the chain correctly after that upgrade. The source is MIT licensed.
A terminal-based BrowserCoin miner that runs a native Rust or WASM engine on all CPU cores, mines headless in the background, and sends rewards straight to your wallet.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Rust.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.