Search content
Sort by

Showing 11 of 11 results by buststake.com
Post
Topic
Board Gambling
Re: Buststake.com seeding event
by
buststake.com
on 26/09/2022, 03:32:38 UTC
Update a new game, dice, let's guess big and small odd and even
Post
Topic
Board Gambling
Re: Buststake.com seeding event
by
buststake.com
on 26/09/2022, 03:24:22 UTC
Update a new game, dice! directly guess the size of odd and even!http://[img]https://imgse.com/i/xVKO74[/img]
Post
Topic
Board Gambling
Re: Buststake.com seeding event
by
buststake.com
on 18/09/2022, 06:00:21 UTC
The new version of the UI interface has been launched, and a variety of games are based on the SHA-256 encryption algorithm. The hash value is announced in advance to ensure fair and just results.
Post
Topic
Board Gambling
Re: Buststake.com seeding event
by
buststake.com
on 18/09/2022, 05:51:16 UTC
We have updated two board games, Blackjack and NiuNiu, two very popular games
Post
Topic
Board Gambling
Re: Buststake.com seeding event
by
buststake.com
on 19/08/2022, 04:59:19 UTC
It's good that you make some innovations, and then one in one on the color scheme as on stake.com I even waited for the synchronous start of the rounds at your stake and it looks interesting.

It is clear that this site is trying to be look like as Stake. Starting from its name and its color scheme, both shows that this new site tries to copy Stake because we all know that Stake is one of the most popular crypto casinos. Not really surprising though, but this new site need to prove that they are not just trying to copy Stake. To be honest, I do not see any sign that this new site will be improved much in the upcoming years.
Thank you for your advice, hope our next work will satisfy you
Post
Topic
Board Gambling
Re: Buststake.com seeding event
by
buststake.com
on 19/08/2022, 04:47:50 UTC
It's good that you make some innovations, and then one in one on the color scheme as on stake.com I even waited for the synchronous start of the rounds at your stake and it looks interesting.

https://i.imgur.com/sITpB5p.jpg
Thank you for your appreciation, stake.com is a great cryptocurrency casino platform, we have been working hard to develop a unique new game, and we will continue to modify the platform content after listening to players' opinions
Post
Topic
Board Gambling
Re: Buststake.com seeding event
by
buststake.com
on 18/08/2022, 12:57:56 UTC
A win probability display has been added to the page, allowing users to bet more wisel
http://
Post
Topic
Board Gambling
Re: Buststake.com seeding event
by
buststake.com
on 02/08/2022, 19:02:42 UTC
1USDT=100
Post
Topic
Board Gambling
Re: Buststake.com seeding event
by
buststake.com
on 02/08/2022, 08:28:00 UTC
We have added language jumps in prominent places
Post
Topic
Board Gambling
Re: Buststake.com seeding event
by
buststake.com
on 27/07/2022, 02:44:52 UTC
Archived snapshot of post:https://archive.is/3E3jd

Update:
Client seed has been mined!
Code:
00000000000000000007e26f2856d6ea7c2a55edde67111c698104424d9a5d9f

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

https://www.buststake.com WE ARE LIVE
Post
Topic
Board Gambling
Topic OP
Buststake.com seeding event
by
buststake.com
on 26/07/2022, 08:25:04 UTC
We will be launching the Buststake seeding event this week, 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: 4bd4b23738b0450122f8b73983c921835d3903b7e04398281c8943b3e93a8186

Every game maps to a hash in the chain: The 10,000,000th element of the chain is the hash of game #1 and the first element in the chain is the hash of game #10,000,000. To verify that a hash belongs to a game #n, simply hash it n times and compare the result with the terminating hash.

To calculate a game's result from its hash:
Code:
const gameHash = hashChain.pop()

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

// blockHash is the hash of bitcoin block 746,700

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 746,700 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.