Draw Proof Details - Draw #502909358
Draw Information
Draw ID:
#502909358
#502909358
Game:
Rapid Riches
Rapid Riches
Draw Time:
2026-03-23 12:49:06 UTC
2026-03-23 12:49:06 UTC
Result Published:
2026-03-23 12:49:12 UTC
2026-03-23 12:49:12 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
2
4
21
22
Bonus Numbers
8
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: 502909358
Timestamp: 1774298946
Server Seed Commitment: 2a31fd0d5a30cddc7688e0b83d519313dfa405dee8081ecd7595fafe12c73823
Commitment Nonce: 2e2352107b8f9e3d83b795636d4332361b9d2c3888a88bc2ecee5d3693091901
Merkle Root: 95fb6d709483f6b9eb6b476f343e214db761d6f3f091306b80adab53dcd66ecd
Server Seed (revealed): d1f1b90c6282b8bff84825cffafa087efff1530fa72278354773f82f7fef3ed4
Combined Seed: 65c3e47613b6477d1ce8a78770a7aed2e28db9b0b1ad4db125e5868fbdf39ced
Timestamp: 1774298946
Server Seed Commitment: 2a31fd0d5a30cddc7688e0b83d519313dfa405dee8081ecd7595fafe12c73823
Commitment Nonce: 2e2352107b8f9e3d83b795636d4332361b9d2c3888a88bc2ecee5d3693091901
Merkle Root: 95fb6d709483f6b9eb6b476f343e214db761d6f3f091306b80adab53dcd66ecd
Server Seed (revealed): d1f1b90c6282b8bff84825cffafa087efff1530fa72278354773f82f7fef3ed4
Combined Seed: 65c3e47613b6477d1ce8a78770a7aed2e28db9b0b1ad4db125e5868fbdf39ced
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=30, PICK_COUNT=4, BONUS_COUNT=9 - 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.