mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 13:13:36 +01:00
add 1 monero stagenet node and 2 haveno seednodes
This commit is contained in:
parent
3727d12ef6
commit
12e3e3507e
@ -51,10 +51,11 @@ public final class CoreMoneroConnectionsService {
|
||||
));
|
||||
DEFAULT_CONNECTIONS.put(BaseCurrencyNetwork.XMR_STAGENET, Arrays.asList(
|
||||
new MoneroRpcConnection("http://127.0.0.1:38081").setPriority(1), // localhost is first priority, use loopback address to match url generated by local node service
|
||||
new MoneroRpcConnection("http://70.34.196.88:38420").setPriority(2),
|
||||
new MoneroRpcConnection("http://stagenet.community.rino.io:38081").setPriority(2),
|
||||
new MoneroRpcConnection("http://stagenet.melo.tools:38081").setPriority(2),
|
||||
new MoneroRpcConnection("http://node.sethforprivacy.com:38089").setPriority(2),
|
||||
new MoneroRpcConnection("http://node2.sethforprivacy.com:38089").setPriority(2),
|
||||
new MoneroRpcConnection("http://stagenet.community.rino.io:38081").setPriority(2),
|
||||
new MoneroRpcConnection("http://ct36dsbe3oubpbebpxmiqz4uqk6zb6nhmkhoekileo4fts23rvuse2qd.onion:38081").setPriority(2)
|
||||
));
|
||||
DEFAULT_CONNECTIONS.put(BaseCurrencyNetwork.XMR_MAINNET, Arrays.asList(
|
||||
|
@ -1,2 +1,4 @@
|
||||
# nodeaddress.onion:port [(@owner)]
|
||||
a7tyep6bk3j4jqt42qxxprogein6anwwcpkzoqwuflpvzclakm6nbuid.onion:2002 (@devtest1)
|
||||
5pks2lmjyzvydax2nulnq3cmukcumxlfvrbebkzv4j2x5uyavcilylqd.onion:2003 (@devtest2)
|
||||
no66da3sfb5ycxp3vrfguvrjlzohiyclemocxalt5jytn5ctstipjxid.onion:2002 (@devtest3)
|
||||
|
Loading…
Reference in New Issue
Block a user