CLICK HERE TO VERIFY YOUR ROLLS
This game is provably fair. What that means is that there is no way the site can cheat you by picking a number that is in our favour.
The way this works is that each roll is calculated using 3 parameters - the server seed, client seed and nonce. Out of these, we show you the client seed and nonce that will be used for your next roll along with a SHA256 hash of the server seed. You can also change the client seed if you wish. The server seed is the only part that is kept a secret until after the roll.
Then after you roll, under the section titled PREVIOUS ROLL DETAILS, we show you the server seed that was used and you can verify that this was the same server seed that we said we were going to use before the roll by checking if the SHA256 hash of this seed matches the SHA256 hash that we showed you before the roll.To know exactly how we calculate the rolls, read the section below titled How are rolls calculated?
After you roll, you can also click the link above named CLICK HERE TO VERIFY YOUR ROLLS to verify your roll using our javascript based roll verifier which uses the same seeds to re-calculate the roll right in your browser without any external communication.
How are rolls calculated?
Two strings are created :
STRING1 = "[NONCE]:[SERVER SEED]:[NONCE]"
STRING2 = "[NONCE]:[CLIENT SEED]:[NONCE]"
Enter the details from the section titled PREVIOUS ROLL DETAILS that you can see after you click on the link that says PROVABLY FAIR to verify that the number you rolled was indeed provably fair (ie. we did not change the roll outcome after you clicked on ROLL and that we did indeed use the same server and client seeds that we showed you before the roll, to generate the rolled number).
This roll verifier is entirely coded in javascript so you can view the source to see how the roll is calculated and we will not be able to manipulate this script in any way because the calculations are done right here in your browser and the source is open for everyone to see.