Draw Proof Details - Draw #503135960

Draw Information
Draw ID:
#503135960
Game:
Rapid Riches
Draw Time:
2026-05-01 08:20:44 UTC
Result Published:
2026-05-01 08:23:00 UTC
Status: Verified & Complete
Winning Numbers
Main Numbers
6
15
20
24
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:
  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: 503135960
Timestamp: 1777638044
Server Seed Commitment: 6a3939861277cec6ff56a9e9c1dae268f1dbbea875cbb8e9e55081f371196b01
Commitment Nonce: 23f970a448b872faf4051bf925a926db3fc27a4274d5533c79795567e29bcc69
Merkle Root: 1a519d2437cc62cd5dcb68afadfc61fa71c34ce956c54ac86c90f34eed56452d
Server Seed (revealed): 4879c37db85b249dfbc3ee6ab5b3716d3f0fc4a22e4524048714433daa7305e0
Combined Seed: f53a45de62c8d6ed33b62c3a9d30e2c7a344f5e8f7e0a19c7882d9f74b15d5dc
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.