Skip to content

Commit

Permalink
add some default nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
m2049r committed Oct 7, 2024
1 parent 3e56d5a commit 1a13bdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/com/m2049r/xmrwallet/data/DefaultNodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
@Getter
@AllArgsConstructor
public enum DefaultNodes {
AGORIST("xmr.agor.ist:18089/mainnet/agor.ist"),
BOLDSUCK("xmr-de.boldsuck.org:18080/mainnet/boldsuck.org"),
boldsuck("6dsdenp6vjkvqzy4wzsnzn6wixkdzihx3khiumyzieauxuxslmcaeiad.onion:18081/mainnet/boldsuck.onion"),
CAKE("xmr-node.cakewallet.com:18081/mainnet/cakewallet.com"),
Expand All @@ -33,6 +34,8 @@ public enum DefaultNodes {
SETH("node.sethforprivacy.com:18089/mainnet/sethforprivacy.com"),
seth("sfpp2p7wnfjv3lrvfan4jmmkvhnbsbimpa3cqyuf7nt6zd24xhcqcsyd.onion/mainnet/sethforprivacy.onion"),
STACK("monero.stackwallet.com:18081/mainnet/stackwallet.com"),
STORMYCLOUD("xmr.stormycloud.org:18089/mainnet/stormycloud.org"),
TENZ("monero.10z.com.ar:18089/mainnet/10z.com.ar"),
XMRROCKS("node.xmr.rocks:18089/mainnet/xmr.rocks"),
xmrrocks("xqnnz2xmlmtpy2p4cm4cphg2elkwu5oob7b7so5v4wwgt44p6vbx5ryd.onion/mainnet/xmr.rocks.onion"),
XMRTW("opennode.xmr-tw.org:18089/mainnet/xmr-tw.org");
Expand Down

0 comments on commit 1a13bdd

Please sign in to comment.