Draw Proof Details - Draw #502897341
Draw Information
Draw ID:
#502897341
#502897341
Game:
Rapid Riches
Rapid Riches
Draw Time:
2026-03-21 18:27:38 UTC
2026-03-21 18:27:38 UTC
Result Published:
2026-03-21 18:27:45 UTC
2026-03-21 18:27:45 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
12
13
20
22
Bonus Numbers
5
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: 502897341
Timestamp: 1774132058
Server Seed Commitment: 5e17f1f654517329c11290efad3b2bb9722a275b4afb46bb46138956fd12cdef
Commitment Nonce: 9f2bf5fba275ac17467f5395cde20c10d68b1991b509f6cc43c1a3e1942f52ad
Merkle Root: 5551de7a02947d95cffba006ccba4c9c36f38370891a776601bb513f03e64cea
Server Seed (revealed): a18c67245ae9b1569f1b5c6f8a3491a458aafd96012ee3e2bb7a04e554ca3505
Combined Seed: f44fff64bb23453966e03f59e5a831967033a1a95e7609256b4c4b830823d555
Timestamp: 1774132058
Server Seed Commitment: 5e17f1f654517329c11290efad3b2bb9722a275b4afb46bb46138956fd12cdef
Commitment Nonce: 9f2bf5fba275ac17467f5395cde20c10d68b1991b509f6cc43c1a3e1942f52ad
Merkle Root: 5551de7a02947d95cffba006ccba4c9c36f38370891a776601bb513f03e64cea
Server Seed (revealed): a18c67245ae9b1569f1b5c6f8a3491a458aafd96012ee3e2bb7a04e554ca3505
Combined Seed: f44fff64bb23453966e03f59e5a831967033a1a95e7609256b4c4b830823d555
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.