Post
Topic
Board Gambling
Re: Slide seeding event - Stake.com
by
Stunna
on 20/05/2020, 08:55:06 UTC
Welcome to our seeding event for Slide launching this week. We are seeding it similarly to our previous crash seeding event and others so it should be fairly straight forward.
To prove our fairness we have generated a chain of 10,000,000 SHA256 hashes where each hash is the hash of the hexadecimal representation of the previous hash.

The last hash in the chain is: 06f6d73df9e71b8c784daaf2ba2cb554df6b018a8f3859ef25ab1d733df8e1c1

The formula for generating the game result:
Code:
const gameHash = hashChain.pop()
const hmac = createHmac('sha256', gameHash);
// blockHash is the hash of bitcoin block 631,111
hmac.update(blockHash);
const hex = hmac.digest('hex').substr(0, 8);
const int = parseInt(hex, 16);
const result = Math.max(1, (2 ** 32 / (int + 1)) * (1 - 0.02))

blockHash used is Bitcoin block 631,111 which has not been mined at time of posting. Basically we are using the hash of a future bitcoin block as a client seed so players can be certain that we did not pick one in the house’s favor. I’d appreciate it if someone could quote this post so this is all set in stone.

Excited to show you all Slide very soon!

Quoting. And saved to archive.is: http://archive.is/lffmw

Also confirming that the current best bitcoin block is: 631013 and thus 631111 has not yet been mined.

I'm excited to see your new game!

Thanks for that and thanks for creating the template for these events! Hope you're well Smiley


Unfortunately, event/promos are not allowed in this forum.

Please read the guideline carefully.  Shocked


 Roll Eyes