mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 00:07:49 +00:00
update seednodes and monero stagenet node for test-network
This commit is contained in:
parent
553f6fba36
commit
c0908dd4c2
2 changed files with 3 additions and 4 deletions
|
@ -55,7 +55,7 @@ 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", "remote", "meadow").setPriority(1),
|
||||
new MoneroRpcConnection("http://45.63.8.26:38081").setPriority(1),
|
||||
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),
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# nodeaddress.onion:port [(@owner)]
|
||||
a7tyep6bk3j4jqt42qxxprogein6anwwcpkzoqwuflpvzclakm6nbuid.onion:2002 (@devtest1)
|
||||
5pks2lmjyzvydax2nulnq3cmukcumxlfvrbebkzv4j2x5uyavcilylqd.onion:2003 (@devtest2)
|
||||
no66da3sfb5ycxp3vrfguvrjlzohiyclemocxalt5jytn5ctstipjxid.onion:2002 (@devtest3)
|
||||
dl57jitswby4yhzpqpu7pwq6iyqg2x6vkio73araparbftlqoqxhvqad.onion:2002 (@devtest1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue