Draw Proof Details - Draw #503158608
Draw Information
Draw ID:
#503158608
#503158608
Game:
Instant Million
Instant Million
Draw Time:
2026-05-05 06:18:21 UTC
2026-05-05 06:18:21 UTC
Result Published:
2026-05-05 06:18:22 UTC
2026-05-05 06:18:22 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
11
15
20
30
35
Bonus Numbers
7
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: 503158608
Timestamp: 1777997901
Server Seed Commitment: 5055c75aa0155939affdc4a44fd703697641e5cb6edf5695a4743e5a2ecf8090
Commitment Nonce: f543fe3cc0e4f338ee7a7e879a1b8dae072bc2a795d3a18fdba78c4717124084
Merkle Root: 3692113059395c03cad43dfe48824775a300928dcfc53aafe1f7be8ce2d85948
Server Seed (revealed): e5f8feff88eda9d1eb3e6b4dec3847d0aae109306b71a61f6b3c0b04df717faa
Combined Seed: 40bce13761192317209c5e4db8ab877008a2a282734ff8eb18eed68f6da975fc
Timestamp: 1777997901
Server Seed Commitment: 5055c75aa0155939affdc4a44fd703697641e5cb6edf5695a4743e5a2ecf8090
Commitment Nonce: f543fe3cc0e4f338ee7a7e879a1b8dae072bc2a795d3a18fdba78c4717124084
Merkle Root: 3692113059395c03cad43dfe48824775a300928dcfc53aafe1f7be8ce2d85948
Server Seed (revealed): e5f8feff88eda9d1eb3e6b4dec3847d0aae109306b71a61f6b3c0b04df717faa
Combined Seed: 40bce13761192317209c5e4db8ab877008a2a282734ff8eb18eed68f6da975fc
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.