Bitcoin Lightning Dice | Provably Fair Over/Under
What is this?
Your client seed is combined with the server seed to generate each roll. Change it anytime to ensure the server can't predict your input.
Increments each roll
HMAC-SHA256(server_seed, client_seed:nonce).
The result is mapped to a number 0-9999 (displayed as 0.00-99.99).
The server seed hash is shown before you roll, and after rotating you can verify the previous seed matched its hash.