pasiv

Whitepaper · v1.0

Pasiv: passive income from hardware you already own

July 2026 · pasiv.network

Abstract. Hundreds of millions of capable computers sit idle most of the day. The value they could earn is real but locked behind command lines, config files, custodial "cloud mining" schemes, and software that hides what it does. Pasiv is a desktop app that removes all of that: one button, a payout address you paste, and your machine quietly mines the most profitable coin it can — paid by the pool directly to you, with a transparent, time-sliced 4% fee that only accrues while you're actually earning. Pasiv holds no funds, requires no account, and does nothing silently.

01The problem

Consumer mining has an experience problem, not a hardware problem. Modern consumer machines — Apple Silicon in particular — are genuinely competitive at CPU-friendly proof-of-work like RandomX. What stops people is everything around the mining:

Fixing this is a design problem: make the trustworthy path the easy path.

02Design principles

03Architecture

Pasiv is a native desktop app built on Tauri 2 — a Rust core with a lightweight webview UI. The core is organized around a few load-bearing pieces:

04Coins & engines

CoinHardwareAlgorithmStatus
Monero (XMR)CPURandomXLive
Zephyr (ZEPH)CPURandomXLive
Salvium (SAL)CPURandomXLive
Verus (VRSC)CPUVerusHashLive
Pearl (PRL)GPU (NVIDIA Turing+)GPUWindows/Linux releases

Every listed coin pays out through an established public pool (MoneroOcean for Monero; HeroMiners for Zephyr and Salvium; LuckPool for Verus) straight to the address you pasted. Pools charge their own fee, typically around 1%, under their own published terms. The roster is chosen deliberately: coins a consumer machine can mine competitively, on pools with direct address payouts — and it grows via updates as candidates clear that bar.

05Auto / Max-Profit mode

The headline feature answers the question no casual miner wants to babysit: which coin should this machine be on right now?

The RandomX coins (Monero, Zephyr, Salvium) share one algorithm, so a given machine produces the same hashrate on each. That makes their expected profitability directly comparable:

score(coin) = priceUSD × block_reward ÷ network_difficulty

(Block time cancels out across RandomX chains, so this ranks coins per unit of hashrate.) The app computes this from public, key-free data — CoinGecko prices and pool-published network stats — and:

Auto mode is opt-in and off by default, and it ranks the RandomX family only. Verus uses a different algorithm (VerusHash), so a Mac's hashrate on it isn't comparable on network economics alone — it's always a deliberate manual pick. Prefer to hold a specific coin? Pick it and Pasiv stays put.

06Economics: the 4% that only ticks while you earn

Pasiv's fee is 4%, taken as time-sliced mining and only while you are actively earning. That is the entire amount Pasiv receives.

Line itemAmountTaken by
Pasiv fee4%Pasiv — as time-sliced mining, only in the Mining state

Two further fees exist that are not Pasiv's and never reach us. They are listed here because they affect what lands in your wallet, and you should hear about them from us rather than find them yourself:

Line itemAmountTaken by
Pool fee~1%Your chosen pool, per its own published terms
XMRig dev donation1%The XMRig developers — built into the mining engine Pasiv bundles

On that second one: Pasiv ships the stock XMRig binary, which carries a 1% developer donation floor. Rebuilding it from source with the donation removed is permitted by its licence and is planned; until that ships, XMRig keeps its 1%, and we say so here and in the app rather than describing it as removed.

The fee is time-sliced hashrate — the same mechanism as the dev fees experienced miners already accept, but with the books open:

There is nothing else: no ads, no subscription for personal use, no additional cut of your payouts. A planned paid tier (Pasiv Cloud) adds fleet monitoring and remote control for people running multiple rigs, priced per rig — the single-machine app stays free.

07Trust model

Pasiv's security posture starts from an assumption of zero earned trust — reasonable, given the neighborhood:

The never-list. Commitments that hold in every release:

08Roadmap

This document describes software, not an investment. Mining earnings depend on coin prices, network difficulty, your hardware, and electricity costs; they vary and can be zero. Nothing here is financial advice, and Pasiv makes no earnings guarantees. Coin names and pool names belong to their respective projects.