BC.Game Dice Verifier
Verify the fairness of BC.Game Dice rolls and outcomes.
Verification Results
Enter your bet data and click verify to see results
How BC.Game Dice Works
Verification Algorithm
- Generate HMAC-SHA256 hash from server seed, client seed, and nonce
- Take the first 15 characters of the hash
- Convert to decimal and calculate starting index using modulo 47
- Extract 14 characters from the hash starting at the calculated index (wrapping around if needed)
- Convert the extracted string to decimal
- Take modulo 10000 and divide by 100 to get result (0.00-99.99)
Understanding the Results
- Result: The dice roll value (0.00 to 99.99)
- Extraction: The 14-character hex string extracted from the hash
- Start Index: The calculated starting position for extraction
- Game Hash: The HMAC-SHA256 hash used for verification
Where to Find Seeds
You can find your bet information on BC.Game:
- Navigate to your bet history
- Click on a specific Dice bet
- Look for the "Fairness" or "Verify" section
- Copy the Client Seed, Server Seed (unhashed), and Nonce