Author

Topic: Stake.US Crash & Slide seeding event (Read 206 times)

newbie
Activity: 1
Merit: 0
September 23, 2023, 05:05:49 PM
#7
http://[img][/img]
Welcome to yet another seeding event. This time for our social US based version of Stake. Once again props to Rhavar for the method. Few hundred thousand blocks have passed since we last posted one of these  Cheesy

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:
Slide:  767ef376909b0319928ff50aede3565545e7698b003378e44d69f7d787a707f4
Crash: b285201a65c7c0c9e9316f91e37b134f3f8629fc0e8d24f0307893b53b286db3

The formula for generating the game result:

Code:
const gameHash = hashChain.pop()

const hmac = createHmac('sha256', gameHash);

// blockHash is the hash of bitcoin block 584,500

hmac.update(blockHash);

const hex = hmac.digest('hex').substr(0, 8);
const int = parseInt(hex, 16);

// 0.01 will result in 1% house edge with a lowest crashpoint of 1

const crashpoint = Math.max(1, (2 ** 32 / (int + 1)) * (1 - 0.01))


blockHash used is Bitcoin block 747,460 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.

legendary
Activity: 2520
Merit: 1490
August 02, 2022, 01:55:52 PM
#6
Thanks guys Smiley

Client seed has been mined!
Code:
000000000000000000066448f2f56069750fc40c718322766b6bdf63fdcf45b8
https://www.blockchain.com/btc/block/747460



We can congratulate users from US on the launch stake.us , but as I see it, the site differs in the absence of sports betting and offers only online casinos, are there plans to introduce sports betting in the future or are these features of the regulation of the gambling industry in the US ?
legendary
Activity: 2982
Merit: 2681
Top Crypto Casino
August 02, 2022, 10:43:22 AM
#5
Thanks guys Smiley

Client seed has been mined!
Code:
000000000000000000066448f2f56069750fc40c718322766b6bdf63fdcf45b8
https://www.blockchain.com/btc/block/747460

Quoting for reference.

And congratulations for your new site, US gamblers doesn't need to hide behind a proxy any more.  Wink

I would like to know if poker will be added to the site in some point. That really would be awesome, but not sure if it's on the site plans. But if you decide to do it, then it will be the crypto poker site #1 for sure.
legendary
Activity: 3192
Merit: 1278
Primedice.com, Stake.com
August 01, 2022, 12:37:52 PM
#4
Thanks guys Smiley

Client seed has been mined!
Code:
000000000000000000066448f2f56069750fc40c718322766b6bdf63fdcf45b8
https://www.blockchain.com/btc/block/747460

legendary
Activity: 3430
Merit: 1957
Leading Crypto Sports Betting & Casino Platform
August 01, 2022, 06:05:53 AM
#3
Welcome to yet another seeding event. This time for our social US based version of Stake. Once again props to Rhavar for the method. Few hundred thousand blocks have passed since we last posted one of these  Cheesy

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:
Slide:  767ef376909b0319928ff50aede3565545e7698b003378e44d69f7d787a707f4
Crash: b285201a65c7c0c9e9316f91e37b134f3f8629fc0e8d24f0307893b53b286db3

The formula for generating the game result:

Code:
const gameHash = hashChain.pop()

const hmac = createHmac('sha256', gameHash);

// blockHash is the hash of bitcoin block 584,500

hmac.update(blockHash);

const hex = hmac.digest('hex').substr(0, 8);
const int = parseInt(hex, 16);

// 0.01 will result in 1% house edge with a lowest crashpoint of 1

const crashpoint = Math.max(1, (2 ** 32 / (int + 1)) * (1 - 0.01))


blockHash used is Bitcoin block 747,460 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.


Well, let's do a double quote for redundancy and prosperity.  Grin

Just wanted to say congrats on launching the new "Sweepstake" version of Stake.com in the US. I watched Eddie's Stream on Saturday and he visited the site.... and it looks better than the UK site.  Wink

Hope this is successful with all the US territories that are excluded from this. (The US always have to make things complicated)  Grin
legendary
Activity: 3584
Merit: 4420
August 01, 2022, 01:56:08 AM
#2
Welcome to yet another seeding event. This time for our social US based version of Stake. Once again props to Rhavar for the method. Few hundred thousand blocks have passed since we last posted one of these  Cheesy

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:
Slide:  767ef376909b0319928ff50aede3565545e7698b003378e44d69f7d787a707f4
Crash: b285201a65c7c0c9e9316f91e37b134f3f8629fc0e8d24f0307893b53b286db3

The formula for generating the game result:

Code:
const gameHash = hashChain.pop()

const hmac = createHmac('sha256', gameHash);

// blockHash is the hash of bitcoin block 584,500

hmac.update(blockHash);

const hex = hmac.digest('hex').substr(0, 8);
const int = parseInt(hex, 16);

// 0.01 will result in 1% house edge with a lowest crashpoint of 1

const crashpoint = Math.max(1, (2 ** 32 / (int + 1)) * (1 - 0.01))


blockHash used is Bitcoin block 747,460 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.

Quoting for reference

Congrats on launching a version of the website to cater to your US customers.
legendary
Activity: 3192
Merit: 1278
Primedice.com, Stake.com
August 01, 2022, 01:17:47 AM
#1
Welcome to yet another seeding event. This time for our social US based version of Stake. Once again props to Rhavar for the method. Few hundred thousand blocks have passed since we last posted one of these  Cheesy

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:
Slide:  767ef376909b0319928ff50aede3565545e7698b003378e44d69f7d787a707f4
Crash: b285201a65c7c0c9e9316f91e37b134f3f8629fc0e8d24f0307893b53b286db3

The formula for generating the game result:

Code:
const gameHash = hashChain.pop()

const hmac = createHmac('sha256', gameHash);

// blockHash is the hash of bitcoin block 584,500

hmac.update(blockHash);

const hex = hmac.digest('hex').substr(0, 8);
const int = parseInt(hex, 16);

// 0.01 will result in 1% house edge with a lowest crashpoint of 1

const crashpoint = Math.max(1, (2 ** 32 / (int + 1)) * (1 - 0.01))


blockHash used is Bitcoin block 747,460 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.
Jump to: