PROTOCOL_VERSION
This commit is contained in:
@@ -9,9 +9,9 @@ except:
|
||||
print "usage: get_history <bitcoin_address>"
|
||||
sys.exit(1)
|
||||
|
||||
i = Interface({'server':'electrum.novit.ro:50001:t'})
|
||||
i = Interface({'server':'webbtc.com:50001:t'})
|
||||
i.start()
|
||||
h = i.synchronous_get([ ('blockchain.address.get_history',[addr]) ])[0]
|
||||
for item in h:
|
||||
print item['tx_hash'], item['value']
|
||||
print item['tx_hash'], item['height']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user