How Crash Works
To generate a crashing point for a game, we use two inputs:
- The Server seed, one of 10,000,000 pregenerated SHA256 hashes creating a chain - each element is a hash of the lowercase, hexadecimal string representation of the previous hash.
- The Client seed, a random string we were not aware of when generating the Server seed chain. We chose the hash of Bitcoin block as per our Twitter Seeding Event (visible below).
Note: Since it is a social game, the Server and Client seed concepts are different from the single-player PvE modes.
How Crash Results Are Generated
Click on a multiplier in the recent crash history.
Obtain the Server and Client seed.
Open our Crash Verifier and insert the values, then click Run.
Ensure that the crash point is correct, and the output hash matches Server seed of the previous game.
Cases.gg@casesdotggCRASH GAME SEEDING EVENT
We have generated a chain of 10,000,000 SHA256 hashes. Each element is the hash of the lowercase, hexadecimal string representation of the previous hash. The chain's last element is 44a47a43435228b24809103b4f0159533b3c1bb0bf9f737816e432ee255c0b7f. Each…