forked from Qortal/qortal
Added more ARRR lightwalletd nodes
This commit is contained in:
parent
11ef31215b
commit
2ea6921b66
@ -51,6 +51,9 @@ public class PirateChain extends Bitcoiny {
|
|||||||
public Collection<Server> getServers() {
|
public Collection<Server> getServers() {
|
||||||
return Arrays.asList(
|
return Arrays.asList(
|
||||||
// Servers chosen on NO BASIS WHATSOEVER from various sources!
|
// Servers chosen on NO BASIS WHATSOEVER from various sources!
|
||||||
|
new Server("arrrlightd.qortal.online", ConnectionType.SSL, 443),
|
||||||
|
new Server("arrrlightd1.qortal.online", ConnectionType.SSL, 443),
|
||||||
|
new Server("arrrlightd2.qortal.online", ConnectionType.SSL, 443),
|
||||||
new Server("lightd.pirate.black", ConnectionType.SSL, 443));
|
new Server("lightd.pirate.black", ConnectionType.SSL, 443));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user