Post
Topic
Board Project Development
Re: P2P Provably Fair Casino Project
by
hatshepsut93
on 03/11/2019, 17:16:24 UTC

Server side
* The casino owners can run the application to allow their clients to join the network.
* Generate and broadcast provably fair random numbers
* Collect bets and distribute winnings.


Can you explain that bit about generating random numbers? If it's a p2p casino, shouldn't the numbers be generated by clients? Also, can you write here in detail your Provably Fair algorithm, so we could get a better idea of how your casino works?