Browse Source

Added working DASH Testnet server. (#501)

patch-2
Serge Victor 7 years ago
committed by Neil
parent
commit
f968a45c23
  1. 1
      lib/coins.py

1
lib/coins.py

@ -821,6 +821,7 @@ class DashTestnet(Dash):
PEER_DEFAULT_PORTS = {'t': '51001', 's': '51002'} PEER_DEFAULT_PORTS = {'t': '51001', 's': '51002'}
PEERS = [ PEERS = [
'electrum.dash.siampm.com s t', 'electrum.dash.siampm.com s t',
'dasht.random.re s54002 t54001',
] ]

Loading…
Cancel
Save