forked from vbuterin/pybitcointools
-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
Hello, when test new major branch with ElectrumX I have problem with servers.
Some servers from .json files are down. And I can't check unspent, balance. Scrypt take one of them without check works it or not.
How to update servers list and hold actual only?
api = Doge(testnet=False)
print(f"coin_symbol: {api.coin_symbol}")
priv = sha256('a big long brainwallet password')
pub = api.privtopub(priv)
addr = api.pubtoaddr(pub)
api.get_balances(addr)
print(f"priv: {priv}")
print(f"pub: {pub}")
print(f"addr: {addr}")
print(f"Balance: {api.get_balances(addr)}")
TimeoutError: 493 finally:
494 timeout_handle.cancel()
Metadata
Metadata
Assignees
Labels
No labels