remove ecdsa.org from default servers; too much downtime
This commit is contained in:
@@ -9,7 +9,7 @@ except:
|
||||
print "usage: watch_address <bitcoin_address>"
|
||||
sys.exit(1)
|
||||
|
||||
i = TcpStratumInterface('ecdsa.org', 50001)
|
||||
i = TcpStratumInterface('electrum.novit.ro', 50001)
|
||||
i.init_socket()
|
||||
i.start()
|
||||
i.send([('blockchain.address.subscribe',[addr])])
|
||||
|
||||
Reference in New Issue
Block a user