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?