Fairplay
-
1.1 What is the fair-play system?
-
When a game starts we publish a SHA256 hash (Read about SHA256) , which is an encrypted number from 0 to 1 (which means, it may be equal to 0.40003213213532432, 0.9999331324324323 or any other number in this interval).
When the time to select the winner comes, we do it in the following manner:
1. We take the secret number that we encrypted at the start of the game and multiply it by the amounts of tickets that were in the game.
2.The result is the winning ticket.
3.The player who owns that ticket is the winner.
We are showing the encrypted number at the start of the game to prove that the game was not rigged in any way.
-
When a game starts we publish a SHA256 hash (Read about SHA256) , which is an encrypted number from 0 to 1 (which means, it may be equal to 0.40003213213532432, 0.9999331324324323 or any other number in this interval).
When the time to select the winner comes, we do it in the following manner:
-
1.2 How long is the secret number?
- The secret number range is from 0 to 1 with 16 digits after the dot. (for example: 0.8612523461234567).
-
1.3 Why is the number hashed?
- We encrypt the secret number with the SHA256 encryption algorithm, to make sure that no one uses it to calculate the winning ticket before the game ends.
-
1.4 How do I get tickets?
- You get tickets for putting skins in to the game.
-
1.5 How can I verify that the secret number wasn't changed?
- You can go to any SHA256 hashing website (for example: https://emn178.github.io/online-tools/sha256.html). Enter the secret number that you can find in the history page, hash it and check if the hash provided on our site matches the hash given on their site. If the hashes matches, then the secret number wasn't changed during the game.
-
1.6 What about COINFLIP?
- Coinflip also uses "Salt" for extra encryption! To verify coinflip games, you'll need to go to any SHA256 hashing website (for example: https://emn178.github.io/online-tools/sha256.html) and enter the secretnumber+salt, like this: "0.878999548714645216WDyk8T9MxB" , without the "". If the hash generated by the website matches the hash you see on our website, the secret number wasn't changed during the game.