-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ElectrumX servers #57
Comments
I hope not, because last month owner had added new major update with ElectrumX. I have testet it and only with Doge servers problem and sometime with other. Need some logic for update servers |
Hi @maxclax, If you know of any Doge ElectrumX servers than you can provide them as input to the Doge coin class. Create a servers.json file like this:
Once you have the .json file you can try this: d = Doge(client_kwargs={'server_file': 'servers.json'}) You can also let me know any Doge ElectrumX servers you know about and I can update it in the file in this repository |
Can this servers be used: https://docs.komodoplatform.com/mmV1/coin-integration/electrum-servers-list.html#world-2 |
Thanks @x011 that's a great resource. Will try in the next day or two. |
Version 2.0.9 up on pypi now with added servers for Doge and Dash. Your example is working now @maxclax. python -m pip install --upgrade cryptos >>> api.get_balances(addr)
[{'confirmed': 0, 'unconfirmed': 0, 'address': 'DLvceoVN5AQgXkaQ28q9qq7BqPpefFRp4E'}] |
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?
The text was updated successfully, but these errors were encountered: