Recorded parameters
- Endpoint
GET /api/ints- Client seed
powerball_2026_05_25_main- Server hash
18f5d3de58468a6c738b7aff15c8913c8906ce3a27739000e8793957a3d207ce- Cursor
0- Nonce
16- Count
5- Min
1- Max
69- Recorded at
- 2026-05-26T05:39:54.369Z
Outcome
11, 27, 18, 8, 56
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,
"powerball_2026_05_25_main:16:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.