How It Works · Technology

Browser Mining: How Your Laptop Solves Scientific Problems While You Work

April 5, 20265 min readBrowser Mining · Technology · Science

Your laptop or desktop computer spends most of its life nearly idle. Even when you're actively working, the CPU is typically running at 5–20% capacity. Browser mining uses that spare compute power — in a background tab — to run verified scientific computations while you do everything else normally.

What Happens in a Mining Session

When you click "Start Mining" on Solvexoria, the browser:

  1. Fetches a small computation chunk from the server (a fragment of a scientific problem)
  2. Spawns a Web Worker — a background JavaScript thread that doesn't interfere with your browsing
  3. Runs the computation (protein folding simulation, water quality model, etc.) using deterministic algorithms
  4. Returns the result hash to the server
  5. Collects SXOR when 2+ miners confirm the same result
  6. Immediately fetches the next chunk and repeats

Web Workers: Why Mining Doesn't Slow You Down

The key technology behind browser mining is the Web Worker API. Web Workers run JavaScript in a completely separate thread from the main browser UI thread. This means the mining computation never competes with your web pages, videos, or other browser activity. You can have Solvexoria running in a background tab and never notice it's there — except in your wallet.

Compute Cost: What Is the Impact on Your Device?

Browser mining uses roughly 1 CPU core at moderate load. On a modern machine with 4–16 cores, this represents 6–25% additional CPU usage — less than most video streaming or gaming. Battery drain on a laptop is minimal compared to playing a video. The platform caps compute intensity to prevent overheating on weaker devices.

Mobile Mining

Solvexoria also supports mobile mining via the iOS and Android apps, which run compute tasks in the background using system-allocated background processing time. Mobile mining is gentler on battery than browser mining and works even when your screen is off.

Open a tab. Start a scientific revolution.

⚡ Start Browser Mining