Welcome Bonus Chest
Make your first deposit and receive a 100% match up to $700 with our Welcome Offer
Bitsler uses a provably fair system that allows players to check the integrity of every bet and confirm they have not been manipulated.
Random numbers (for the bet results) are generated by the use of a serverseed, clientseed and a nonce. The serverseed is hashed and shown before the game begins. This ensures that the bet result cannot be modified during the game.
Two seeds and the nonce are used to determine a random number between 0 and 999999. We use this number to calculate the bet result, for example on dice we apply a modulo of 10000 and divide that result by 100 for the dice result. See the code at the bottom of this page for the exact calculations of all games.
Serverseed: This seed is unique and generated randomly by the server.
Clientseed: This seed is chosen by the client (yourself) and can be modified at any time by accessing your Provably Fair Settings.
In order to verify the generated bet results, you must reveal the old serverseed and calculate the bet results. The previous serverseed is automatically revealed when you make a change to your clientseed at the Provably Fair Settings.
We ask you to change your seeds after 90 days of using your old seed. Of course you can still verify your old bets after changing.
At the Provably Fair Settings you may change your clientseed, so you can verify the previous bets.
You can calculate and verify the bet results by using our Provably fair verifier. In our verifier we show a lot of details so you can understand how the result is generated. Alternatively you can calculate the bet results by using the below PHP script or an external third-party verifier.
$seed=hash_hmac('sha512',$clientSeed .','. $nonce, $serverSeed);
$offset=0;
do{
$number=substr($seed,$offset,5);
$number=hexdec($number);
$offset+=5;
}
while($number > 999999);
$luckyNumber = ($number % 10000) / 100;
echo $luckyNumber;
If you have any questions, please go to the help center and file a support ticket.
Make your first deposit and receive a 100% match up to $700 with our Welcome Offer
21 Sep 2023 19:00:00 GMT
2.4
3.34
2.83
22 Sep 2023 00:15:00 GMT
1.16
5.4
24 Sep 2023 13:00:00 GMT
1.72
4.23
4.33
24 Sep 2023 19:00:00 GMT
2.74
3.4
2.56
24 Sep 2023 13:00:00 GMT
1.72
4.23
4.33
24 Sep 2023 19:00:00 GMT
2.74
3.4
2.56