Draw Proof Details - Draw #502909081
Draw Information
Draw ID:
#502909081
#502909081
Game:
Instant Million
Instant Million
Draw Time:
2026-03-23 11:45:00 UTC
2026-03-23 11:45:00 UTC
Result Published:
2026-03-23 11:45:04 UTC
2026-03-23 11:45:04 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
2
10
17
24
39
Bonus Numbers
13
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: 502909081
Timestamp: 1774295100
Server Seed Commitment: 41f6975b1d364081293fc8a7ebd57c3c4e1475c2c14bc77a41995d2d2eab06fc
Commitment Nonce: cfc6563ea9908a7a460a6b00fdb71a290c355f545514c07d95421944af4b5abb
Merkle Root: cd1909e124462827997b729871ff6f822e1cd259681a09f54f991e2e1a863e1a
Server Seed (revealed): 8114833a57273d295441bed22e0b08ec3772c497a8bba66ee8be8d9ae105ef6a
Combined Seed: 24dd5fbf9f5e95698c1be310b0864b86735e40b4911f9bb361d480b1bece926e
Timestamp: 1774295100
Server Seed Commitment: 41f6975b1d364081293fc8a7ebd57c3c4e1475c2c14bc77a41995d2d2eab06fc
Commitment Nonce: cfc6563ea9908a7a460a6b00fdb71a290c355f545514c07d95421944af4b5abb
Merkle Root: cd1909e124462827997b729871ff6f822e1cd259681a09f54f991e2e1a863e1a
Server Seed (revealed): 8114833a57273d295441bed22e0b08ec3772c497a8bba66ee8be8d9ae105ef6a
Combined Seed: 24dd5fbf9f5e95698c1be310b0864b86735e40b4911f9bb361d480b1bece926e
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.