Recorded parameters
- Endpoint
GET /api/ints- Client seed
giveaway_2026_05_24_by_number- Server hash
ff9b59c549e096da860312c3fc01e72e27ba16bdd40a18557247efb0684d14e8- Cursor
0- Nonce
5- Count
1- Min
1- Max
1750- Recorded at
- 2026-07-17T15:49:26.076Z
Outcome
466
Permalink
How to reproduce this yourself
1. Confirm the server hash:
2. Re-derive the values: HMAC-SHA256(serverSeed,
3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.
1. Confirm the server hash:
sha256(serverSeed) === serverHash — once the seed is revealed (after the cursor advances), this hash will match it.2. Re-derive the values: HMAC-SHA256(serverSeed,
"giveaway_2026_05_24_by_number:5:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.