How Spinarium is Provably fair
Provably Fair is a transparent algorithm that allows every player on Spinarium to verify the results of each game round, confirming their fairness and randomness. The system's operation is based on three components: server seed, client seed, and a random number.
Spinarium guarantees absolute honesty and openness: the mechanism excludes
the possibility of manipulations from both the user and the service
itself. The result of each game is calculated based on the server and
client data before its start, making it visible to the player
immediately after the end of the round. Data computation is accomplished
as follows:
hmac('sha256', serverSeed).update(clientSeed + ':' + nonce)
To check the fairness, you can enter the data of each round: