Skip to content

Commit f172310

Browse files
weblate-po4aplowsof
authored andcommitted
po4a: user-guides/remote_node_gui updates
1 parent fe9d2a1 commit f172310

27 files changed

Lines changed: 1061 additions & 549 deletions

File tree

_i18n/ar/resources/user-guides/remote_node_gui.md

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,36 +32,48 @@ Mode](/img/resources/user-guides/en/remote_node/change_wallet_mode.avif){:width=
3232
![Advanced
3333
Mode](/img/resources/user-guides/en/remote_node/advanced_mode.avif){:width="600px"}
3434

35-
## Finding a public remote node
35+
## Finding a remote node
3636

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

42-
## Configuring your wallet to connect to a custom public remote node
39+
It is important to note that there are publicly advertised remote nodes
40+
which are run by malicious actors with the sole purpose of deanonymizing
41+
users/outputs by, for example: - Linking @clearnet IP addresses to txid's.
42+
- Providing bogus decoys to determine which output is the real spend. - For
43+
more information see [YouTube - Breaking Monero Episode 07: Remote
44+
Nodes](https://www.youtube.com/watch?v=n6Bxp0k7Uqg)
45+
46+
It is highly recommended that you either A) Run your own node, or B) Use a
47+
Trusted remote node - one that is controlled by someone that you trust.
48+
49+
Though highly discouraged, you may opt to use an untrusted remote node. To
50+
maximize privacy, Tor or I2P nodes are preferred. The website
51+
[monero.fail](https://monero.fail) has a list of such nodes.
52+
53+
## Configuring your wallet to connect to a custom remote node
4354

4455
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.
4556

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

4859
![Configure Remote
4960
Node](/img/resources/user-guides/en/remote_node/remote_node_config.avif){:width="600px"}
50-
![Configure Remote Node
51-
2](/img/resources/user-guides/en/remote_node/remote_node_config-2.avif){:width="600px"}
5261

53-
On this page select `Remote Node`.
62+
On the following page, select `Remote Node`.
63+
64+
In the `Address` field you will enter the address (or IP) of the node that
65+
you want to connect to, and in `Port` field you will enter the port of the
66+
node.
5467

55-
In `Address` you should fill the address of the remote node that you want to
56-
connect to. This address might look like `node.moneroworld.com` or it could
57-
look like any IP address.
68+
Example: If a node is listed as `node.getmonero.org:18089`, the address is
69+
`node.getmonero.org` and the port is `18089`. Note:
70+
`node.getmonero.org:18089` is for illustration purposes only. It is not a
71+
real node address.
5872

59-
In `Port` you should fill the port of the remote node. If a remote node is
60-
listed as `node.moneroworld.com:18089`, the address is
61-
`node.moneroworld.com` and the port is `18089`. The default port is `18081`,
62-
but it can vary depending on the node you are connecting to.
73+
![Configure Remote Node
74+
2](/img/resources/user-guides/en/remote_node/remote_node_config-2.avif){:width="600px"}
6375

64-
If your remote node requires authentication, you can enter a username in
65-
`Daemon username` and a password in `Daemon password`.
76+
If the node requires authentication, you can enter the username in `Daemon
77+
username` and the password in `Daemon password`.
6678

67-
Finally, click on `Connect` button and wait for your wallet to connect.
79+
Finally, click on the `Connect` button and wait for your wallet to connect.

_i18n/ar/resources/user-guides/weblate/remote_node_gui.po

Lines changed: 39 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
10-
"POT-Creation-Date: 2025-03-11 00:16+0000\n"
10+
"POT-Creation-Date: 2025-04-09 23:13+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -88,58 +88,78 @@ msgstr ""
8888
#. type: Title ##
8989
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:27
9090
#, no-wrap
91-
msgid "Finding a public remote node"
91+
msgid "Finding a remote node"
9292
msgstr ""
9393

9494
#. type: Plain text
9595
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:30
96-
msgid "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."
96+
msgid "First, you will need to find a node to connect to."
97+
msgstr ""
98+
99+
#. type: Plain text
100+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:35
101+
msgid "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)"
102+
msgstr ""
103+
104+
#. type: Plain text
105+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:37
106+
msgid "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."
107+
msgstr ""
108+
109+
#. type: Plain text
110+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:39
111+
msgid "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."
97112
msgstr ""
98113

99114
#. type: Title ##
100-
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:31
115+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:40
101116
#, no-wrap
102-
msgid "Configuring your wallet to connect to a custom public remote node"
117+
msgid "Configuring your wallet to connect to a custom remote node"
103118
msgstr ""
104119

105120
#. type: Plain text
106-
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:34
121+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:43
107122
#, no-wrap
108123
msgid "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. \n"
109124
msgstr ""
110125

111126
#. type: Plain text
112-
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:36
127+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:45
113128
#, no-wrap
114129
msgid "If you don't see this pop up, go to `Settings` > `Node` page.\n"
115130
msgstr ""
116131

117132
#. type: Plain text
118-
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:39
119-
msgid "![Configure Remote Node](/img/resources/user-guides/en/remote_node/remote_node_config.avif){:width=\"600px\"} ![Configure Remote Node 2](/img/resources/user-guides/en/remote_node/remote_node_config-2.avif){:width=\"600px\"}"
133+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:47
134+
msgid "![Configure Remote Node](/img/resources/user-guides/en/remote_node/remote_node_config.avif){:width=\"600px\"}"
120135
msgstr ""
121136

122137
#. type: Plain text
123-
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:41
124-
msgid "On this page select `Remote Node`."
138+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:49
139+
msgid "On the following page, select `Remote Node`."
125140
msgstr ""
126141

127142
#. type: Plain text
128-
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:43
129-
msgid "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."
143+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:51
144+
msgid "In the `Address` field you will enter the address (or IP) of the node that you want to connect to, and in `Port` field you will enter the port of the node."
130145
msgstr ""
131146

132147
#. type: Plain text
133-
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:45
134-
msgid "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."
148+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:53
149+
msgid "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."
135150
msgstr ""
136151

137152
#. type: Plain text
138-
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:47
139-
msgid "If your remote node requires authentication, you can enter a username in `Daemon username` and a password in `Daemon password`."
153+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:55
154+
msgid "![Configure Remote Node 2](/img/resources/user-guides/en/remote_node/remote_node_config-2.avif){:width=\"600px\"}"
155+
msgstr ""
156+
157+
#. type: Plain text
158+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:57
159+
msgid "If the node requires authentication, you can enter the username in `Daemon username` and the password in `Daemon password`."
140160
msgstr ""
141161

142162
#. type: Plain text
143-
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:48
144-
msgid "Finally, click on `Connect` button and wait for your wallet to connect."
163+
#: ../_i18n/en/resources/user-guides/remote_node_gui.md:58
164+
msgid "Finally, click on the `Connect` button and wait for your wallet to connect."
145165
msgstr ""

_i18n/de/resources/user-guides/remote_node_gui.md

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -35,39 +35,48 @@ Mode](/img/resources/user-guides/en/remote_node/change_wallet_mode.avif){:width=
3535
![Advanced
3636
Mode](/img/resources/user-guides/en/remote_node/advanced_mode.avif){:width="600px"}
3737

38-
## Einen öffentlichen Remote-Node finden
38+
## Finding a remote node
3939

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

45-
## Das Wallet zwecks Verbindung zu einem benutzerdefinierten Remote-Node konfigurieren
42+
It is important to note that there are publicly advertised remote nodes
43+
which are run by malicious actors with the sole purpose of deanonymizing
44+
users/outputs by, for example: - Linking @clearnet IP addresses to txid's.
45+
- Providing bogus decoys to determine which output is the real spend. - For
46+
more information see [YouTube - Breaking Monero Episode 07: Remote
47+
Nodes](https://www.youtube.com/watch?v=n6Bxp0k7Uqg)
48+
49+
It is highly recommended that you either A) Run your own node, or B) Use a
50+
Trusted remote node - one that is controlled by someone that you trust.
51+
52+
Though highly discouraged, you may opt to use an untrusted remote node. To
53+
maximize privacy, Tor or I2P nodes are preferred. The website
54+
[monero.fail](https://monero.fail) has a list of such nodes.
55+
56+
## Configuring your wallet to connect to a custom remote node
4657

4758
Beim Öffnen deines Wallets erscheint ein Fenster mit der Option `Benutzerdefinierte Einstellungen verwenden`. Wenn du diese auswählst, wirst du über `Einstellungen` zu `Node` geleitet.
4859

4960
Wenn dieses Pop-up nicht erscheint, gehe direkt über `Einstellungen` zur `Node`-Seite.
5061

5162
![Configure Remote
5263
Node](/img/resources/user-guides/en/remote_node/remote_node_config.avif){:width="600px"}
53-
![Configure Remote Node
54-
2](/img/resources/user-guides/en/remote_node/remote_node_config-2.avif){:width="600px"}
5564

56-
Wähle auf dieser Seite `Remote-Node`.
65+
On the following page, select `Remote Node`.
66+
67+
In the `Address` field you will enter the address (or IP) of the node that
68+
you want to connect to, and in `Port` field you will enter the port of the
69+
node.
5770

58-
Bei `Adresse` trägst du die Adresse des Remote-Nodes, zu welchem du dich
59-
verbinden möchtest, ein. Diese kann in etwa wie `node.moneroworld.com` oder
60-
jedwede IP-Adresse aussehen.
71+
Example: If a node is listed as `node.getmonero.org:18089`, the address is
72+
`node.getmonero.org` and the port is `18089`. Note:
73+
`node.getmonero.org:18089` is for illustration purposes only. It is not a
74+
real node address.
6175

62-
Bei `Port` trägst du den Port des Remote-Nodes ein. Wenn ein Node unter
63-
`node.moneroworld.com:18089` gelistet ist, ist die Adresse
64-
`node.moneroworld.com` und der Port ist `18089`. Der standardmäßig
65-
voreingestellte Port ist `18081`, er kann aber je nach gewähltem Node
66-
variieren.
76+
![Configure Remote Node
77+
2](/img/resources/user-guides/en/remote_node/remote_node_config-2.avif){:width="600px"}
6778

68-
Sollte dein Remote-Node einer Authentifizierung bedürfen, kannst du einen
69-
Nutzernamen in `Benutzername des Hintergrunddienstes` und ein Passwort in
70-
`Passwort des Hintergrunddienstes` eingeben.
79+
If the node requires authentication, you can enter the username in `Daemon
80+
username` and the password in `Daemon password`.
7181

72-
Abschließend klickst du auf den `Verbinden`-Button und wartest darauf, dass
73-
sich dein Wallet verbindet.
82+
Finally, click on the `Connect` button and wait for your wallet to connect.

0 commit comments

Comments
 (0)