-
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
Timeout error on Dash and Doge while using unspent #55
Comments
Unfortunately it seems there are no ElectrumX servers for these coins at the moment, although there were in the past. There was some silly dispute in the Dash community over the Dash version of ElectrumX. If you know of available ElectrumX servers it it is possible to provide them as input when initializing the Coin instance. |
Here's how to provide the servers as input: 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 |
Should be ok now in v 2.0.9. Thanks for your assistance, @x011 . python -m pip install --upgrade cryptos |
I'm getting the error below while using the
unspent
function on Dash and Doge. Any idea why? Is there a way to increase the timeout or change the blockchain provider for these two coins?The text was updated successfully, but these errors were encountered: