Bitcoin Forum
May 05, 2024, 11:30:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Can any one help me out to Launch BITCOIN betting site  (Read 1747 times)
usamakhalid961 (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100

Keep smiling


View Profile WWW
August 10, 2013, 06:06:40 AM
 #1

Can any one help me out to Launch BITCOIN betting site. i want a person who have a knowledge about bitcoind and jsonrpcclient

For sell
just 0.01 btc per year
1714951834
Hero Member
*
Offline Offline

Posts: 1714951834

View Profile Personal Message (Offline)

Ignore
1714951834
Reply with quote  #2

1714951834
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
usamakhalid961 (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100

Keep smiling


View Profile WWW
August 10, 2013, 05:26:01 PM
 #2

tell me the steps to get this script working..
demo-scriptage.tk

For sell
just 0.01 btc per year
leancuisine
Hero Member
*****
Offline Offline

Activity: 980
Merit: 1000


www.DonateMedia.org


View Profile WWW
August 10, 2013, 08:21:50 PM
 #3

tell me the steps to get this script working..
demo-scriptage.tk
That site is offline.

usamakhalid961 (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100

Keep smiling


View Profile WWW
August 11, 2013, 11:06:49 AM
 #4

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

For sell
just 0.01 btc per year
pythonista
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
August 11, 2013, 01:36:52 PM
 #5

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.
CasinoBit
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
August 11, 2013, 01:38:46 PM
 #6

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?
vlees
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
August 12, 2013, 11:35:47 AM
 #7

https://bitcointalk.org/index.php?topic=268445.0

OP ignored me in that thread and tries to get help on an for him impossible subject here...

BEEP BEP
drawingthesun
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
August 12, 2013, 02:22:11 PM
 #8

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.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!