Kemeow Verifier
This reference verifier matches the true Kemeow engine in the MiaBot repo. It supports the current two-seed flow and can parse both classic flat proof JSON and the weekly nested `verification` payload.
Verify Game Results
Best input: the saved proof JSON or the full Discord proof block.
If present, we can fetch proof JSON from the bot proof API.
These must be the sorted player IDs used to build the client seed base.
Reference Proof Shape
{
"commitment_id": "...",
"server_seed": "...",
"server_seed_hash": "...",
"mixer_salt": "...",
"mixer_salt_hash": "...",
"phase1_hash": "...",
"client_seed": "...",
"client_seed_hash": "...",
"client_seed_base": "...",
"player_ids": ["..."],
"board_size": 40,
"draw_count": 10,
"winning_numbers": [1,2,3]
}
Verification Output
Run verification to see pass/fail checks and draw reconstruction.
Verification
Legacy proofCheck Results
Numbers Comparison
Generated from seeds
Claimed in game