Draw Proof Details - Draw #502910060
Draw Information
Draw ID:
#502910060
#502910060
Game:
Instant Million
Instant Million
Draw Time:
2026-03-23 19:29:40 UTC
2026-03-23 19:29:40 UTC
Result Published:
2026-03-23 19:32:09 UTC
2026-03-23 19:32:09 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
1
12
13
14
24
Bonus Numbers
23
Cryptographic Proof
This draw uses provably fair technology to ensure complete transparency and fairness. All random number generation is cryptographically verifiable.
Verification Steps:
- Server seed committed before any entries
- Client seeds collected from all entries
- Combined seed used for random generation
- Results can be independently verified
Proof Status:
Server Seed Committed
Client Seeds Collected
Results Generated
Independently Verifiable
Technical Information:
Draw ID: 502910060
Timestamp: 1774308580
Server Seed Commitment: 8fc40ecda9e0eda0fa868f3f31be51e6cc1f5723ab33e56a90afeb88fc6c2134
Commitment Nonce: 51fa534689a83ac46efddcffaf19b05c1919705364f91865f3ff4cd74dc77616
Merkle Root: 81ccb6041091e8fe841a058452fafa99435f12a3aee93fb314a27f78912acd84
Server Seed (revealed): 89d1ef45bf27e5631c85658d30f0be4a014d5cb0924de9e4075b784328a0aae4
Combined Seed: 00112c77d2b8644a95ff7d7c74735ac80b75633fe2839c6af8cb7ee57a3df612
Timestamp: 1774308580
Server Seed Commitment: 8fc40ecda9e0eda0fa868f3f31be51e6cc1f5723ab33e56a90afeb88fc6c2134
Commitment Nonce: 51fa534689a83ac46efddcffaf19b05c1919705364f91865f3ff4cd74dc77616
Merkle Root: 81ccb6041091e8fe841a058452fafa99435f12a3aee93fb314a27f78912acd84
Server Seed (revealed): 89d1ef45bf27e5631c85658d30f0be4a014d5cb0924de9e4075b784328a0aae4
Combined Seed: 00112c77d2b8644a95ff7d7c74735ac80b75633fe2839c6af8cb7ee57a3df612
Verification Instructions
- Copy the Server Seed (revealed after draw), Draw ID, Nonce, and other commitment data from below.
-
Verify the Server Seed Commitment by computing:
SHA256("server_seed:" + draw_id + "|" + server_seed + "|" + nonce + "|" + entropy_sources + "|" + version + "|" + commitment_type)
Confirm it equals the Server Seed Commitment hash shown below. - Compute combined_seed = SHA256(server_seed + merkle_root).
-
Generate winning numbers using this exact algorithm:
seed_integer = combined_seed.to_i(16) # Convert hex to integer rng = Random.new(seed_integer) # Ruby's Mersenne Twister PRNG main_numbers = (1..MAIN_COUNT).to_a.sample(PICK_COUNT, random: rng).sort bonus_number = (1..BONUS_COUNT).to_a.sample(1, random: rng).firstGame config for this draw: MAIN_COUNT=40, PICK_COUNT=5, BONUS_COUNT=25 - Confirm the recomputed numbers exactly match the published result numbers.
- To verify your ticket inclusion in the Merkle root: use the Inclusion Proofs section below, copy the Verifier JSON, and verify with the on-page script or a third-party tool.
In-Browser Commitment Verifier
Verify the server seed commitment matches the revealed server seed. No data is sent anywhere; verification runs locally in your browser.
External Verification
Note: This system uses custom hashing with prefixes (
leaf: and internal:).
Standard Merkle tree tools will not work directly. You must implement the specific hashing format shown in the proof data above.
Standalone Ruby Verification Script
Copy this script and run it on jdoodle.com/execute-ruby-online (Ruby) to independently verify this draw.