forked from Qortal/qortal
Added additional Dogecoin ElectrumX server.
This commit is contained in:
parent
6ad0989ea2
commit
a24ba40d5c
@ -47,7 +47,8 @@ public class Dogecoin extends Bitcoiny {
|
||||
// Servers chosen on NO BASIS WHATSOEVER from various sources!
|
||||
new Server("electrum1.cipig.net", ConnectionType.SSL, 20060),
|
||||
new Server("electrum2.cipig.net", ConnectionType.SSL, 20060),
|
||||
new Server("electrum3.cipig.net", ConnectionType.SSL, 20060));
|
||||
new Server("electrum3.cipig.net", ConnectionType.SSL, 20060),
|
||||
new Server("161.97.137.235", ConnectionType.SSL, 50002));
|
||||
// TODO: add more mainnet servers. It's too centralized.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user