How i actually verify a provably fair roll before i trust a site
Posted: Mon May 04, 2026 12:20 pm
Every site slaps a provably fair badge on now and 90 percent of people never click it. So here's the actual walkthrough, no hand waving.
Before the round the site commits to a server seed by showing you its hash. You pick or get assigned a client seed, and there's usually a nonce that just counts up per bet. The outcome is derived from all three combined.
The trust part is this: because they showed you the hash beforehand, they can't change the server seed after the fact to make you lose. After the round you reveal the actual server seed, hash it yourself, and check it matches what they committed to. If it matches, the result wasn't tampered with.
I rotate my client seed every so often and keep a couple of screenshots. Did this on a dice game last week, took maybe three minutes, matched clean.
What trips me up is the games that only let the site set the seed. Anyone found a clean way to handle those, or do you just avoid them?
Before the round the site commits to a server seed by showing you its hash. You pick or get assigned a client seed, and there's usually a nonce that just counts up per bet. The outcome is derived from all three combined.
The trust part is this: because they showed you the hash beforehand, they can't change the server seed after the fact to make you lose. After the round you reveal the actual server seed, hash it yourself, and check it matches what they committed to. If it matches, the result wasn't tampered with.
I rotate my client seed every so often and keep a couple of screenshots. Did this on a dice game last week, took maybe three minutes, matched clean.
What trips me up is the games that only let the site set the seed. Anyone found a clean way to handle those, or do you just avoid them?