Draw Proof Details - Draw #502909085
Draw Information
Draw ID:
#502909085
#502909085
Game:
Rapid Riches
Rapid Riches
Draw Time:
2026-03-23 15:45:33 UTC
2026-03-23 15:45:33 UTC
Result Published:
2026-03-23 15:45:34 UTC
2026-03-23 15:45:34 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
6
8
19
30
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:
- 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: 502909085
Timestamp: 1774295133
Server Seed Commitment: cb6c59af2e1ea409afd4abdc8b064edfa9f37ed7a6454a1288a33b44560505af
Commitment Nonce: b32ed4371252604f7b124ea5f6a819809a303c5e48a499429f009d90af2a6c71
Merkle Root: 98ea00a3b315bfb6879a4b5b7b9ad4013844515b5479db553a4698cf6bd07a7e
Server Seed (revealed): 683a7b0d4ae84ac1c999b1f00373994af7bae8e3cae95dca6544758f67813c2a
Combined Seed: d86271ad2c11e1b2e23ac58ace5a07f6a7767b6e15d0f90627e862a1d4bc5fae
Timestamp: 1774295133
Server Seed Commitment: cb6c59af2e1ea409afd4abdc8b064edfa9f37ed7a6454a1288a33b44560505af
Commitment Nonce: b32ed4371252604f7b124ea5f6a819809a303c5e48a499429f009d90af2a6c71
Merkle Root: 98ea00a3b315bfb6879a4b5b7b9ad4013844515b5479db553a4698cf6bd07a7e
Server Seed (revealed): 683a7b0d4ae84ac1c999b1f00373994af7bae8e3cae95dca6544758f67813c2a
Combined Seed: d86271ad2c11e1b2e23ac58ace5a07f6a7767b6e15d0f90627e862a1d4bc5fae
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.