Pages:
Author

Topic: [FREE] BitcoinDice 1.0 - Free Open Source Dice Script - Run Your Own Casino - page 2. (Read 3843 times)

sr. member
Activity: 270
Merit: 250
How and where do I install bitcoind?
sr. member
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
Anyways, how do I setup the wallet? It asks for login, pass, and port. Someone help?

Did you follow the instructions on the readme.md?

Quote
BitcoinDice is a popular Bitcoin Dice game, BitcoinDice 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)

BitcoinDice

1) Put in a directory of your choice
2) Change to the inc/ directory and change the permissions to 777 (chmod 777 *)
3) Run the script from your prefered web browser and follow the installation instructions on screen
4) Once completed remove the install directory for security reasons
5) You now have access to http://your-server/dice/admin (or wherever you put the dice script)
6) Finally, Deposit your funds using the receiving address on the wallet tab in the admin menu (Depositing your funds to another address will not work and will not show as available casino funds)

if you have any problems you can contact me for installation help [email protected]

Good Luck and have fun running your own casino!
sr. member
Activity: 270
Merit: 250
Anyways, how do I setup the wallet? It asks for login, pass, and port. Someone help?
sr. member
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice

 Now if we could get a autobet and invest feature put there anyone can make a dice site with capabilities of highest dice sites Cheesy

 

I believe it does come with an autobet facility
sr. member
Activity: 270
Merit: 250

Warning: ftp_connect() [function.ftp-connect]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/mainhost/public_html/file-manager/includes/filesystem.inc.php on line 242
sr. member
Activity: 434
Merit: 250

 Now if we could get a autobet and invest feature put there anyone can make a dice site with capabilities of highest dice sites Cheesy

 
newbie
Activity: 14
Merit: 0
Sorry about that guys it was an honest mistake,
Very glad you spotted it before anything came of it .

I have also added a donation address to the original post

Thanks to all
sr. member
Activity: 270
Merit: 250

Oh Sorry,
Looks like we forgot to remove that, We used it as we wanted a constant deposit address, I will remove that from the source code now and make it random.

Thanks for picking up on that.

Random? You have to make it so all the user-deposited funds get sent in the end to the admin -_-

I think what he means is a random deposit address, looks to be fixed now anyway, see below

https://github.com/felinegambler/BitcoinDice/blob/master/admin/pages/wallet.php (Line 53)

Maybe an honest mistake Roll Eyes

Downloading it now. Will be donating later! Thanks man!
newbie
Activity: 14
Merit: 0

Oh Sorry,
Looks like we forgot to remove that, We used it as we wanted a constant deposit address, I will remove that from the source code now and make it random.

Thanks for picking up on that.

Random? You have to make it so all the user-deposited funds get sent in the end to the admin -_-

I think what he means is a random deposit address, looks to be fixed now anyway, see below

https://github.com/felinegambler/BitcoinDice/blob/master/admin/pages/wallet.php (Line 53)

Maybe an honest mistake Roll Eyes

Thanks

had someone who is more knowledgeable update it and was just about to send the link
sr. member
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice

Oh Sorry,
Looks like we forgot to remove that, We used it as we wanted a constant deposit address, I will remove that from the source code now and make it random.

Thanks for picking up on that.

Random? You have to make it so all the user-deposited funds get sent in the end to the admin -_-

I think what he means is a random deposit address, looks to be fixed now anyway, see below

https://github.com/felinegambler/BitcoinDice/blob/master/admin/pages/wallet.php (Line 53)

Maybe an honest mistake Roll Eyes
sr. member
Activity: 270
Merit: 250

Oh Sorry,
Looks like we forgot to remove that, We used it as we wanted a constant deposit address, I will remove that from the source code now and make it random.

Thanks for picking up on that.

Random? You have to make it so all the user-deposited funds get sent in the end to the admin -_-
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
Yep, deposit address will always show the script owner's address. Luckily this is PHP so its very easy to change, and get this script actually working.
newbie
Activity: 14
Merit: 0
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.

EDIT:

it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.

Hey thanks for the feedback

It is quite an old script thats why it uses mysql, but it does still work.

The good thing about it being free and open source is that people can make the changes they feel are necessary


I see a problem in admin/pages/wallet.php on line 52 to 54
Code:
     echo "1NPTYuzo2imRi7oiow6gszX3QQccnPWAGJ";
  
?>


it just echos a hardcoded wallet addy. instead of it being dynamic.

Oh Sorry,
Looks like we forgot to remove that, We used it as we wanted a constant deposit address, I will remove that from the source code now and make it random.

Thanks for picking up on that.
sr. member
Activity: 270
Merit: 250
Damn haha so all the funds would be going to one guy, which is OP. Lmfao nice try.
newbie
Activity: 10
Merit: 0
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.

EDIT:

it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.

Hey thanks for the feedback

It is quite an old script thats why it uses mysql, but it does still work.

The good thing about it being free and open source is that people can make the changes they feel are necessary


I see a problem in admin/pages/wallet.php on line 52 to 54
Code:
     echo "1NPTYuzo2imRi7oiow6gszX3QQccnPWAGJ";
  
?>


it just echos a hardcoded wallet addy. instead of it being dynamic.

Busted huh? Nothing in life is free!
No it's not busted, installed, works great, needs some editing, not much work is needed. won't run on php5.4 + but that is not a biggie.

BTW there is alot in life that is free, like my air i am letting you breathe.
member
Activity: 98
Merit: 10
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.

EDIT:

it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.

Hey thanks for the feedback

It is quite an old script thats why it uses mysql, but it does still work.

The good thing about it being free and open source is that people can make the changes they feel are necessary


I see a problem in admin/pages/wallet.php on line 52 to 54
Code:
     echo "1NPTYuzo2imRi7oiow6gszX3QQccnPWAGJ";
  
?>


it just echos a hardcoded wallet addy. instead of it being dynamic.

Busted huh? Nothing in life is free!
newbie
Activity: 10
Merit: 0
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.

EDIT:

it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.

Hey thanks for the feedback

It is quite an old script thats why it uses mysql, but it does still work.

The good thing about it being free and open source is that people can make the changes they feel are necessary


I see a problem in admin/pages/wallet.php on line 52 to 54
Code:
     echo "1NPTYuzo2imRi7oiow6gszX3QQccnPWAGJ";
  
?>


it just echos a hardcoded wallet addy. instead of it being dynamic.
newbie
Activity: 14
Merit: 0
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.

EDIT:

it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.

Hey thanks for the feedback

It is quite an old script thats why it uses mysql, but it does still work.

The good thing about it being free and open source is that people can make the changes they feel are necessary

sr. member
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.

EDIT:

it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.

Thanks for taking the time to look through it Smiley im sure it will put everyone's minds at rest.
newbie
Activity: 10
Merit: 0
I am an experienced PHP developer. I will take a good look at it and let everyone know how well it works and if i see any problems with the logic. and/or how easy it is to make it usable with altcoins.

EDIT:

it does need rewritten a bit, uses mysql which is depreciated, so it would need to be upgraded to pdo or mysqli.
Pages:
Jump to: