Post
Topic
Board Gambling
Re: wanshaizi.com ,Fair dice game on the blockchain 10 times reward [major update]
by
Ion1
on 17/12/2019, 10:18:16 UTC
THIS SITE IS NOT PROVABLY FAIR

The site is not giving hashed server seed in advance. You view server seed and hash of server seed only after placing bet so there is no way to know hash of server seed in advance.

Also, code snippet in "Validation" section of each bet is wrong. It's always shows different roll number and who have a little bit understanding of programming know that this line:
Code:
return lucky % 10000;
can return number larger than 99 but the site only generate numbers 0-99.

Please, fix your provably fair ASAP