Skip to content
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

No successful response from any Dash / Dogecoin service provider #294

Open
Ilya-Green opened this issue Apr 26, 2023 · 1 comment
Open

Comments

@Ilya-Green
Copy link

Ilya-Green commented Apr 26, 2023

How to reproduce:
python=3.9
bitcoinlib==0.6.9

from bitcoinlib.services.services import Service

ltc_service = Service(network='dash')
ltc_balance = ltc_service.getbalance('Xfsv5T9uG1FgSxP95FqiJ4a2uref7FGz5H')
print(ltc_balance)

Result:

Traceback (most recent call last):
  File "E:\cygwin64\git\bitcoinlib.py", line 14, in <module>
    ltc_service = Service(network='dash')
  File "E:\cygwin64\git\bitcoinlib\venv\lib\site-packages\bitcoinlib\services\services.py", line 145, in __init__
    self._blockcount = self.blockcount()
  File "E:\cygwin64\git\bitcoinlib\venv\lib\site-packages\bitcoinlib\services\services.py", line 495, in blockcount
    new_count = self._provider_execute('blockcount')
  File "E:\cygwin64\git\bitcoinlib\venv\lib\site-packages\bitcoinlib\services\services.py", line 224, in _provider_execute
    raise ServiceError("No successful response from any serviceprovider: %s" % list(self.providers.keys()))
bitcoinlib.services.services.ServiceError: No successful response from any serviceprovider: ['cryptoid.dash', 'blockchair.dash', 'insightdash', 'chainso.dash']

Same issue with dogecoin

@mccwdev
Copy link
Member

mccwdev commented May 3, 2023

Unfortunately there are not enough working service providers for the Dogecoin and Dash network at this moment. You need to run your own Dash / Dogecoin node to get it working, or get a payed subscription somewhere.

@mccwdev mccwdev changed the title No successful response from any serviceprovider No successful response from any Litecoin / Dogecoin service provider Jul 4, 2023
@mccwdev mccwdev changed the title No successful response from any Litecoin / Dogecoin service provider No successful response from any Dash / Dogecoin service provider Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants