Recorded parameters
- Endpoint
GET /api/ints- Client seed
btc-00000000000000000001f4302f2e661ee151e7cba4ab6407900e6ee18000b1b2- Server hash
0c5db46697d3d925d02636ffbc145fd80a9a88b4a4ced298ac0079a93808fac4- Server seed
c0176bc1ed38bbcafafd00d8c52a3988f098e8c30fc361e860d475e21bcc47ef- Cursor
1000000433- Nonce
0- Count
12- Min
1- Max
420- Recorded at
- 2026-07-06T01:00:01.475Z
Outcome
282, 228, 298, 49, 187, 290, 106, 367, 149, 275, 136, 293
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-00000000000000000001f4302f2e661ee151e7cba4ab6407900e6ee18000b1b2:0:<round>"), then map bytes to ints.3. Confirm the public hash on the verify form: Open in /verify →
Reference implementation: @provableio/provable-core.