Draw Proof Details - Draw #503120038

Draw Information
Draw ID:
#503120038
Game:
Rapid Riches
Draw Time:
2026-04-28 08:34:04 UTC
Result Published:
2026-04-28 08:34:06 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
7
10
23
25
Bonus Numbers
3
Cryptographic Proof
This draw uses provably fair technology to ensure complete transparency and fairness. All random number generation is cryptographically verifiable.
Verification Steps:
  1. Server seed committed before any entries
  2. Client seeds collected from all entries
  3. Combined seed used for random generation
  4. Results can be independently verified
Proof Status:
Server Seed Committed
Client Seeds Collected
Results Generated
Independently Verifiable
Technical Information:
Draw ID: 503120038
Timestamp: 1777394044
Server Seed Commitment: f4ba242c4192b8ec087a9ce7a276bdcaf0f0019f40fe700e5d3200f46c4d7122
Commitment Nonce: ca28b0441328db0895128ccfcbd0076de73af8d147c68f1f185261976b996331
Merkle Root: af767f1e00988a792e61d1096c990ff405c9aa337f905453814cf38cf2fa9ce1
Server Seed (revealed): d6fbd85477a0e6118ca3a861a3e07a9fd6a1964729ea93f8ba23e61b9c189ae2
Combined Seed: cf9a783c9595ab11ef103d95f7b2ed76e9c4207a159ef5d310a47d42cb65035e
Verification Instructions
  1. Copy the Server Seed (revealed after draw), Draw ID, Nonce, and other commitment data from below.
  2. 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.
  3. Compute combined_seed = SHA256(server_seed + merkle_root).
  4. 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).first Game config for this draw: MAIN_COUNT=30, PICK_COUNT=4, BONUS_COUNT=9
  5. Confirm the recomputed numbers exactly match the published result numbers.
  6. 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.
This is the pre-image of the commitment. It was kept secret before the draw.
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.