Stake.com Dice Verifier
Verify the fairness of your Stake.com Dice game outcomes using cryptographic proof
How It Works
Stake.com Dice uses HMAC-SHA256 with a byte generator pattern to ensure fair outcomes:
- The game generates bytes using HMAC(serverSeed, clientSeed:nonce:cursor)
- These bytes are converted to floats (0-1 range)
- The dice result is calculated as: floor(float × 10000) / 100
- This gives you a result between 0.00 and 99.99
About Stake Dice
- RTP: 99% (1% house edge)
- Range: 0.00 - 99.99
- Algorithm: HMAC-SHA256
- Verification: 100% client-side
Where to Find Seeds
- Play a game on Stake.com
- Click on your bet to open bet details
- Look for "Verify" or "Fairness" section
- Copy the Server Seed (unhashed), Client Seed, and Nonce
- Paste them into the form above