Draw Proof Details - Draw #502765820

Draw Information
Draw ID:
#502765820
Game:
Fortune5M
Draw Time:
2026-02-28 17:49:15 UTC
Result Published:
2026-02-28 17:49:17 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
14
16
19
32
38
Bonus Numbers
4
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: 502765820
Timestamp: 1772333355
Server Seed Commitment: ed31a41dac7dfe8c39946a2fbe34101bc37bb7bfe0eac10c9b7b36759a3dc116
Commitment Nonce: 50a62a16ec51c5b5e353c9fb11ea769a40e59421c8e80dac474fbdf37aeb566c
Merkle Root: 3f2132d0951df2599ba325e3b625ee85b58f68d137fde933b8efe0b6824543fa
Server Seed (revealed): 83b3897343fc3c61d3f0b989dce26c7165dd5e03498ce7695065b2468876c528
Combined Seed: dc9dbbbbe909fb4ce2551d3d368a721279a17cb821ed6856518c37d2db3f144c
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.