Post
Topic
Board Gambling
Re: 🔥Sportbook and Casino: BITSLER > $10,000 DAILY Wagering contest <
by
jamyr
on 06/03/2021, 20:11:58 UTC
🔥 New gaming providers added 🔥



» More info here «

I feel this would have deserved some sort of news post.
Simply sifting through potential bugs/issues before making announcements.

No other popular providers such as Play'n Go, No Limit, Pragmatic, PushGaming, Relax?
Quote from: Bitsler Blog
We are committed to adding more games after making sure that there are no issues with the current integrations.

I also notice that they are no longer active here in the forum
Important updates will always be shared here.


I believe this is important as this will be the basis of the fairness of the game FLASH ROULLETTE so let me quote,



photo taken from this-Bitsler-Blog

Quote from: Isildur link=https://blog.bitsler.com/post/flash-roulette-new-game-seeding-event-65

1 February 2020

Bitsler Flash Roulette Provably Fair Seeding Event
We will soon release our new game Flash Roulette! To make this game provably fair, we announce our methods here. A chain of 1 million SHA512 hashes was generated (starting with a server secret.) The final hash is:

4c28a546da313d86a9ca42c59e833c179275ae0397893e92685ff414a17fe1ee963623a18c67317 1e0ee77204252c8fa0b7f629630861f53ea7b94a13f205e9b

Bitsler will go through the hashes (in reverse order) and use each hash to determine the roulette result. So the hash of our first game's hash is the same as our published final hash. To ensure we didn't pick a hash chain that has some advantage for us, we will use a future bitcoin block hash as "client seed" to generate the final roulette results. We will use the block hash of bitcoin block https://btc.com/block/668720 (around 8 AM GMT at Feb 2, 2020.)

The code to generate each roulette result is:

$hash = hash_hmac('sha512', $gameHash, $blockHash);
$config_multipliers = 

    [ 
        "150" => 3, 
        "100" => 8, 
        "50" => 5 
    ], 
    [ 
        "350" => 1, 
        "250" => 1, 
        "200" => 1, 
        "150" => 1, 
        "100" => 2, 
        "50" => 2, 
        "29" => 8 
    ], 
    [ 
        "350" => 1, 
        "250" => 1, 
        "200" => 1, 
        "150" => 1, 
        "100" => 2, 
        "50" => 2, 
        "29" => 8 
    ], 
    [ 
        "350" => 1, 
        "250" => 1, 
        "200" => 1, 
        "150" => 1, 
        "100" => 2, 
        "50" => 2, 
        "29" => 8 
    ] 
];    $offset = 0; 
do { 
    $number = substr($hash, $offset, 5); 
    $number = hexdec($number); 
    $offset += 5; 
} while ($number > 999999); 
$number = $number % 37;    $multipliers = []; 
for ($i = 0; $i < count($config_multipliers); $i++) { 
    do { 
        $multiNumber = substr($hash, $offset, 5); 
        $multiNumber = hexdec(($multiNumber)); 
        $offset += 5; 
    } while ($multiNumber > 999999 || isset($multipliers[$multiNumber % 37])); 
    $multiNumber = $multiNumber % 37; 
    // multiplier 
    $amount_number = hexdec(substr($hash, $offset, 1)); 
    $offset += 1; 
    // Loop multipliers 
    $multiplier_number = 0; 
    foreach ($config_multipliers[$i] as $multiplier => $range) { 
        $multiplier_number += $range; 
        // If the end of range is more than generated number, we use current multiplier 
        if ($multiplier_number > $amount_number) { 
            $multiplier = floatval($multiplier); 
            break; 
        } 
    }        // return 
    $multipliers[$multiNumber] = $multiplier; 
}   
print_r(["result" => $number, "multipliers" => $multipliers]);
!Important
This blog post will be shared on our social media channels and archived by several archive websites. Therefor we cannot edit the final hash (and therefor hash chain) nor the future bitcoin block number anymore. This makes our new game Flash Roulette completely provably fair.

Your date by the way is dated year 2020 .