Draw Proof Details - Draw #502897572
Draw Information
Draw ID:
#502897572
#502897572
Game:
Instant Million
Instant Million
Draw Time:
2026-03-21 19:18:27 UTC
2026-03-21 19:18:27 UTC
Result Published:
2026-03-21 19:18:29 UTC
2026-03-21 19:18:29 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
1
23
24
36
39
Bonus Numbers
24
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: 502897572
Timestamp: 1774135107
Server Seed Commitment: ccf5685fcfa02f87c4a459fb123ca08c9989b5a21c32bb99f410630cd1af129e
Commitment Nonce: 007a7a096bdbaa8a2d7c5f4983d19b3fdc8fd3544a16cccb0c1e11ea76c5d766
Merkle Root: 368252ba4691e36756b4a341862b17f15fa4bd354aca6a03b354d81477410455
Server Seed (revealed): 6d0c0a551f350500fd1b1a8b4226571de5bd8b6107db98aa21d35ec36d0e099b
Combined Seed: 5c51c1834befe5e01e36f1b9d396a9554337c3b370a5336705ebe5141aa99514
Timestamp: 1774135107
Server Seed Commitment: ccf5685fcfa02f87c4a459fb123ca08c9989b5a21c32bb99f410630cd1af129e
Commitment Nonce: 007a7a096bdbaa8a2d7c5f4983d19b3fdc8fd3544a16cccb0c1e11ea76c5d766
Merkle Root: 368252ba4691e36756b4a341862b17f15fa4bd354aca6a03b354d81477410455
Server Seed (revealed): 6d0c0a551f350500fd1b1a8b4226571de5bd8b6107db98aa21d35ec36d0e099b
Combined Seed: 5c51c1834befe5e01e36f1b9d396a9554337c3b370a5336705ebe5141aa99514
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.