Bitcoin Forum
May 09, 2024, 10:36:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: very simple RPC client in python  (Read 1766 times)
tcatm (OP)
Sr. Member
****
qt
Offline Offline

Activity: 337
Merit: 265


View Profile
March 20, 2011, 10:19:37 PM
 #1

I found this (unfinished) code on my harddisk. It's basically a replacement for the built-in RPC client in bitcoind. host/port/user/pass is currently hardcoded.

http://pastebin.com/Nqhq1FUs
1715250961
Hero Member
*
Offline Offline

Posts: 1715250961

View Profile Personal Message (Offline)

Ignore
1715250961
Reply with quote  #2

1715250961
Report to moderator
1715250961
Hero Member
*
Offline Offline

Posts: 1715250961

View Profile Personal Message (Offline)

Ignore
1715250961
Reply with quote  #2

1715250961
Report to moderator
1715250961
Hero Member
*
Offline Offline

Posts: 1715250961

View Profile Personal Message (Offline)

Ignore
1715250961
Reply with quote  #2

1715250961
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
genjix
Legendary
*
expert
Offline Offline

Activity: 1232
Merit: 1076


View Profile
March 20, 2011, 11:03:26 PM
 #2

I got over-excited seeing the title.

How comes you made a wrapper for bitcoind? Seems a bit superfluous :p Thanks for sharing.

btw, I improved ServiceProxy. You should use my version, https://en.bitcoin.it/wiki/API_tutorial_%28JSON-RPC%29#Python
tcatm (OP)
Sr. Member
****
qt
Offline Offline

Activity: 337
Merit: 265


View Profile
March 20, 2011, 11:34:05 PM
 #3

Reasons I wrote this:
* works across network without bitcoind binary
* makes testing RPC features easy
* could be enhanced to pretty print listtransactions or listaccounts
* could support user confirmation on sendfrom ("Are you sure you want to send 1000 BTC to 1Hs53...? (y/N)")
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!