mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-06 01:37:51 +00:00
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!
|
// Servers chosen on NO BASIS WHATSOEVER from various sources!
|
||||||
new Server("electrum1.cipig.net", ConnectionType.SSL, 20060),
|
new Server("electrum1.cipig.net", ConnectionType.SSL, 20060),
|
||||||
new Server("electrum2.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.
|
// TODO: add more mainnet servers. It's too centralized.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user