Post
Topic
Board Project Development
Re: Making a new dice/casino site.
by
IamAGentleman
on 16/01/2015, 00:42:44 UTC
Guyzz if I want to make a new dice or a casino site for any crypto currency then what thing are necessary like programming is main and other?
 
How to get start with it ?


If u knew it, u would not have been asking. Better dont try those at first. Gambling sites and exchanges require high level programming and in depth understanding of bitcoin. Start with easier projects like faucet creation etc.
i dont see why an understanding of bitcoin is necessary at all, a gambling site is the same regardless of whats being gambled. Dollars, rubles, btc, etc., are all just floating point values to the interpreter.

If you plan on programming, you need to know how bitcoin works so you can program the server to accept and send bitcoin transactions, as well as protect your coins against double spends and other threats. Second of all, people don't really gamble at sites that aren't provably fair so you'll need to add that too.

If someone knows how to script they should be able to do it as gathering the basics of Bitcoin should be sufficient, connect via JSON RPC, use getnewaddress() sendtoaddress() function and done. But yes, it would be beneficial if they know how BTC works so they can do coldstorage yadda yadda