Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
03-19-2015, 01:45 AM
(This post was last modified: 03-19-2015 01:50 AM by xiaofang.)
Post: #11
|
|||
|
|||
RE: CryptoBlackJack free to use | |||
03-20-2015, 02:23 AM
Post: #12
|
|||
|
|||
RE:
Not working
|
|||
03-20-2015, 04:30 AM
Post: #13
|
|||
|
|||
RE:
please share this ...i already search many thing but nowhere i found thus things
|
|||
04-07-2015, 10:50 AM
Post: #14
|
|||
|
|||
RE: [REQ] Bitcoin gambling script
i belive this is crap
just waisted loads of time installing this carnt install on xampp under windows 7 chmod error |
|||
04-08-2015, 12:39 AM
Post: #15
|
|||
|
|||
RE: [REQ] Bitcoin gambling script | |||
04-08-2015, 02:16 AM
(This post was last modified: 04-08-2015 02:16 AM by goodguy.)
Post: #16
|
|||
|
|||
RE: [REQ] Bitcoin gambling script
I know a little about bitcoins and it works under localhost :)
thanks for sharing guys! |
|||
04-08-2015, 02:35 AM
Post: #17
|
|||
|
|||
RE: [REQ] Bitcoin gambling script | |||
04-08-2015, 02:42 AM
Post: #18
|
|||
|
|||
RE: [REQ] Bitcoin gambling script
(03-19-2015 01:45 AM)xiaofang Wrote: https://github.com/felinegambler/CryptoBlackJack |
|||
04-08-2015, 04:39 AM
(This post was last modified: 04-08-2015 04:42 AM by xiaofang.)
Post: #19
|
|||
|
|||
RE: [REQ] Bitcoin gambling script
And always guy's in here can't install script they have errors they can't read install they can't see the network cabel . and other can read and the strange is script works for them.
remember this if you install on localhost there is always IN your config you have wrong settings == 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 |
|||