Recorded parameters
- Endpoint
GET /api/ints- Client seed
btc-00000000000000000000411e6546f4eaf21471ed863993b8c60389ea94d085ba- Server hash
6ad0dd549015097f0dcfe82c3e669884c4eacb40cb685e5cd578d508ad075e70- Server seed
020b8d272145bfc8f6ca3a1d04a7817f326569c86c531279075019c5f9c5938e- Cursor
1000000435- Nonce
0- Count
12- Min
1- Max
40- Recorded at
- 2026-07-06T19:50:01.781Z
Outcome
27, 32, 5, 29, 12, 10, 28, 17, 20, 11, 10, 12
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 — try it now with the revealed serverSeed above.2. Re-derive the values: HMAC-SHA256(serverSeed,
"btc-00000000000000000000411e6546f4eaf21471ed863993b8c60389ea94d085ba:0:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.