Mining Terms in Plain English The vocabulary you'll hear around Melanin, defined

Hashrate, Stratum, coinbase, VarDiff, difficulty, solo mining — one clear paragraph per term. If you've ever opened a mining spec and felt lost, start here.

Plain English Cross-Linked Audit-Friendly

Read the full thesis: Energy → Proof-of-Work → Value →

Access Status

Readers learning mining terminology can request access now. Public pages describe what is live today.

Configured onboarding
Verify an email to open your dashboard. Connection details are private and are issued there once your access is approved.
Alpha
Glossary definitions support alpha onboarding without exposing private implementation details.
Separate services
Mining rewards, payout records, and protocol support are operated as separate services.
Hashrate
How many guesses your device makes per second. Measured in hashes per second, with bigger prefixes for bigger machines: kH/s (thousands), MH/s (millions), GH/s (billions), TH/s (trillions), PH/s (quadrillions), EH/s (quintillions). The whole Bitcoin network is around 650 EH/s as of April 2026.
SHA-256d
Bitcoin's proof-of-work hash function. Miners keep rerunning it with different inputs until they find one whose output starts with enough zeros. Purpose-built ASIC chips do this efficiently; general-purpose CPUs don't.
Block reward
New coins paid to whoever mines a block. Bitcoin: 3.125 BTC per block as of 2024-2028 (halves every ~4 years). Plus transaction fees the miner gets to collect.
Coinbase (transaction)
The first transaction in every block, where new coins are created and paid out. Melanin pays through it directly: 97% to the miner, 3% to the platform, written into the block itself, so a reward never passes through Melanin. Collaborative rewards split the miner’s share by work contributed.
Stratum (V1 / V2)
The networking protocol miners use to talk to pools. V1 is plain-text and widely supported. V2 adds encryption and modern miner controls. During alpha, approved miners receive the current protocol instructions privately.
Share (mining share)
A near-miss — a hash that's almost valid enough to be a real block, good enough to prove you're working. Shares count toward your pool rewards and tell the pool you're still alive. Only one hash in billions is a real block; millions become shares.
Difficulty
How hard it is to find a valid block. The Bitcoin network adjusts it every 2016 blocks (~2 weeks) so blocks arrive roughly every 10 minutes on average, regardless of how much hashrate is on the network.
VarDiff (Variable Difficulty)
A pool-level difficulty that's different from the network difficulty — tuned to how fast your device can find shares. A phone gets low difficulty (so it submits shares regularly); an ASIC miner gets very high difficulty (so the pool isn't drowning in trivial shares from it). Melanin tunes VarDiff per mining tier.
Nonce
A 32-bit number in the block header the miner rolls through trying to find a valid hash. 2^32 ≈ 4.3 billion values. A modern ASIC exhausts that space in microseconds, so miners also roll the extranonce.
Extranonce
Extra randomness placed in the coinbase transaction. When changed, it produces a new Merkle root, which effectively gives you a fresh 2^32 nonce space to search. In collaborative mining, Melanin's coordinator hands each device a disjoint extranonce range so no two devices waste time on the same search space.
Solo mining
You find the block, you get the whole reward. Lottery-style: high variance, no smoothing. Statistically you'd wait years on consumer hardware. Made more viable by high-hashrate ASICs or by playing for fun with a phone (expected value: near zero, but the upside is ~3.125 BTC).
Pool mining → Collaborative Network (CMN)
Pool mining lets many miners share rewards when one participant finds a block. Melanin's Collaborative Network (CMN) explores that lower-variance model with a non-custodial design. Its connection, fee, and payout mechanics are still separate services.
Non-custodial
In a non-custodial payout design, a wallet address can be the payout target rather than a pool-held balance. On Melanin, the wallet address you register is where your coinbase share arrives.
Payout mode — Solo or Collab
What you earn. Solo pays the whole block reward, but only when your own rig finds a block. Collab pays a proportional share of every block the pool finds.
Hardware tier — Low, High or ASIC
What connects. Low — phones, Raspberry Pi, low-power. High — gaming PCs and compact USB miners. ASIC — ASIC-class hardware. A phone can mine Solo and an ASIC can mine Collab; neither axis implies the other.
VIBE (retired)
A former name for the Low hardware tier. Read it as Low.
COLLAB as a tier name (retired)
Collab is a payout mode only. It was briefly also a tier name, which left one word meaning two different things in the same sentence.
MSBX
Melanin Smart Box — a planned solar-hardware design for pilot discussion. The proposed form factor includes a Raspberry Pi controller, optional USB ASIC, and a 25–45 W design target; no pre-configured unit, installer, or mining connection is being offered today.
private mining orchestration
Melanin operates managed mining orchestration through the verified dashboard, where wallets, workers, and connection details are configured once access is approved.
Keepalive liveness
Instead of disconnecting miners who have not submitted a share in N seconds, a gateway can use TCP heartbeats to check whether a connection is still alive. Melanin may use this in its own gateway; connection details are issued in an approved dashboard rather than published.

Non-custodial by construction: your share is written into the block's own coinbase, 97/3 to miner and platform. Bitcoin is the public path and the pool is accepting work. Onboarding needs a verified email, private endpoints stay off public pages, and public code is reviewed before release.