forked from Qortal/qortal
Added more initial peers, submitted by CWDSYSTEMS
This commit is contained in:
parent
026a4b896c
commit
45b0d9e19b
@ -72,7 +72,8 @@ public class Network {
|
|||||||
private static final String[] INITIAL_PEERS = new String[]{
|
private static final String[] INITIAL_PEERS = new String[]{
|
||||||
"node1.qortal.org", "node2.qortal.org", "node3.qortal.org", "node4.qortal.org", "node5.qortal.org",
|
"node1.qortal.org", "node2.qortal.org", "node3.qortal.org", "node4.qortal.org", "node5.qortal.org",
|
||||||
"node6.qortal.org", "node7.qortal.org", "node8.qortal.org", "node9.qortal.org", "node10.qortal.org",
|
"node6.qortal.org", "node7.qortal.org", "node8.qortal.org", "node9.qortal.org", "node10.qortal.org",
|
||||||
"node.qortal.ru", "node2.qortal.ru", "node3.qortal.ru", "node.qortal.uk"
|
"node.qortal.ru", "node2.qortal.ru", "node3.qortal.ru", "node.qortal.uk", "node22.qortal.org",
|
||||||
|
"cinfu1.crowetic.com", "node.cwd.systems"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static final long NETWORK_EPC_KEEPALIVE = 10L; // seconds
|
private static final long NETWORK_EPC_KEEPALIVE = 10L; // seconds
|
||||||
|
Loading…
Reference in New Issue
Block a user