
"Diabolic Throw" is a cube guessing game. pick a number from 2 to 12 and if the sum of both cubes return the predicted number you win. each predicted number has its own payout based on its propabilities.
each cube number is selected from a set of 210 of 1-6 (210 in total) and shuffled each game."Diabolic Throw" uses provaby fair cryptographic system, each card selection is cryptographically fair and can be verified by the player.
A pair of Server Seed and Client Seed is used to calculate a number. Knowing the Server Seed, the Client Seed , Nonce and bet prediction, it's possible to calculate the bet result.
string to hash = Server Seed + Client Seed + Nonce + number selection
we calculate a sha512 hash of the string.
We take the first 2 characters at a time until we find that the decimal number of these 2 chars is less than 209, if it does this is the selected cube id.
| Id | Prediction | Number | Win | Details |
|---|