Skip to content

felinegambler/CryptoBlackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoBlackJack is a popular CryptoCurrency BlackJack game, CryptoBlackJack 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)

CryptoBlackJack

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/CryptoBlackJack)
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/blackjack/admin (or wherever you put the blackjack 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!

About

CryptoBlackJack 1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published