Draw Proof Details - Draw #502897355
Draw Information
Draw ID:
#502897355
#502897355
Game:
Rapid Riches
Rapid Riches
Draw Time:
2026-03-21 14:30:10 UTC
2026-03-21 14:30:10 UTC
Result Published:
2026-03-21 14:34:38 UTC
2026-03-21 14:34:38 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
3
6
19
29
Bonus Numbers
9
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: 502897355
Timestamp: 1774132210
Server Seed Commitment: c13c1dfe34e3f90aaebd6ebc19d1f82023804d93686263260de2f65639736745
Commitment Nonce: a7cc7f17501ed634006ab797af32d4e18b90e652c69c96b040ca527149a00535
Merkle Root: f9f28edef9905f5330a082a8bf425188e8d09f7fa91755db9907e3d98bb198a4
Server Seed (revealed): 083bb696e1cef8f59233667c424e238fff392c5c9d6031e90c5f5492ccc66ec7
Combined Seed: 5cc7c46ec568b000f2f798545eb9f6066d86f78eebd024fface6a11bce249c2d
Timestamp: 1774132210
Server Seed Commitment: c13c1dfe34e3f90aaebd6ebc19d1f82023804d93686263260de2f65639736745
Commitment Nonce: a7cc7f17501ed634006ab797af32d4e18b90e652c69c96b040ca527149a00535
Merkle Root: f9f28edef9905f5330a082a8bf425188e8d09f7fa91755db9907e3d98bb198a4
Server Seed (revealed): 083bb696e1cef8f59233667c424e238fff392c5c9d6031e90c5f5492ccc66ec7
Combined Seed: 5cc7c46ec568b000f2f798545eb9f6066d86f78eebd024fface6a11bce249c2d
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.