primal100 / pybitcointools

Simple, common-sense Bitcoin-themed Python ECC library
Other
336 stars 152 forks source link

DASH not working explorer #28

Closed maxclax closed 1 year ago

maxclax commented 5 years ago

https://insight.dash.siampm.com/api back Bad Request !!!

ajdicaprio commented 5 years ago

Solved changing the explorer for Dash. In file: /home/Personal_Folder/.local/lib/python3.6/site-packages/cryptos/coins/dash.py


from ..explorers import sochain

class Dash(BaseCoin):

explorer = dash_siampm

explorer = sochain
maxclax commented 5 years ago

changing

Solved changing the explorer for Dash. In file: /home/Personal_Folder/.local/lib/python3.6/site-packages/cryptos/coins/dash.py

from ..explorers import sochain

class Dash(BaseCoin):

explorer = dash_siampm

explorer = sochain

What do you change and integrate in application? When I get from github packet I have error

primal100 commented 1 year ago

Should work now with electrumx (although there are very few Dash ElectrumX servers so may be unreliable).