Skip to content

Commit

Permalink
user-guides: don't recommend remote nodes
Browse files Browse the repository at this point in the history
Co-authored-by: plowsof <77655812+plowsof@users.noreply.github.com>
  • Loading branch information
nahuhh and plowsof committed Sep 8, 2024
1 parent 27a827f commit c7905bf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions _i18n/en/resources/user-guides/remote_node_gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,33 @@ The main menu (`Welcome to Monero` screen) will open. At the bottom left, click

![Advanced Mode](/img/resources/user-guides/en/remote_node/advanced_mode.png){:width="600px"}

## Finding a public remote node
## Finding a remote node

First, you will need to find a public remote node to connect to. The website [moneroworld.com](https://moneroworld.com/#nodes) has some great resources about remote nodes, and the website [monero.fail](https://monero.fail) has a list of functioning remote nodes.
First, you will need to find a node to connect to.

## Configuring your wallet to connect to a custom public remote node
It is important to note that there are publicly advertised remote nodes which are run by malicious actors with the sole purpose of deanonymizing users/outputs by, for example:
- Linking clearnet IP addresses to txid's.
- Providing bogus decoys to determine which output is the real spend.
- For more information see [YouTube - Breaking Monero Episode 07: Remote Nodes](https://www.youtube.com/watch?v=n6Bxp0k7Uqg)

It is highly recommended that you either A) Run your own node, or B) Use a Trusted remote node - one that is controlled by someone that you trust.

Though highly discouraged, you may opt to use an untrusted remote node. To maximize privacy, Tor or I2P nodes are preferred. The website [monero.fail](https://monero.fail) has a list of such nodes.

## Configuring your wallet to connect to a custom remote node

When opening your wallet, a pop up will appear with the option `Use custom settings`. Click on it, and you will be sent to `Settings` > `Node` page.

If you don't see this pop up, go to `Settings` > `Node` page.

![Configure Remote Node](/img/resources/user-guides/en/remote_node/remote_node_config.png){:width="600px"}
![Configure Remote Node](/img/resources/user-guides/en/remote_node/remote_node_config.avif){:width="600px"}

On this page select `Remote Node`.

In `Address` you should fill the address of the remote node that you want to connect to. This address might look like `node.moneroworld.com` or it could look like any IP address.
In `Address` you should fill the address or IP of the node that you want to connect to, and in `Port` you should fill the port of the node.

In `Port` you should fill the port of the remote node. If a remote node is listed as `node.moneroworld.com:18089`, the address is `node.moneroworld.com` and the port is `18089`. The default port is `18081`, but it can vary depending on the node you are connecting to.
Example: If a node is listed as `node.getmonero.org:18089`, the address is `node.getmonero.org` and the port is `18089`. Note: `node.getmonero.org:18089` is for illustration purposes only. It is not a real node address.

If your remote node requires authentication, you can enter a username in `Daemon username` and a password in `Daemon password`.
If the node requires authentication, you can enter the username in `Daemon username` and the password in `Daemon password`.

Finally, click on `Connect` button and wait for your wallet to connect.
Finally, click on the `Connect` button and wait for your wallet to connect.
Binary file not shown.
Binary file not shown.

0 comments on commit c7905bf

Please sign in to comment.