mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Merge !1110
Updated remote node guide for 0.14.1 Closes #983 See merge request monero-project/monero-site!1110
This commit is contained in:
commit
a27f95f11b
4 changed files with 14 additions and 5 deletions
|
@ -4,8 +4,17 @@
|
|||
First things first, you need to find a node to connect to! [moneroworld.com](https://moneroworld.com/#nodes) has some great resources for finding nodes. One of the easiest methods
|
||||
would be to use a node run by moneroworld, but they have a tool for finding random nodes too.
|
||||
|
||||
## Opening wallet in Advanced mode
|
||||
### From an open wallet
|
||||
If your wallet is already open in a mode, click "Settings" > "Wallet" > "Close wallet"
|
||||
![Close Wallet](png/remote_node/close_open_wallet.png){:width="600px"}
|
||||
### From the Welcome screen
|
||||
At the bottom of the Welcome screen, click ![Change wallet mode](png/remote_node/change_wallet_mode.png), and select "Advanced mode". Open your wallet.
|
||||
|
||||
## Connecting to the node from the GUI wallet
|
||||
After you enter your password for your wallet, you will see a pop up that will give you the option to "use custom settings". Click on it. You will then be
|
||||
sent to the "Settings > Node" page in the GUI. At this point you could choose 'Remote Node' see four text boxes labeled "Address", "Port", "Daemon username" and "Daemon password". Fill the address of the node that you want to connect to. This address might look like `node.moneroworld.com` or it could look like any old ip address. Then fill the "Port" box with the node's port. The default port is `18081` but if you are using a random node the port that is used will vary. The port for node.moneroworld.com uses 18089. Optionnaly, fill the username and password if your remote note requires them.
|
||||
A moment after the wallet opens, a pop up will appear and give the option to "use custom settings". Click on it, and you will be sent to "Settings" > "Node" in the GUI.
|
||||
|
||||
On this page, select 'Remote Node' and there will be four text boxes labeled "Address", "Port", "Daemon username" and "Daemon password". Fill the address of the node that you want to connect to. This address might look like `node.moneroworld.com` or it could look like any old ip address. Then fill the "Port" box with the node's port. The default port is `18081` but if you are using a random node the port that is used will vary. The port for node.moneroworld.com uses 18089. Optionnaly, fill the username and password if your remote note requires them.
|
||||
|
||||
### Your screen should look a bit like this
|
||||
![Node](png/remote_node/remote-node-screenshot.png){:width="600px"}
|
||||
![Node testing broke image](png/remote_node/remote-node-screenshot.png){:width="600px"}
|
||||
|
|
BIN
resources/user-guides/png/remote_node/change_wallet_mode.png
Normal file
BIN
resources/user-guides/png/remote_node/change_wallet_mode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
resources/user-guides/png/remote_node/close_open_wallet.png
Normal file
BIN
resources/user-guides/png/remote_node/close_open_wallet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
|
@ -5,8 +5,8 @@ permalink: /resources/user-guides/remote_node_gui.html
|
|||
mainVersion:
|
||||
- "1"
|
||||
- "2"
|
||||
- "0"
|
||||
- "1"
|
||||
---
|
||||
|
||||
{% t global.lang_tag %}
|
||||
{% tf resources/user-guides/remote_node_gui.md %}
|
||||
{% tf resources/user-guides/remote_node_gui.md %}
|
||||
|
|
Loading…
Reference in a new issue