Page 1 of 1

How i actually verify a provably fair roll before i trust a site

Posted: Mon May 04, 2026 12:20 pm
by seedphrase_sasha
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?

Re: How i actually verify a provably fair roll before i trust a site

Posted: Wed May 06, 2026 7:34 am
by nonce_nick
If the client seed isn't user settable, I just don't play it as provably fair, full stop. The whole point is that you contribute entropy they can't predict when they commit the hash. Site sets both seeds and you're back to trusting them, which is fine, just don't call it provable.

The other thing people skip: actually run the hash yourself. Don't use their built in checker, it's trivial to fake. Paste the revealed seed into any sha256 tool offline and compare. That's the only version that means anything.

Re: How i actually verify a provably fair roll before i trust a site

Posted: Fri May 08, 2026 4:45 pm
by satoshi_sam
ok this is the first explanation that actually made it click for me, thanks.

dumb question though. if i reveal the server seed after, does that mean i have to change my client seed for the next bets to stay fair? or does it carry over. still fuzzy on the nonce part, like does it reset.

Re: How i actually verify a provably fair roll before i trust a site

Posted: Sun May 10, 2026 11:55 am
by seedphrase_sasha
Not dumb at all Sam. Once a server seed is revealed it's spent, so yeah the site rotates to a new one and commits a new hash. The nonce counts bets under the current seed pair and resets when the seed changes.

So the clean flow is: play a batch under one seed, when you want to verify you rotate, that reveals the old server seed, you check it, and a fresh hash is already in place for the next batch. You're never exposing one you're still actively betting on.

Re: How i actually verify a provably fair roll before i trust a site

Posted: Tue May 12, 2026 1:09 pm
by blockchain_bri
Worth flagging for the methodical types: provably fair only covers the individual game outcome. It does not prove the house edge is what they claim, and it does not prove they'll actually pay you.

I've seen sites with a perfect verifier that still slow walked withdrawals. So I treat it as one box, not the box. Fair roll plus a clean test cashout plus terms you can read, that's the combo. The math being honest doesn't help if the cashier isn't.