Draw Proof Details - Draw #503120093

Draw Information
Draw ID:
#503120093
Game:
Fortune5M
Draw Time:
2026-04-28 12:59:23 UTC
Result Published:
2026-04-28 12:59:32 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
7
18
25
31
39
Bonus Numbers
15
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: 503120093
Timestamp: 1777395563
Server Seed Commitment: 95fbd0f3afdf2e50cddd8615e2f422e063e35d018bc24d49b86d793bda8e245c
Commitment Nonce: 6c76ee1607bfa3e31171a6ddc4cc303ba6dc04b3d1a8740195bc9b5c88925519
Merkle Root: 3954aef3077cb2a3c0b8fdd56c25d1d004745d8b3055372e9c135a6fa3a52a37
Server Seed (revealed): f2f52de908ccd5e32e6e597aefd10d374533c6ca3e21c40d9511a8d9a64f9eb1
Combined Seed: 5d2b14f25a815393f4b8dc11dc3a353a2c638f72715399aea511f4e3816a393d
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.