Draw Proof Details - Draw #502892744

Draw Information
Draw ID:
#502892744
Game:
Fortune5M
Draw Time:
2026-03-20 23:21:36 UTC
Result Published:
2026-03-20 23:21:37 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
11
13
20
28
35
Bonus Numbers
20
Cryptographic Proof
This draw uses provably fair technology to ensure complete transparency and fairness. All random number generation is cryptographically verifiable.
Verification Steps:
  1. Server seed committed before any entries
  2. Client seeds collected from all entries
  3. Combined seed used for random generation
  4. Results can be independently verified
Proof Status:
Server Seed Committed
Client Seeds Collected
Results Generated
Independently Verifiable
Technical Information:
Draw ID: 502892744
Timestamp: 1774066896
Server Seed Commitment: d3124b696cbf3984a2706ef795226894d68a0e783378cf3c25cf9c4487428146
Commitment Nonce: ca1d82ed1242c11d6a1d9306de8d3ec6a25241bba60002e112189a807276738e
Merkle Root: 6a806f0182bb698df0e2aca9069bd9dc3c415ebf7391438ab5f9969dec693c9c
Server Seed (revealed): 9cc6c7164daedf2305910b649a652ce8feb98b2dbe8b341ff0aff7c04630c1aa
Combined Seed: c076dbf698e3d32a33e155cb5f14f095a24a5f7c4eb1385d3d864737e7280e63
Verification Instructions
  1. Copy the Server Seed (revealed after draw), Draw ID, Nonce, and other commitment data from below.
  2. 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.
  3. Compute combined_seed = SHA256(server_seed + merkle_root).
  4. 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).first Game config for this draw: MAIN_COUNT=40, PICK_COUNT=5, BONUS_COUNT=25
  5. Confirm the recomputed numbers exactly match the published result numbers.
  6. 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.
This is the pre-image of the commitment. It was kept secret before the draw.
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.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.