Draw Proof Details - Draw #502910026
Draw Information
Draw ID:
#502910026
#502910026
Game:
Fortune5M
Fortune5M
Draw Time:
2026-03-23 19:18:16 UTC
2026-03-23 19:18:16 UTC
Result Published:
2026-03-23 19:20:33 UTC
2026-03-23 19:20:33 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
2
8
16
17
33
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: 502910026
Timestamp: 1774307896
Server Seed Commitment: e221a7c8ce88d0b31192a9d8f5b8fad84479b0f9e16224f6b70ecec9e759daaf
Commitment Nonce: 4a4de28577ca1069c9c10db0f7247c2c9e2e25cc98131d9ecf5384af5e3c86eb
Merkle Root: ef2108d3e3a4e7b92169aa25ab3a7f0c18e9ee0f53e0edffc479af32ac5923fb
Server Seed (revealed): cc3cfad4505370f5cf77d447bdad3f47486a197159ac8cdf587a0b678c04e05b
Combined Seed: ce4081a1c12bd60a66865195e386fe22d2d0b2894a0e7a043f52377da01d7f97
Timestamp: 1774307896
Server Seed Commitment: e221a7c8ce88d0b31192a9d8f5b8fad84479b0f9e16224f6b70ecec9e759daaf
Commitment Nonce: 4a4de28577ca1069c9c10db0f7247c2c9e2e25cc98131d9ecf5384af5e3c86eb
Merkle Root: ef2108d3e3a4e7b92169aa25ab3a7f0c18e9ee0f53e0edffc479af32ac5923fb
Server Seed (revealed): cc3cfad4505370f5cf77d447bdad3f47486a197159ac8cdf587a0b678c04e05b
Combined Seed: ce4081a1c12bd60a66865195e386fe22d2d0b2894a0e7a043f52377da01d7f97
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.