Draw Proof Details - Draw #502766265
Draw Information
Draw ID:
#502766265
#502766265
Game:
Rapid Riches
Rapid Riches
Draw Time:
2026-02-28 18:29:38 UTC
2026-02-28 18:29:38 UTC
Result Published:
2026-02-28 18:29:40 UTC
2026-02-28 18:29:40 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
4
17
21
23
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: 502766265
Timestamp: 1772339378
Server Seed Commitment: 70cae795e1c4ef81be05530a4030593594d14585c7d022520ce69dc3137a8487
Commitment Nonce: 86bb530eef10077c877e83da8cf36d843e2c1d6e0bd74a6d409ddd2dd403aa00
Merkle Root: 17f8d30a35efafdd6ee515d3f0e710f9e2dacda8334497d03b7951b79d1571c9
Server Seed (revealed): dd2207235079165fbc0e3e0668d6b5ef85c5f49321c598d036ffde626e76370e
Combined Seed: 812bad51e3c25b3dd91e9210cc055ef2e6b6e625bcadc9b22f7c4293ed25e047
Timestamp: 1772339378
Server Seed Commitment: 70cae795e1c4ef81be05530a4030593594d14585c7d022520ce69dc3137a8487
Commitment Nonce: 86bb530eef10077c877e83da8cf36d843e2c1d6e0bd74a6d409ddd2dd403aa00
Merkle Root: 17f8d30a35efafdd6ee515d3f0e710f9e2dacda8334497d03b7951b79d1571c9
Server Seed (revealed): dd2207235079165fbc0e3e0668d6b5ef85c5f49321c598d036ffde626e76370e
Combined Seed: 812bad51e3c25b3dd91e9210cc055ef2e6b6e625bcadc9b22f7c4293ed25e047
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.