Have you been wondering if this game is a scam or a legit one? Let's get it straight:
we're legit and we can prove it.
This game can be proved fair, this means that we cannot choose a number in our favour. Your seeds for this session/round are below:
Server Seed Hash:
Client Seed:
Nonce:
Process to Validate:
- First of all, obtain your seeds for the old round by clicking on History.
- Create two strings:
$string1 = CLIENT_SEED . "-" . NONCE;
$string2 = SERVER_SEED;
- Obtain a HMAC-SHA512 hash by hashing the first string ($string1) with the key second string ($string2).
- Take the first 5 characters of the hexdecimal hash, and convert them to decimal.
- Apply a modulus of 10000 to the resulting number.
- Your roll number is obtained, and it cannot be more than 9999. If it's more, use the next 5 characters from the decimal hash.
- For heads, you need a number between 499 and 4750 inclusive to win. For tails, you need a number between 4751 and 9500 inclusive to win. If you get a number less than 499 or greater than 9500, the house wins.