pybitcointools icon indicating copy to clipboard operation
pybitcointools copied to clipboard

DASH not working explorer

Open maxclax opened this issue 7 years ago • 2 comments

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

maxclax avatar Nov 14 '18 19:11 maxclax

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

ajdicaprio avatar Nov 23 '18 01:11 ajdicaprio

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

maxclax avatar Dec 21 '18 15:12 maxclax

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

primal100 avatar Mar 23 '23 11:03 primal100