Dumb question : I’m wondering how does this get auditable? Perhaps some kind of verifiable hash of a defined (open source)function + timestamp ?

Reply to this note

Please Login to reply.

Discussion

it's an open standard for gambling generally. provable verification is like:

hash(nonce, server seed, client seed, timestamp) ->

get hex digest ->

convert hex to number ->

that is your random number

to verify, given your client seed you set, and server seed revealed (hidden at time of bet), you can hash it yourself and verify the number is the result

but it's tricky how this is implemented because house can just keep trying multiple server seeds until result meets their liking. this is why server seeds should be hash chains or predetermined in advance or something

Quite interesting. Thanks

It’s above my pay grade.