Fairness
Every original game result is computed from three values, and you can recompute it yourself.
- 1
Before you bet, the server draws a secret seed and publishes only its SHA-256 hash. From that moment the seed cannot change without breaking the hash.
- 2
Your client seed belongs to you and enters the calculation next to the server seed.
- 3
Each bet raises a counter (nonce). The outcome is the HMAC-SHA256 of the server seed over "client seed : nonce : cursor".
- 4
When the seed is rotated the old server seed is revealed. Hash it, compare it with the published hash and recompute every earlier bet.