SoloLuck

Proof-of-work explained without the jargon

← back to pool

SoloLuck Blog · 2026-06-30

The problem proof-of-work solves

Bitcoin has no boss to decide which transactions are real. So how do thousands of strangers agree on one history that nobody can fake? The answer is proof-of-work: make adding to the ledger cost real-world effort, so cheating costs more than it could ever earn.

What a hash is

A hash is a fingerprint for data. Feed any text into the SHA-256 function and you get a fixed-length string of numbers and letters. Change one character of the input and the output changes completely and unpredictably. You can't run it backwards — the only way to find an input that gives a particular hash is to keep trying. That one-way property is the whole engine of mining.

What miners actually do

A miner takes the block of transactions, adds a changeable number called a nonce, and hashes it — over and over, billions of times a second — hunting for a hash below a tiny target number. Most attempts fail; eventually one machine gets lucky and finds a winning hash. That winning hash is the "proof of work": undeniable evidence that enormous effort was spent, which anyone else can verify instantly with a single calculation.

Difficulty keeps blocks at ~10 minutes

As more machines join, winners would appear too fast — so every 2,016 blocks Bitcoin adjusts the difficulty (how small the target is) to keep the average block time near 10 minutes. More global power simply means a smaller target, not faster blocks. This self-correcting clock has kept ticking since 2009.

Why it makes Bitcoin tamper-proof — and the energy question

To rewrite history, an attacker would have to redo the proof-of-work for a block and every block after it, faster than the honest network builds new ones — needing more than half the planet's mining power. It's economically absurd, and that's the security.

Yes, this uses real energy — that's a feature, not a bug: the cost is what makes the ledger expensive to attack. Increasingly that energy comes from otherwise-wasted or renewable sources. For a solo miner, every hash your machine throws is a real, independent ticket in that same global draw — see why solo mining is a lottery.

FAQ

What is proof-of-work in simple terms?
A system where computers must spend real computing effort to add a block to the blockchain. The effort is hard to do but easy for everyone else to verify, which keeps the ledger honest without any central authority.
What hashing algorithm does Bitcoin use?
SHA-256. Miners repeatedly hash block data with a changing nonce, searching for a result below the network's difficulty target.
Why does Bitcoin mining use so much electricity?
The energy cost is what secures the network — it makes rewriting history prohibitively expensive. The work also self-adjusts in difficulty to keep blocks roughly 10 minutes apart regardless of how much power joins.
Can proof-of-work be cheated?
Not realistically. Faking history would require out-computing the entire honest network (a so-called 51% attack), which is astronomically expensive and self-defeating.

All blog posts · Mining guides · Start solo mining

Ready to take a ticket?

Paste your address and copy the config from /setup, watch the pool on /status, and check every claim on /verify. Mine to your own address — that is what makes it truly solo.

Get the setup config →

Not ready to point a miner yet? Run your gear through the odds calculator, or join Telegram for block & record alerts — no rig required.

More guides

Browse all guides →