Draw Proof Details - Draw #502893535
Draw Information
Draw ID:
#502893535
#502893535
Game:
Fortune5M
Fortune5M
Draw Time:
2026-03-21 02:34:18 UTC
2026-03-21 02:34:18 UTC
Result Published:
2026-03-21 02:37:46 UTC
2026-03-21 02:37:46 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
5
8
11
19
27
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: 502893535
Timestamp: 1774078458
Server Seed Commitment: 2fc26c61b11a157ee1c48c7cab1e624727c298ca44501d572adbaab8e087dd0c
Commitment Nonce: 26bcbd142506877092859afddaac7d1ad9957fac5c7896439a9e1b114c4d58af
Merkle Root: a3aa95b8e1f5304c29f724083ec3b8bbc23ddcac02144b047c1802da5ddb0f4b
Server Seed (revealed): 07e4675fc5b5b88f6aaae03d371e27722765fec11c70143f94dad84b8d11a687
Combined Seed: 5e9bf34751cc1ab13c4321dfe49a4e24a77497402d0554b7ed0eacb05edff656
Timestamp: 1774078458
Server Seed Commitment: 2fc26c61b11a157ee1c48c7cab1e624727c298ca44501d572adbaab8e087dd0c
Commitment Nonce: 26bcbd142506877092859afddaac7d1ad9957fac5c7896439a9e1b114c4d58af
Merkle Root: a3aa95b8e1f5304c29f724083ec3b8bbc23ddcac02144b047c1802da5ddb0f4b
Server Seed (revealed): 07e4675fc5b5b88f6aaae03d371e27722765fec11c70143f94dad84b8d11a687
Combined Seed: 5e9bf34751cc1ab13c4321dfe49a4e24a77497402d0554b7ed0eacb05edff656
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.