Post
Topic
Board Project Development
Re: New btc casino. How I avoid double spending and fraud?
by
asker8
on 28/12/2016, 15:25:09 UTC
1.Avoid remote 3rd party API calls.Write your own Json parser from scratch.
2.Yet the most easiest way to protect it,accept bets with only 2 or more confirmations.
3.I believe there is a C++ module which is available for free which can help prevent double spends within a certain broadcasting time of the transaction.

link please to module