Author

Topic: Can any one help me out to Launch BITCOIN betting site (Read 1768 times)

legendary
Activity: 1176
Merit: 1015
tell me the steps to get this script working..
demo-scriptage.tk

You are building a online casino that will hold real money, and your asking about how to run a script?

I actually don't know what to say. The lack of professionalism in Bitcoin is bewildering, how can so many people be so bad at this?

Are you really trying to build an entire casino with minimal experience in website development and to top it off run it on a free webhost?

/facepalm.

full member
Activity: 196
Merit: 100
https://bitcointalksearch.org/topic/can-any-one-setup-my-bitcoin-betting-site-about-bitcoind-and-jsonrpcclient-268445

OP ignored me in that thread and tries to get help on an for him impossible subject here...
sr. member
Activity: 364
Merit: 250
Why does every fool who doesn't know absolutely ANYTHING or has a significant amount of money thinks he can launch a Bitcoin casino? Doesn't losing the money of your depositors bother you at all?
newbie
Activity: 35
Merit: 0
Ok I can give some pointers:

bitcoind is the command line version of the bitcoin client, as opposed to bitcoin-qt which has the QT graphical frontend. You can compile both of those programs from the bitcoin source code, or just download the binaries.

If you run either bitcoind or bitcoin-qt with the -server option, they accept RPC commands given by your script to make transactions, make new addresses, show deposits etc.

If you want to control bitcoind using Python, then this file is what many people use to send RPC commands:

https://github.com/jgarzik/python-bitcoinrpc/blob/master/bitcoinrpc/authproxy.py

Here is some python code to connect to the bitcoind running on the same box:

Code:
from authproxy import AuthServiceProxy
_service = AuthServiceProxy('http://bitcoinrpc:' + password + '@127.0.0.1:8332')
print _service.getinfo()

I hope that is helpful.
full member
Activity: 238
Merit: 100
Keep smiling
tell me the steps to get this script working..
demo-scriptage.tk
That site is offline.

http://www.scriptage.tk/

this one i can give you script too
BTC

but tell me what i should do to start this.
how to get bitcoind file?
how to get jsonrpcclient
hero member
Activity: 980
Merit: 1000
www.DonateMedia.org
tell me the steps to get this script working..
demo-scriptage.tk
That site is offline.
full member
Activity: 238
Merit: 100
Keep smiling
tell me the steps to get this script working..
demo-scriptage.tk
full member
Activity: 238
Merit: 100
Keep smiling
Can any one help me out to Launch BITCOIN betting site. i want a person who have a knowledge about bitcoind and jsonrpcclient
Jump to: