You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
No successful response from any serviceprovider
No successful response from any Litecoin / Dogecoin service provider
Jul 4, 2023
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
How to reproduce:
python=3.9
bitcoinlib==0.6.9
Result:
Same issue with dogecoin
The text was updated successfully, but these errors were encountered: