The rounds are fun just to wait on them thinking about raising your bet
been hooked on it for past hours,
tho i would like to ask about
1- where you find out who won the round or its just the percentage that points to the winner?
2-how to prove the provably fair what to calculate the seed against?
3- will it make any difference changing your seed or not?
thanks again
Thank you for your comment.
BitLucky does not officially reveal anything about any user. However, you can get anonymous information about the seeds. Server seed is hidden until the roll so yes, your seed change the result of the roll.
You just sum the seeds (converting strings to int) and then feed it to the random generator in order to get your lucky number (min=0; max=pot-1)
Then you should sum all users' contribution until you reach the lucky number. (roulette wheel)
I will also provide you with exact functions that determine lucky numbers. Actually, we plan to publish our source code soon.
Currently, BitLucky only informs the winner about the result. This was a result of bad planning, since at first, we wanted to create a totally anonymous lottery. Yet it is obvious that it is necessary to have everyone informed. It will be fixed soon.
However, as I just said, you can get the picture if you observe JSON objects flying around.