1
0

mv client/* . && rm -fr client

This commit is contained in:
genjix
2012-04-29 17:49:41 +01:00
parent fc288a67cb
commit b3fd4a2832
38 changed files with 0 additions and 0 deletions

11
blocks Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env python
import interface
i = interface.TcpStratumInterface('ecdsa.org', 50001)
i.start()
i.send([('blockchain.numblocks.subscribe',[])])
while True:
r = i.responses.get(True, 100000000000)
print r.get('result')