Skip to content

blackchat/CryptoDice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoDice is a popular CryptoCurrency Dice game, CryptoDice is free to use and distribute.

== Pre-Requisites ==
Linux
Apache2
PHP
MySQL
bitcoind

== Installation ==

bitcoind

  1. Install bitcoind
  2. Edit your bitcoin.conf in ~/.bitcoin/bitcoin.conf (you may need to create this) to look like the following, You will need to change the username and pass.

server=1
rpcuser=bitcoinrpc
rpcpassword=dfbufbSUBUSbf7763YSFYbfybsiyb87
rpcport=8332

3) run bitcoind -daemon
4) let it fully sync to the network before moving on to the next part (or the script will not work)

CryptoDice

1) install git (ubuntu: sudo apt-get install git)(fedora/redhat: sudo yum install git)
2) Change to a directory of your choice and run the command (git clone https://github.com/felinegambler/CryptoDice)
3) Change to the inc/ directory and change the permissions to 777 (chmod 777 *)
4) Run the script from your prefered web browser and follow the installation instructions on screen
5) Once completed remove the install directory for security reasons
6) You now have access to http://your-server/dice/admin (or wherever you put the dice script)
7) Finally, Deposit your funds using the receiving address on the wallet tab in the admin menu

if you have any problems you can contact me for installation help felinegambler@gmail.com

Good Luck and have fun running your own casino!

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.5%
  • JavaScript 13.8%
  • CSS 12.7%