ER5LABS Contents
← Playground

Playground · July 2026

Bitcoin mining game

Proof of work against a genuine block. The 80-byte header comes live from the Bitcoin network and the hashing is real double SHA-256 running in a pool of Web Workers, so feeding it the real winning nonce reproduces that block's actual hash. The payout is the only part that is not real: the true target needs around 10²³ hashes, so you are scored against an easier practice target while the real target, the retarget maths and the profitability model sit alongside it.

Read how it works →