BitStarz.com - ¡Evento de siembra accidental!
"¿Qué es un evento de siembra?" podrías preguntarte. Bueno, no te culpamos. Es esencialmente una charla de nerd criptográfico para demostrar de manera verificable que el juego en sí es justo.
En cuanto a lo que es Crash, es un nuevo juego de BitStarz Originals que lanzaremos más adelante esta semana y que nos entusiasma mucho. A menos que esté interesado en la explicación técnica, no necesita leer más allá de esto. En cuanto al resto, así es como lo haremos:
La forma en que estamos sembrando esto es bastante similar a todos los demás casinos, por lo que nada debería ser fuera de lo común.
Hemos generado una cadena de 10 000 000 hashes SHA256 para demostrar nuestra imparcialidad. Cada hash es el hash de la representación hexadecimal del hash anterior. Aquí está el último hash de la cadena:
h10000000 = 260e3b2597ec6034157b24a0d2ccd17da751c0d6f664bab0df7c2f7c00af2264
Parte del Código para generar el resultado del juego:
res(n) = hmac(hash(n),blockHash);
Cadena hex8 = res(n).subcadena(0, 8);
BigInteger intNum = new BigInteger(hex8,16);
double rawResult = Math.max(1, (Math.pow(2,32) / (intNum.longValue() + 1))* (1 - 0.04));
doble crashPoint = Math.min(rawResult, 100000);
El BlockHash utilizado es el bloque de Bitcoin 744,840 que no ha sido minado en el momento en que publicamos esto. Estamos utilizando el hash de un futuro bloque de bitcoin como semilla de cliente para que todos los jugadores puedan estar seguros de que no elegimos uno a favor de la casa. Por lo tanto, sería increíble si alguien pudiera responder en el hilo y citar esto para que se inmortalice en interwebz.
Nuevamente, estamos muy emocionados de mostrarte este juego de choque y si hay algún otro estilo de juego que extrañas en BitStarz, ¡avísanos!
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!