Mines

Our system determines the board of each Mines game by hashing a combination of three inputs.

The Mines board is determined by taking your active seed pair from your account and using these values in our roll generation logic.

  • Server Seed: a SHA-256 hash of 32 cryptographically secure random bytes.
  • Client Seed: a random string generated by the client.
  • Bet Nonce: Amount of bets made with this pair.

For independent verification, you may replicate the results of any round by using the code below.