Add melo.tools nodes

This commit is contained in:
tobtoht 2021-07-06 14:40:32 +02:00
parent 24811c92af
commit 71736e7e87
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -1,7 +1,6 @@
{ {
"mainnet": { "mainnet": {
"tor": [ "tor": [
"xmrtolujkxnlinre.onion:18081",
"xmrag4hf5xlabmob.onion:18081", "xmrag4hf5xlabmob.onion:18081",
"monero26mmldsallmxok2kwamne4ve3mybvvn2yijsvss7ey63hc4yyd.onion:18081", "monero26mmldsallmxok2kwamne4ve3mybvvn2yijsvss7ey63hc4yyd.onion:18081",
"monero5sjoz5xmjn.onion:18081", "monero5sjoz5xmjn.onion:18081",
@ -24,14 +23,21 @@
"node.xmr.ru:18081", "node.xmr.ru:18081",
"selsta1.featherwallet.net:18081", "selsta1.featherwallet.net:18081",
"selsta2.featherwallet.net:18081", "selsta2.featherwallet.net:18081",
"node-1.sethsimmons.me:18089" "node-1.sethsimmons.me:18089",
"node.melo.tools:18081"
]
},
"testnet": {
"tor": [],
"clearnet": [
"testnet.melo.tools:28081"
] ]
}, },
"stagenet": { "stagenet": {
"tor": [], "tor": [],
"clearnet": [ "clearnet": [
"run.your.own.node.xmr.pm:38089", "super.fast.node.xmr.pm:38089",
"super.fast.node.xmr.pm:38089" "stagenet.melo.tools:38081"
] ]
} }
} }