Draw Proof Details - Draw #502893159
Draw Information
Draw ID:
#502893159
#502893159
Game:
Instant Million
Instant Million
Draw Time:
2026-03-20 20:58:09 UTC
2026-03-20 20:58:09 UTC
Result Published:
2026-03-20 21:02:56 UTC
2026-03-20 21:02:56 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
7
8
10
38
39
Bonus Numbers
14
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: 502893159
Timestamp: 1774072689
Server Seed Commitment: 188694d3a85232da07958d0a8d89832cae757773714a8a0f60836b4b7797eff4
Commitment Nonce: cfd9606079d3000d200b931a8bb6f25c4d52e22d78cba3171eb6c19ce25785c5
Merkle Root: 9de8b8aff414d84174603b4285017f78c99cb49b903d3e074baf6514efc069e1
Server Seed (revealed): 6b3900bf7b3d1d7bd4757fce9b31adf43860d453890aec978943e22277db0271
Combined Seed: 2ba0c89246bf46edafe7c5fa72c8941ebe8ce65e9557ca7881583ae195bae62c
Timestamp: 1774072689
Server Seed Commitment: 188694d3a85232da07958d0a8d89832cae757773714a8a0f60836b4b7797eff4
Commitment Nonce: cfd9606079d3000d200b931a8bb6f25c4d52e22d78cba3171eb6c19ce25785c5
Merkle Root: 9de8b8aff414d84174603b4285017f78c99cb49b903d3e074baf6514efc069e1
Server Seed (revealed): 6b3900bf7b3d1d7bd4757fce9b31adf43860d453890aec978943e22277db0271
Combined Seed: 2ba0c89246bf46edafe7c5fa72c8941ebe8ce65e9557ca7881583ae195bae62c
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.