BitStarz.com - 충돌 시딩 이벤트!
"시드 이벤트란 무엇입니까?" 스스로에게 물어볼 수도 있습니다. 글쎄, 우리는 당신을 비난하지 않습니다. 본질적으로 게임 자체가 공정하다는 것을 입증할 수 있는 암호 화폐 괴상한 이야기입니다.
Crash가 무엇인지에 관해서는, 이번 주 후반에 출시할 BitStarz Originals 의 새로운 게임으로 저희가 정말 기대하고 있습니다. 기술적인 설명에 관심이 없다면 이것을 지나칠 필요가 없습니다. 나머지 방법은 다음과 같습니다.
우리가 이것을 시드하는 방법은 다른 모든 카지노와 매우 유사하므로 아무 것도 평범하지 않아야 합니다.
우리는 공정성을 입증하기 위해 10,000,000 SHA256 해시 체인을 생성했습니다. 각 해시는 이전 해시의 16진수 표현의 해시입니다. 다음은 체인의 마지막 해시입니다.
h10000000 = 260e3b2597ec6034157b24a0d2ccd17da751c0d6f664bab0df7c2f7c00af2264
게임 결과 생성을 위한 코드의 일부:
res(n) = hmac(hash(n),blockHash);
문자열 hex8 = res(n).substring(0, 8);
BigInteger intNum = 새로운 BigInteger(hex8,16);
이중 rawResult = Math.max(1, (Math.pow(2,32) / (intNum.longValue() + 1))* (1 - 0.04));
이중 crashPoint = Math.min(rawResult, 100000);
사용된 BlockHash는 이 글을 게시할 당시 채굴되지 않은 비트코인 블록 744,840입니다. 우리는 미래 비트코인 블록의 해시를 클라이언트 시드로 사용하여 모든 플레이어가 우리가 하우스에 유리한 블록을 선택하지 않았음을 확신할 수 있습니다. 따라서 누군가 스레드에서 답장하고 이것을 인용하여 interwebz에서 영원히 남을 수 있다면 정말 좋을 것입니다.
다시 말하지만, 이 충돌 게임을 보여드리게 되어 매우 기쁩니다. BitStarz에서 놓치고 있는 다른 스타일의 게임이 있다면 알려주세요!
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!