BitStarz.com - Crash Seeding -tapahtuma!
"Mikä on kylvötapahtuma?" voit kysyä itseltäsi. No, emme syytä sinua. Se on pohjimmiltaan krypto-nörttipuhetta, jolla todistetaan, että peli itsessään on reilu.
Mitä Crash on, se on BitStarz Originalsin uusi peli, jonka julkaisemme myöhemmin tällä viikolla ja josta olemme todella innoissamme. Jos et ole kiinnostunut teknisestä selityksestä, sinun ei tarvitse lukea tätä ohi. Mitä tulee muuhun, teemme sen seuraavasti:
Tapa, jolla näemme tämän, on melko samanlainen kuin kaikilla muilla kasinoilla, joten minkään ei pitäisi olla epätavallista.
Olemme luoneet 10 000 000 SHA256-hajautusketjun todistaaksemme oikeudenmukaisuutemme. Jokainen hash on edellisen tiivisteen heksadesimaalimuodon tiiviste. Tässä viimeinen tiiviste ketjussa:
h10000000 = 260e3b2597ec6034157b24a0d2ccd17da751c0d6f664bab0df7c2f7c00af2264
Osa koodista pelin tuloksen luomiseksi:
res(n) = hmac(hash(n),blockHash);
Merkkijono hex8 = res(n).alimerkkijono(0, 8);
Isokokonaisluku intNum = uusi Isokokonaisluku(heksa8,16);
double rawResult = Math.max(1, (Math.pow(2,32) / (intNum.longValue() + 1))* (1 - 0,04));
double crashPoint = Math.min(raakatulos, 100000);
Käytetty BlockHash on Bitcoin-lohko 744 840, jota ei ole louhittu julkaisuhetkellä. Käytämme asiakkaan siemenenä tulevan bitcoin-lohkon hashia, jotta kaikki pelaajat voivat olla varmoja, ettemme valinneet yhtä talon eduksi. Siksi olisi mahtavaa, jos joku voisi vastata tähän ketjuun ja lainata tätä, jotta se ikuistetaan interwebzissä.
Olemme jälleen erittäin innoissamme voidessamme näyttää sinulle tämän törmäyspelin. Jos BitStarzissa kaipaat jotain muuta pelityyliä, kerro siitä meille!
BitStarz.com - Crash Seeding Event!
"What is a Seeding Event?" you might ask yourself. Well, we don’t blame you. It’s essentially crypto nerd talk for verifiably showing that the game itself is fair.
As for what Crash is, it’s a new game from BitStarz Originals that we’re launching later this week that we’re really excited about. Unless you’re interested in the technical explanation, no need to read past this. As for the rest, here’s how we’ll do it:
The way we’re seeding this is pretty similar to all other casinos so nothing should be out of the ordinary.
We have generated a chain of 10,000,000 SHA256 hashes to prove our fairness. Each hash is the hash of the hexadecimal representation of the previous hash. Here’s the last hash in the chain:
h10000000 = 260e3b2597ec6034157b24a0d2ccd17da751c0d6f664bab0df7c2f7c00af2264
Part of the Code for generating the game result:
res(n) = hmac(hash(n),blockHash);
String hex8 = res(n).substring(0, 8);
BigInteger intNum = new BigInteger(hex8,16);
double rawResult = Math.max(1, (Math.pow(2,32) / (intNum.longValue() + 1))* (1 - 0.04));
double crashPoint = Math.min(rawResult, 100000);
The BlockHash used is Bitcoin block 744,840 which has not been mined at the time we’re posting this. We are using the hash of a future bitcoin block as a client seed so all players can be sure that we did not pick one in the house's favor. Therefore it would be awesome if someone could reply in the thread and quote this so it’s immortalized on the interwebz.
Again, we’re super excited to show you this crash game and if there’s any other style of game you miss at BitStarz, just let us know!