Post
Topic
Board Marketplace
Re: probiwon.com: New gambling shooting game with 94.2% return
by
BlackEye
on 27/01/2011, 01:31:22 UTC
A quick question. Could you show some pseudocode of how you handle the bets? Does the acceptor plays any role in the odds?

After creation of a new addresses pair (your address + acceptor address) site generates random secret, shows sha256(secret) to you and waits for your bet. After bet is accepted and game played new random secret generated immediately and site waits bet again.


I haven't played this yet, and I'm curious how this hash verification works.  If I understand correctly, you display the sha256 of some unique data, AKA "secret" before the player places his bet.  Then the player bets whatever amount they like up to 15 BTC, and is shown the ring that was hit, along with the "secret" used.  While it is easy to verify the secret matches the hash, I don't understand is how the "secret" relates to which ring is hit, as that would be the most important part to verify that the game is fair.