This page does not send any data to the server. All of the calculations happen right in your browser.
We've the following parameters:
Client Seed (Bitcoin Block): This is a randomly chosen future block number's block hash during seeding event.
Server Seed: This is the server seed of the chain generated in the start for 10,000,000 rounds. The last seed (i.e., first round)'s seed is always public so that you can check that we did not change the server seed in the middle of the games.
This page allows you to determine the fairness of the mechanism used in our Crash game.
We start by generating 10 M hashes, starting with a server seed which is continuously hashed with SHA-256 till we have 10M hashes.
The last hash of the series is b066c23ef601659038ad46860677642de5f8541418002b43ef56c406270e78e9. This is so that you know that we have not changed the chain of our hashes in our favour. By making it public, we prevent ourselves from changing any hashes in the chain.
We will play all the hashes in reverse order. Starting from 10M (th) hash to 1st.
In order to make sure that we don't choose a server seed in our favour, we use a client seed which comes from a Bitcoin block (711779) from the future. The block number is chosen before it is mined, so we don't have any way to predict its hash. Every 4-5 years (roughly), our hashes will exhaust and we will have another seeding event to generate the new list of hashes and select a new Bitcoin block in the future.