Author

Topic: Slide seeding event - Stake.com (Read 208 times)

legendary
Activity: 3192
Merit: 1278
Primedice.com, Stake.com
May 21, 2020, 12:31:46 AM
#5
Client seed has been mined! Looks lucky to me  Wink

Code:
0000000000000000000b20f796f5421cac95c4efb06c6bbf6408d6f9b5d7b9dc

https://www.blockchain.com/btc/block/631111


Game is also live !! Already some big bets coming through
https://stake.com/casino/games/slide
legendary
Activity: 3066
Merit: 1312
May 20, 2020, 05:36:45 AM
#4
Unfortunately, event/promos are not allowed in this forum.

Please read the guideline carefully.  Shocked

LOL, seeding event has nothing to do with promotions. This is not even an event for giving away xx amount of freebies, you should understand what is seeding event first and understand what is the guideline/rule in this gambling board.
legendary
Activity: 3192
Merit: 1278
Primedice.com, Stake.com
May 20, 2020, 04:55:06 AM
#3
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



legendary
Activity: 2557
Merit: 1886
May 19, 2020, 11:52:18 PM
#2
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!
legendary
Activity: 3192
Merit: 1278
Primedice.com, Stake.com
May 19, 2020, 10:43:53 PM
#1
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!
Jump to: