Post
Topic
Board Service Discussion
Re: BetterBets - Not Provably Fair AGAIN
by
BetterBetsDev
on 13/10/2016, 06:52:05 UTC
'csNext' is not returned, it is a parameter in the request Tongue They generate that clientseed randomly in the browser with the RNG you provided.. so that is fine. The problem is that they are sending it to the server already before getting the next serverseed hash (which is my first point in my last post in that previous thread Wink)

The reason we do this is that it allows us to verify client seed integrity against the user profile. The next server seed is not sent to Moneypot, so they don't know it.

However, for the client seed this probably doesn't matter, so it's probably best to disable this feature.