From 12e3e3507ed1b515404d5938d928a17333f3e73b Mon Sep 17 00:00:00 2001 From: erciccione Date: Mon, 15 Aug 2022 15:54:41 +0200 Subject: [PATCH] add 1 monero stagenet node and 2 haveno seednodes --- .../main/java/bisq/core/api/CoreMoneroConnectionsService.java | 3 ++- core/src/main/resources/xmr_stagenet.seednodes | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/bisq/core/api/CoreMoneroConnectionsService.java b/core/src/main/java/bisq/core/api/CoreMoneroConnectionsService.java index 5f4f62355e..9f9828fe1c 100644 --- a/core/src/main/java/bisq/core/api/CoreMoneroConnectionsService.java +++ b/core/src/main/java/bisq/core/api/CoreMoneroConnectionsService.java @@ -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( diff --git a/core/src/main/resources/xmr_stagenet.seednodes b/core/src/main/resources/xmr_stagenet.seednodes index 9a0ddb1869..5bebead205 100644 --- a/core/src/main/resources/xmr_stagenet.seednodes +++ b/core/src/main/resources/xmr_stagenet.seednodes @@ -1,2 +1,4 @@ # nodeaddress.onion:port [(@owner)] a7tyep6bk3j4jqt42qxxprogein6anwwcpkzoqwuflpvzclakm6nbuid.onion:2002 (@devtest1) +5pks2lmjyzvydax2nulnq3cmukcumxlfvrbebkzv4j2x5uyavcilylqd.onion:2003 (@devtest2) +no66da3sfb5ycxp3vrfguvrjlzohiyclemocxalt5jytn5ctstipjxid.onion:2002 (@devtest3)