mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
updating default servers
This commit is contained in:
parent
76af3959bf
commit
736b72f77f
2 changed files with 4 additions and 3 deletions
|
@ -28,13 +28,14 @@ DEFAULT_TIMEOUT = 5
|
||||||
DEFAULT_SERVERS = [
|
DEFAULT_SERVERS = [
|
||||||
#'electrum.bitcoins.sk:50001:t',
|
#'electrum.bitcoins.sk:50001:t',
|
||||||
#'uncle-enzo.info:50001:t',
|
#'uncle-enzo.info:50001:t',
|
||||||
#'electrum.bitcoin.cz:50001:t',
|
|
||||||
#'electrum.bitfoo.org:50001:t',
|
#'electrum.bitfoo.org:50001:t',
|
||||||
|
#'webbtc.net:50001:t',
|
||||||
|
'electrum.bitcoin.cz:50001:t',
|
||||||
'electrum.novit.ro:50001:t',
|
'electrum.novit.ro:50001:t',
|
||||||
'electrum.be:50001:t',
|
'electrum.be:50001:t',
|
||||||
'webbtc.net:50001:t',
|
|
||||||
'electrum.bysh.me:50001:t',
|
'electrum.bysh.me:50001:t',
|
||||||
'electrum.pdmc.net:50001:t',
|
'electrum.pdmc.net:50001:t',
|
||||||
|
'electrum.no-ip.org:50001:t',
|
||||||
'ecdsa.org:50001:t'
|
'ecdsa.org:50001:t'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ except:
|
||||||
print "usage: get_history <bitcoin_address>"
|
print "usage: get_history <bitcoin_address>"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
i = Interface({'server':'webbtc.com:50001:t'})
|
i = Interface({'server':'electrum.be:50001:t'})
|
||||||
i.start()
|
i.start()
|
||||||
h = i.synchronous_get([ ('blockchain.address.get_history',[addr]) ])[0]
|
h = i.synchronous_get([ ('blockchain.address.get_history',[addr]) ])[0]
|
||||||
for item in h:
|
for item in h:
|
||||||
|
|
Loading…
Add table
Reference in a new issue