Skip to content

ElectrumX servers #57

@maxclax

Description

@maxclax

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions