a basic bitcoin dice site
More info (including changelog and FAQ) in the bitcointalk.org thread: https://bitcointalk.org/index.php?topic=1062680
Untitled Dice is a bare-bones bitcoin dice casino built on top of the Moneypot.com gambling API that lets anyone run their own dice site by forking this project.
Since Moneypot handles the user accounts, betting, faucet, and chat, Untitled Dice does not need a server of its own. It's fully client-side (just some javascript files), so it can be hosted anywhere including Github.
Moneypot even handles the bankroll. Profits are split between you, Moneypot, and Moneypot's investors. See: https://www.moneypot.com/investment.
If you want to run your own dice casino, all you need to do is clone/fork this project, create an app at Moneypot (https://www.moneypot.com/apps/new), and set the
config.app_idat the top of the
app.jsfile.
untitled-dice.github.ioto
{YOUR_USERNAME}.github.io
app.js
https://{YOUR_USERNAME}.github.io
cd untitled-dice npm install python -m SimpleHTTPServer 5000
Then visit http://localhost:5000
MIT