Post
Topic
Board Project Development
Re: How to create gambling site?
by
Martijnvdc
on 21/12/2014, 16:04:25 UTC
Hi, does anyone know how can i make site like bitwheel.io ?
I think there is script for it.. can someone make tutorial? :O
It's not as easy as you might think.
I think it might be better if you just look up how to do certain things for it; but you can't just find a tutorial for a complete gambling site.
You will need:
- a strong random number generator, which must be verifiable to the users.
- a well optimised database (MySQL or whatever). Make sure everything that can be indexed is indexed.
- PHP scripts for site logic and game logic
- website design, hosting, SSL certificate, ...