Bitcoin Forum

Bitcoin => Project Development => Topic started by: sushil on January 15, 2015, 03:56:40 PM



Title: Making a new dice/casino site.
Post by: sushil on January 15, 2015, 03:56:40 PM
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 ?












Title: Re: Making a new dice/casino site.
Post by: newIndia on January 15, 2015, 04:58:33 PM
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.


Title: Re: Making a new dice/casino site.
Post by: aDude on January 15, 2015, 07:05:26 PM
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.


Title: Re: Making a new dice/casino site.
Post by: RGBKey on January 15, 2015, 10:46:31 PM
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.


Title: Re: Making a new dice/casino site.
Post by: IamAGentleman on January 16, 2015, 12:42:44 AM
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


Title: Re: Making a new dice/casino site.
Post by: twister on January 16, 2015, 06:45:09 AM
If you don't know what you're doing, best don't do it. You'll end up losing yours and others funds from a bad script which you yourself can't examine.


Title: Re: Making a new dice/casino site.
Post by: ComboChris on January 16, 2015, 01:29:09 PM
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 ?


From your post, I assume that you haven't done any coding/web developement before which is not a good starting point for making a good gambling site.
Additionally you have to keep in mind that you will have to learn a lot of legal stuff if you do not want to run an illegal buisness.
Also, if you really put a lot of time into learning programming and then making a big project, I assume that you want to make some money with it. For that you will have to learn a lot about online marketing strategies.
Lastly, in order to gain trust, you need to have a decent starting bankroll to cover bet.

Overall, judging from this very short post, it seems like you haven't looked into this much. If you're not really serious about this, I doubt that you will make your way from knowing nothing about the subject to creating good, secure and legal dicing site and market it efficiently.

Anyway, if you do have the dedication to go this way, good luck!


Title: Re: Making a new dice/casino site.
Post by: coinableS on January 16, 2015, 01:46:11 PM

How to get start with it ?

Start with something easier before working on a gambling site.

https://www.youtube.com/playlist?list=PLhWIQKZKupCYEPtkR8sPLRJ5VDu8NepcV

Step by step, not technical, not advanced, perfect for beginners in web developing and bitcoin.