Bitcoin Forum
May 11, 2024, 11:31:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Alternate source for Python JSON-RPC?  (Read 5002 times)
H_B (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 15, 2011, 08:29:44 AM
 #1

The website svn.json-rpc.org appears to have been down for the last day or so.  Is there an alternate site where I can acquire this?
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715470266
Hero Member
*
Offline Offline

Posts: 1715470266

View Profile Personal Message (Offline)

Ignore
1715470266
Reply with quote  #2

1715470266
Report to moderator
1715470266
Hero Member
*
Offline Offline

Posts: 1715470266

View Profile Personal Message (Offline)

Ignore
1715470266
Reply with quote  #2

1715470266
Report to moderator
1715470266
Hero Member
*
Offline Offline

Posts: 1715470266

View Profile Personal Message (Offline)

Ignore
1715470266
Reply with quote  #2

1715470266
Report to moderator
CYPER
Hero Member
*****
Offline Offline

Activity: 798
Merit: 502



View Profile
July 15, 2011, 06:17:43 PM
 #2

Yes - http://forum.bitcoin.org/index.php?topic=7514.msg366311#msg366311

I can't guarantee if the link is clean, but hopefully it is.
H_B (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 15, 2011, 06:52:33 PM
 #3

Yes - http://forum.bitcoin.org/index.php?topic=7514.msg366311#msg366311

I can't guarantee if the link is clean, but hopefully it is.

Nifty.  I had been just coming back here to report that:...

https://github.com/bmjames/python-jsonrpc

...appears to work (at least I got a miner working off of it).  Download it, extract it to your home directory, and change the filename to just "python-jsonrpc" (discarding "bmjames" and the number around that).  Then in terminal do:...

$ cd python-jsonrpc
$ sudo python setup.py install

That got me up and running.
CYPER
Hero Member
*****
Offline Offline

Activity: 798
Merit: 502



View Profile
July 15, 2011, 07:00:50 PM
 #4

How do you download it?

I'm not a Linux guru, but can you do:

git clone https://github.com/bmjames/python-jsonrpc.git python-jsonrpc

or you wget it? But will wget download everything (files and folders):

wget https://github.com/bmjames/python-jsonrpc.git
H_B (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 15, 2011, 07:34:22 PM
 #5

How do you download it?

I'm not a Linux guru, but can you do:

git clone https://github.com/bmjames/python-jsonrpc.git python-jsonrpc

or you wget it? But will wget download everything (files and folders):

wget https://github.com/bmjames/python-jsonrpc.git

I just clicked on the "download" button on that page, chose the .zip version, clicked on the downloaded file, and told it to extract to the home folder.  Then I corrected the folder name as above and ran the terminal command above for the setup file that comes with the extracted download.
CYPER
Hero Member
*****
Offline Offline

Activity: 798
Merit: 502



View Profile
July 15, 2011, 07:42:46 PM
 #6

Thank you. I kind of missed the Downloads button  Roll Eyes
aleksandr_k
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
August 15, 2011, 01:24:49 PM
 #7

First step: sudo apt-get install bzr
Next step: http://json-rpc.org/wiki/python-json-rpc
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!