Bitcoin Forum

Economy => Gambling => Topic started by: yummygame on January 30, 2024, 08:09:25 AM



Title: YummyGame🎰 First Seeding Event! Algorithm disclosure
Post by: yummygame on January 30, 2024, 08:09:25 AM
https://i.ibb.co/875F5vj/image-1.png (https://yummygame.io/?utm_source=bitcointalk.org&utm_medium=referral&utm_campaign=2024+0201&utm_content=link)

Seed Algorithm

Hello, Yummygame. We are delighted to announce the release of the seeds for our first multiplayer games, Crash and Wheel.

We sincerely appreciate the interest of our valued customers and want to assure you of our dedication to providing a fair and secure gaming experience for all players.

To achieve this, we have implemented a special system to ensure the randomness of game outcomes and offer equal opportunities to all players.

Our custom PRNG (Pseudorandom Number Generator) is based on the keccak256 algorithm to securely generate initial random numbers.
This involves various processes, including seed generation, disclosure, game utilization, and verification, to maintain the fairness of the game.
The order of the hash values used in our multiplayer games is reversed. In simpler terms, the keccak256 algorithm is used to calculate the previous hash from the current hash.
This relationship between the key and hash value means that the hash must be generated before the previous result is announced. Essentially, the entire hash value chain is set up from the beginning and cannot be altered once created.
Any attempts to manipulate it are detected and rejected through keccak256 verification.
From the payment perspective, this game operates as a probability game with predetermined collision outcomes.
YummyGame has no ability to influence game results.
This transparency sets CRASH and WHEEL apart from other gambling methods and forms the foundation of our games.
What's even more important is that we securely hold 10,000,001 seeds, and the seeds used in the game are publicly available for you to verify the results directly.
And right here, on the Bitcoin forum, we want to emphasize that we have already pre-specified the hash value of the yet-to-be-created nth Bitcoin block as the Salt value and will disclose it in advance. This is a crucial step in further ensuring the fairness of the game.
Our promise is to provide you with a worry-free and enjoyable gaming experience through Yummygame.
If you have any questions or concerns, please feel free to contact us anytime. Thank you for choosing Yummygame.
www.yummygame.io (https://yummygame.io/?utm_source=bitcointalk.org&utm_medium=referral&utm_campaign=2024+0201&utm_content=link)

Code:
const seed = '...'; 
const bitCoinBlockHash = '...';
let saltSeed = keccak256(toUtf8Bytes(seed + bitCoinBlockHash)).slice(2);
const nBits = 52; saltSeed = saltSeed.slice(0, nBits / 4); const r = parseInt(saltSeed, 16);
let X = r / Math.pow(2, nBits);
X = parseFloat(X.toPrecision(9));
X = Math.floor(99 / (1 - X)); // house edge 1% const successMultiply = Math.max(1, X / 100);

Below are the details of our disclosed seeds:

Crash Seed
b6b2b87a8e226fe9dce2208483c7c3a735a52d202545b7ceea4a0472a449c11a

Wheel Seed
96cf82c49c9e4c43bb9b7692c0d222cb98a9e880144061f2a74a2ae1ded0f46e

Below is the Bitcoin block number containing the hash we will use as a salt value:
Bitcoin Block
Salt Block Height: 828200

Current Bitcoin block height: 828,083 2024-01-30 07:07:43 UTC (from https://explorer.btc.com/)



Title: Re: YummyGame🎰 First Seeding Event! Algorithm disclosure
Post by: komisariatku on January 30, 2024, 09:03:17 AM
Welcome to the forums

I see your site is not operational right now and will be launching in a day. Good luck and maybe you have a special promotion for bitcointalk members?

I don't know how your code works, but since you dare to publish the code behind your casino, then I think it is a good intention about fairness in the game that you have. I hope someone who understands coding can comment on the coding you have

If you want to carry out promotions to increase trust in your casino then this forum is the right place, many well-known casinos promote their casino brands here and of course you can also do the same. good luck  ;)

https://talkimg.com/images/2024/01/30/k7EwN.jpeg


Title: Re: YummyGame🎰 First Seeding Event! Algorithm disclosure
Post by: Eternad on January 30, 2024, 09:55:35 AM

I don't know how your code works, but since you dare to publish the code behind your casino, then I think it is a good intention about fairness in the game that you have. I hope someone who understands coding can comment on the coding you have


I’m not a coder myself but I’m familiar on what’s the goal of seeding event is to show that the game itself is fair by showing the game source code. Their game will start operating when the target block is mine.

Although this kind of code transparency is still not convincing in the eyes of non-coder but this event is very important to show that their game is really probably fair. What I just notice that the code on this casino games is significantly short and less detailed compared to other casino seeding event that launched here. Let’s wait expert user here to check and verify their code.

Congratulations in advance to Yummygame for the upcoming launch. Wish you a good luck!


Title: Re: YummyGame🎰 First Seeding Event! Algorithm disclosure
Post by: yummygame on February 06, 2024, 09:53:33 AM
Hello, this is Yummygame. We are leaving our Salt hash value here.

block height: 828200
salt(block hash): 0000000000000000000022c51721631f2bfc63650d09ae003339263f0e31ffa6