"Keno" is a game where the player bets on 1-40 numbered balls by choosing a combination from 1 to 8 numbered balls.
During each round, 10 of the balls numbered from 1 to 40 in sequence are drawn using a random number generator.
How to play
To participate in the game, the player must perform the following actions during the round, which lasts one minute:
Choose the combination of numbers
Set the amount limit for betting
Click the “Bet” button
The player can also delete the combination of already selected numbers.
In the field where the numbers from 1 to 80 are present, HOT and COLD numbers are indicated in red and blue colors, with hot numbers being those that are frequently drawn and blue being those that are drawn more infrequently.
Payments
All winning ball combinations have corresponding odds, which is multiplied by the player's bet amount.
The winning combination is calculated as the ratio of the number of balls bet to the number of guessed balls. For example, if you guessed 4 out of 5, the bet would be calculated at 30x.
1
2
3
4
5
6
7
8
0
0.3
1
2.7
1.7
2
5
2.7
1.6
1.3
3
49
9.7
3.9
2.9
1.9
1.9
4
100
13.8
8.9
6.8
3.9
5
389
178
29
10
6
709
400
66
7
800
396
8
896
Disconnection policy: If a disconnection accurs after active game round and your bets were accepted by the server, the game will proceed as normal and any winnings will be processed according to the game result regardless of the disconnection.
ABOUT FAIRNESS
Before the start of a round, the players are provided with a “Hash Code*” - an encrypted text combination “Key*”. Here are the round outcome numbers.
The outcome of the round is determined not at the moment of the game, but in advance for current round, and is given to the players in coded form.
For example, “Hash (Hash) code *” 3586ED7EECC3AEA4A6AC4A359D96E5CF30BBC47E24ED9E030066D7C7DE6C82B1F1376122E35B5165342F27243E1BE5B46B31F2A5D97E6DE26E0E4A6202DF3CDD.
After the end of a round, the players are provided with a “Key*” and an additional input parameter for getting the “Hash Code*” - “Salt*” Using them, every player can copy and encrypt this combination to see that the encrypted “Key * “ corresponds to the “Hash code *” previously determined by the system. This ensures that the outcome of the game is determined not at the moment of the round, but previously, before playing a round.
What is “Salt*” - it is a random sequence of letters and numbers, For instance: e20d4c76c654.
What is “Key*” - a text combination of four parameters 1. Round Id 2. The outcome numbers 3. Wording “Keno” 4. A random sequence of letters and numbers After the end of a game, the player will see the Key in his betting history as follows: Round ID (for example, 3013185); the outcome numbers (for instance: numbers 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20): the name of the game - Keno, and a random sequence of letters and numbers - ca50e5af-9fd6- 46fc-bafa-5cfa21d2602e, followed by the “Key*”, which in this case is - 3013185_numbers_1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20_Keno_ca50e5af-9fd6-46fc-bafa-5cfa21d2602e.
If we encrypt the “Key*” via the “Salt*” (for example, 2b4545ed5a) using the SHA512 generator, we’ll get the defined Hash code. 3586ED7EECC3AEA4A6AC4A359D96E5CF30BBC47E24ED9E030066D7C7DE6C82B1F1376122E35B5165342F27243E1BE5B46B31F2A5D97E6DE26E0E4A6202DF3CDD.
To get a hash code you can click on check icon in Result section and perform the check. You can get the encryption “Key*” and “Hash Code*” below or check on any online server that has a generator SHA512 With Salt.