For those of you saying am loosing, I must say no am not. Am not winning because its fair. I won because I am smart enough to tell when they are about rigging and then use it to my advantage. I am winning dosnt mean its fair. I see the same rigging happening everyday. I can possibly tell when a high roller is gonna loose. This is suppose to be a game that gives you random unpredictive numbers. But thats not the case here.
Idiots asking for proof should have asked me to just get access to the owner's laptop instead.
Idiots will remain idiots.
Well give us the provably fair info from here:
https://betking.io/play/#provablyFair and your last rolls and we can easily check it out ourselves if the rolls are fair or not and if it was tempered with.
1. When you first visit the site we generate a random string of characters on the server used as your Server Seed. A new server seed can be generated by you before you roll.
2. A SHA-512 hash of the server seed is shown to you before you bet to prove we can't change it.
3. When you bet we get a Client Seed you supply (one is auto generated by your browser that you can change).
4. We take the server seed, client seed and the number of rolls that you have used the current server seed for in the format: n:s:n, n:c:n. Where n is the number of rolls, s the server seed and c the client seed. We take the HMACSHA512 hash of that. We convert the first 5 characters of the hash to decimal and that is your roll.
5. Sometimes the first 5 characters will not result in a number we can use and so we loop through the next 5 characters 6-10, 11-15 etc until we find one. The code for this is below.