Verify Your Round
Enter the seeds from any game round to independently verify the result.
How it works
- Before your bet: we generate a server seed (hidden).
- Your browser generates a client seed, sent with your bet.
- We compute: HMAC-SHA256(server_seed, client_seed:nonce).
- After the round: the server seed is revealed in the API response.
- You verify: compute the same hash and confirm the result matches.
HMAC-SHA256(server_seed, client_seed + ":" + nonce)
→ float = parseInt(hash[0..7], 16) / 4294967296
→ float = parseInt(hash[0..7], 16) / 4294967296