Bitcoin Forum
May 12, 2024, 03:32:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: YummyGame🎰 First Seeding Event! Algorithm disclosure  (Read 122 times)
yummygame (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile WWW
January 30, 2024, 08:09:25 AM
Last edit: January 31, 2024, 04:49:56 AM by yummygame
 #1


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

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/)

1715527929
Hero Member
*
Offline Offline

Posts: 1715527929

View Profile Personal Message (Offline)

Ignore
1715527929
Reply with quote  #2

1715527929
Report to moderator
1715527929
Hero Member
*
Offline Offline

Posts: 1715527929

View Profile Personal Message (Offline)

Ignore
1715527929
Reply with quote  #2

1715527929
Report to moderator
1715527929
Hero Member
*
Offline Offline

Posts: 1715527929

View Profile Personal Message (Offline)

Ignore
1715527929
Reply with quote  #2

1715527929
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715527929
Hero Member
*
Offline Offline

Posts: 1715527929

View Profile Personal Message (Offline)

Ignore
1715527929
Reply with quote  #2

1715527929
Report to moderator
1715527929
Hero Member
*
Offline Offline

Posts: 1715527929

View Profile Personal Message (Offline)

Ignore
1715527929
Reply with quote  #2

1715527929
Report to moderator
komisariatku
Sr. Member
****
Offline Offline

Activity: 868
Merit: 456


View Profile
January 30, 2024, 09:03:17 AM
 #2

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  Wink


██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
SHUFFLE.COM███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████
██
██
██
██
██
██
██
██
██
██
██
██████
████████████████████    ████    ██
.
Next Generation Crypto Casino
.
██    ████    ████████████████████
██████
██
██
██
██
██
██
██
██
██
██
██
██████
Eternad
Hero Member
*****
Offline Offline

Activity: 1204
Merit: 596


When life gets hard BUY Bitcoin!


View Profile
January 30, 2024, 09:55:35 AM
 #3


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!

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
yummygame (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile WWW
February 06, 2024, 09:53:33 AM
 #4

Hello, this is Yummygame. We are leaving our Salt hash value here.

block height: 828200
salt(block hash): 0000000000000000000022c51721631f2bfc63650d09ae003339263f0e31ffa6
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!