BitStarz.com - Evento di seeding del crash!
"Cos'è un evento di seeding?" potresti chiederti. Beh, non ti biasimiamo. È essenzialmente un discorso da nerd crittografico per dimostrare in modo verificabile che il gioco stesso è giusto.
Per quanto riguarda Crash, è un nuovo gioco di BitStarz Originals che lanceremo più avanti questa settimana e di cui siamo davvero entusiasti. A meno che tu non sia interessato alla spiegazione tecnica, non è necessario leggere oltre. Per il resto, ecco come faremo:
Il modo in cui stiamo seminando questo è abbastanza simile a tutti gli altri casinò, quindi niente dovrebbe essere fuori dall'ordinario.
Abbiamo generato una catena di 10.000.000 di hash SHA256 per dimostrare la nostra correttezza. Ogni hash è l'hash della rappresentazione esadecimale dell'hash precedente. Ecco l'ultimo hash della catena:
h10000000 = 260e3b2597ec6034157b24a0d2ccd17da751c0d6f664bab0df7c2f7c00af2264
Parte del codice per la generazione del risultato del gioco:
res(n) = hmac(hash(n),blockHash);
Stringa 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);
Il BlockHash utilizzato è il blocco Bitcoin 744.840 che non è stato estratto al momento della pubblicazione. Stiamo usando l'hash di un futuro blocco bitcoin come seed client in modo che tutti i giocatori possano essere sicuri che non ne abbiamo scelto uno a favore della casa. Pertanto sarebbe fantastico se qualcuno potesse rispondere nel thread e citarlo in modo che sia immortalato su interwebz.
Ancora una volta, siamo super entusiasti di mostrarti questo gioco crash e se c'è qualche altro stile di gioco che ti manca su BitStarz, faccelo sapere!
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!