Draw Proof Details - Draw #502893533
Draw Information
Draw ID:
#502893533
#502893533
Game:
Fortune5M
Fortune5M
Draw Time:
2026-03-21 02:33:18 UTC
2026-03-21 02:33:18 UTC
Result Published:
2026-03-21 02:37:38 UTC
2026-03-21 02:37:38 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
2
3
18
23
37
Bonus Numbers
6
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: 502893533
Timestamp: 1774078398
Server Seed Commitment: 2729f59baa5e2f6964c14b30b09e1d8da2eb34860b3dae760fa143d5c0d97430
Commitment Nonce: b4d80081efc3e4556d6121f888c6cb73cb27b8bd8f8eac1472d266ebb12e40f7
Merkle Root: 366532d89c1ef655169cda2d0801f1c1572385219256fb42d28c3e56a22cc147
Server Seed (revealed): 2c62617b2fa6354b9e461599ec59507de201275808dc97d97d90297c4b32b794
Combined Seed: 3786c2febbe12d5859a6eee5a30b440a125e44295a689d4b53f95f73355b638b
Timestamp: 1774078398
Server Seed Commitment: 2729f59baa5e2f6964c14b30b09e1d8da2eb34860b3dae760fa143d5c0d97430
Commitment Nonce: b4d80081efc3e4556d6121f888c6cb73cb27b8bd8f8eac1472d266ebb12e40f7
Merkle Root: 366532d89c1ef655169cda2d0801f1c1572385219256fb42d28c3e56a22cc147
Server Seed (revealed): 2c62617b2fa6354b9e461599ec59507de201275808dc97d97d90297c4b32b794
Combined Seed: 3786c2febbe12d5859a6eee5a30b440a125e44295a689d4b53f95f73355b638b
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.