diff --git a/_i18n/ar.yml b/_i18n/ar.yml
index 5ef4c6b7..7d650c00 100644
--- a/_i18n/ar.yml
+++ b/_i18n/ar.yml
@@ -632,6 +632,7 @@ moneropedia:
paperwallet: Paper Wallet
paymentid: Payment ID
pedersen-commitment: Pedersen Commitment
+ remote-node: Remote Node
reseed: Reseed
ringCT: Ring CT
ringsignatures: Ring Signature
diff --git a/_i18n/ar/resources/moneropedia/remote-node.md b/_i18n/ar/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/ar/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/de.yml b/_i18n/de.yml
index ad826011..f46ddd1f 100644
--- a/_i18n/de.yml
+++ b/_i18n/de.yml
@@ -633,6 +633,7 @@ moneropedia:
paperwallet: Paper-Wallet
paymentid: Payment-ID
pedersen-commitment: Pedersen-Commitment
+ remote-node: Remote Node
reseed: Reseed
ringCT: vertrauliche Ringtransaktionen (Ring CT)
ringsignatures: Ringsignatur
diff --git a/_i18n/de/resources/moneropedia/remote-node.md b/_i18n/de/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/de/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/en.yml b/_i18n/en.yml
index 6db61b35..b476b392 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -157,7 +157,7 @@ downloads:
hardware: Hardware Wallets
gui_intro: The GUI wallet provides a nice user interface, adaptable to all kinds of users, but it is especially recommended for less technical people who want to quickly send and receive XMR.
simplemode: Simple mode
- simplemode1: Created for less technical users who only want to use Monero in the easiest and quickest way possible. Open the wallet, automatically connect to a remote node, send/receive XMR, done!
+ simplemode1: Created for less technical users who only want to use Monero in the easiest and quickest way possible. Open the wallet, automatically connect to a @remote-node, send/receive XMR, done!
advancedmode: Advanced mode
advancedmode1: With all the advanced features you could need. Ideal for seasoned Monero users who prefer to have full control of their wallet and node
merchantpage: Merchant page
@@ -187,7 +187,7 @@ downloads:
transacttor: Transactions over Tor/I2P
transacttor1: For an additional layer of privacy
bootstrapnode: Bootstrap node
- bootstrapnode1: Use a remote node while downloading the blockchain locally, this will allow you to use Monero immediately and switch to your local node once it's completely synced
+ bootstrapnode1: Use a @remote-node while downloading the blockchain locally, this will allow you to use Monero immediately and switch to your local node once it's completely synced
rpc: RPC Wallet and Daemon
rpc1: included in the archive
payforrpc: Pay-for-RPC
@@ -646,6 +646,7 @@ moneropedia:
paperwallet: Paper Wallet
paymentid: Payment ID
pedersen-commitment: Pedersen Commitment
+ remote-node: Remote Node
reseed: Reseed
ringCT: Ring CT
ringsignatures: Ring Signature
diff --git a/_i18n/en/resources/moneropedia/bootstrap-node.md b/_i18n/en/resources/moneropedia/bootstrap-node.md
index 38291250..d52bc53a 100644
--- a/_i18n/en/resources/moneropedia/bootstrap-node.md
+++ b/_i18n/en/resources/moneropedia/bootstrap-node.md
@@ -5,7 +5,7 @@ summary: "A node to which a daemon connects to give immediate usability to walle
### The Basics
-The daemon running on a local @node has to sync with other (remote) @nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
+The daemon running on a local @node has to sync with other @remote-nodes. While it is not fully synced, @wallet may still be connected to the local node. Therefore, the @wallet cannot access the @blocks that are bot yet synced on the local @node.
To allow the @wallet to be immediately usable, the daemon on the local @node uses a bootstrap node to which the RPC request are proxying to, giving access to the missing @blocks.
diff --git a/_i18n/en/resources/moneropedia/node.md b/_i18n/en/resources/moneropedia/node.md
index 68029fa2..776c2d52 100644
--- a/_i18n/en/resources/moneropedia/node.md
+++ b/_i18n/en/resources/moneropedia/node.md
@@ -1,11 +1,11 @@
---
terms: ["node", "nodes", "full-node", "full-nodes"]
-summary: "a device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network"
+summary: "A device on the Internet running the Monero software, with a full copy of the Monero blockchain. It can be local or remote"
---
### The Basics
-A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network.
+A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network. A node that is not running on your local machine is called @remote-node. Remote nodes can be private, if they are for personal use only, or open, if they are accessible by other people.
### More Information
@@ -15,10 +15,9 @@ Mining is the process by which nodes create a block from the previously accepted
The rules that nodes follow are built into the Monero software; When all nodes agree about the rules to follow this is called @consensus. Consensus is necessary for a cryptocurrency because it is how the blockchain is built; If nodes don't agree about which blocks are valid, for example people who have not updated their Monero software, those nodes that don't agree will no longer be able to participate in the Monero network.
-The Monero Core Team plans for a network upgrade every 6 months, to occur in October and April of each year. At that time, if you are running a node it must be updated to the most recent version of the Monero software or it will no longer be able to participate in the network.
+The Monero Core Team plans for a network upgrade roughly every 6 months. At that time, if you are running a node it must be updated to the most recent version of the Monero software or it will no longer be able to participate in the network.
---
##### Other Resources
-1. *Fluffypony gives a great explanation of why mandatory network upgrades are good for Monero.* ([Monero Missives for the Week of 2016-06-20](https://getmonero.org/2016/06/20/monero-missive-for-the-week-of-2016-06-20.html))
-
+1. *Fluffypony gives a great explanation of why mandatory network upgrades are good for Monero.* ([Monero Missives for the Week of 2016-06-20](https://getmonero.org/2016/06/20/monero-missive-for-the-week-of-2016-06-20.html))
\ No newline at end of file
diff --git a/_i18n/en/resources/moneropedia/remote-node.md b/_i18n/en/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..1f3c9cf5
--- /dev/null
+++ b/_i18n/en/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The daemon allows to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
diff --git a/_i18n/es.yml b/_i18n/es.yml
index 7e77c943..1f124d0e 100644
--- a/_i18n/es.yml
+++ b/_i18n/es.yml
@@ -633,6 +633,7 @@ moneropedia:
paperwallet: Monedero en Papel
paymentid: ID de Pago
pedersen-commitment: Compromiso Pedersen
+ remote-node: Remote Node
reseed: Resembrar
ringCT: Transacción Circular Confidencial
ringsignatures: Firmas Circulares
diff --git a/_i18n/es/resources/moneropedia/remote-node.md b/_i18n/es/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/es/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/fr.yml b/_i18n/fr.yml
index 5ebf4e70..3d9b9e5d 100644
--- a/_i18n/fr.yml
+++ b/_i18n/fr.yml
@@ -634,6 +634,7 @@ moneropedia:
paperwallet: portefeuille Papier
paymentid: ID de paiement
pedersen-commitment: Engagement de Pedersen
+ remote-node: Remote Node
reseed: Réensemencement
ringCT: Transactions confidentielles de cercle
ringsignatures: Signature de Cercle
diff --git a/_i18n/fr/resources/moneropedia/remote-node.md b/_i18n/fr/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/fr/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/it.yml b/_i18n/it.yml
index 8e00d1d0..469187d3 100644
--- a/_i18n/it.yml
+++ b/_i18n/it.yml
@@ -631,6 +631,7 @@ moneropedia:
paperwallet: Portafoglio cartaceo
paymentid: ID Pagamento
pedersen-commitment: Pedersen Commitment
+ remote-node: Remote Node
reseed: Reseed
ringCT: Ring CT
ringsignatures: Firma ad anello
diff --git a/_i18n/it/resources/moneropedia/remote-node.md b/_i18n/it/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/it/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/nl.yml b/_i18n/nl.yml
index 74f82880..1587f221 100644
--- a/_i18n/nl.yml
+++ b/_i18n/nl.yml
@@ -634,6 +634,7 @@ moneropedia:
paperwallet: Paper Wallet
paymentid: Payment ID
pedersen-commitment: Pedersen Commitment
+ remote-node: Remote Node
reseed: Reseed
ringCT: Ring CT
ringsignatures: Ring Signature
diff --git a/_i18n/nl/resources/moneropedia/remote-node.md b/_i18n/nl/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/nl/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/pl.yml b/_i18n/pl.yml
index 44d62ac4..54756bfe 100644
--- a/_i18n/pl.yml
+++ b/_i18n/pl.yml
@@ -633,6 +633,7 @@ moneropedia:
paperwallet: Papierowy portfel
paymentid: Numer identyfikacyjny płatności
pedersen-commitment: Zobowiązanie Pedersena
+ remote-node: Remote Node
reseed: Reseed
ringCT: Poufne Transakcje Pierścieniowe
ringsignatures: Podpis pierścieniowy
diff --git a/_i18n/pl/resources/moneropedia/remote-node.md b/_i18n/pl/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/pl/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/pt-br.yml b/_i18n/pt-br.yml
index 91e39009..51342be3 100644
--- a/_i18n/pt-br.yml
+++ b/_i18n/pt-br.yml
@@ -634,6 +634,7 @@ moneropedia:
paperwallet: Carteira em Papel
paymentid: ID de Pagamento
pedersen-commitment: Comprometimento de Pedersen
+ remote-node: Remote Node
reseed: Reseed
ringCT: Ring CT
ringsignatures: Assinaturas em anel
diff --git a/_i18n/pt-br/resources/moneropedia/remote-node.md b/_i18n/pt-br/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/pt-br/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/ru.yml b/_i18n/ru.yml
index 0d9137c7..d6b35b61 100644
--- a/_i18n/ru.yml
+++ b/_i18n/ru.yml
@@ -638,6 +638,7 @@ moneropedia:
paperwallet: Бумажный кошелёк
paymentid: Идентификатор платежа
pedersen-commitment: Обязательство Педерсена
+ remote-node: Remote Node
reseed: Повторное заполнение
ringCT: Ring CT
ringsignatures: Кольцевая подпись
diff --git a/_i18n/ru/resources/moneropedia/remote-node.md b/_i18n/ru/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/ru/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/tr.yml b/_i18n/tr.yml
index ae16631c..add6d32e 100644
--- a/_i18n/tr.yml
+++ b/_i18n/tr.yml
@@ -633,6 +633,7 @@ moneropedia:
paperwallet: Kâğıt Cüzdan
paymentid: Ödeme ID
pedersen-commitment: Pedersen Üstlenmesi
+ remote-node: Remote Node
reseed: Tekrar-tohum
ringCT: Halka CT
ringsignatures: Halka İmza
diff --git a/_i18n/tr/resources/moneropedia/remote-node.md b/_i18n/tr/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/tr/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/zh-cn.yml b/_i18n/zh-cn.yml
index dc0cf22f..caa02f07 100644
--- a/_i18n/zh-cn.yml
+++ b/_i18n/zh-cn.yml
@@ -632,6 +632,7 @@ moneropedia:
paperwallet: 纸钱包
paymentid: 付款ID
pedersen-commitment: Pedersen Commitment
+ remote-node: Remote Node
reseed: Reseed
ringCT: 环交易
ringsignatures: 环签名
diff --git a/_i18n/zh-cn/resources/moneropedia/remote-node.md b/_i18n/zh-cn/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/zh-cn/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/_i18n/zh-tw.yml b/_i18n/zh-tw.yml
index 7af1ade1..6d97002c 100644
--- a/_i18n/zh-tw.yml
+++ b/_i18n/zh-tw.yml
@@ -631,6 +631,7 @@ moneropedia:
paperwallet: Paper Wallet
paymentid: Payment ID
pedersen-commitment: Pedersen Commitment
+ remote-node: Remote Node
reseed: Reseed
ringCT: Ring CT
ringsignatures: Ring Signature
diff --git a/_i18n/zh-tw/resources/moneropedia/remote-node.md b/_i18n/zh-tw/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..48953545
--- /dev/null
+++ b/_i18n/zh-tw/resources/moneropedia/remote-node.md
@@ -0,0 +1,23 @@
+---
+terms: ["remote-node", "remote-nodes"]
+summary: "Nodes wich are not running in the same machine as the wallet. Open remote nodes allow to use the Monero network immediately"
+---
+
+A @node that doesn't run on the same local machine where the Monero @wallet is located is called "Remote Node" and can be private or open.
+
+A **private remote node** doesn't run on your local machine, but you have full control over it. A classic example is a node running on a VPS or a server. That node is not on your local machine, but you have full control over it. You can even decide to make it become an open node, allowing people to connect to it.
+
+An **Open remote node** can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network. Open remote nodes are often simply referred as "remote nodes".
+
+Using an open node will allow to make a @transaction instantaneously, without the need to download the @blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the Monero community suggests to always run your own node to obtain the maximum privacy possible and to help decentralize the network.
+
+### Public Nodes
+
+Open nodes are cool because, as we said above, allow people who are not running their own node to immediately join the Monero network. There are 2 main ways to connect to an open node: Simply get somebody to share with you their node, by asking them to "open it" and provide you with IP address and port, or use a public one.
+
+Public nodes are reachable in the network using two systems:
+
+- **Node aggregators**, which are basically lists of open remote nodes. The operators of those nodes decided to add them to the aggregator so that other people can use them. The aggregator will provide to the person who want to use a remote node a simple URL. This URL connects to one of the nodes in the list and will need to be inserted in the Monero wallet (GUI or CLI). The wallet will then contact one of the nodes provided by the URL and will allow the end user to immediately receive and send transactions. One of the most famous node aggregators is [MoneroWorld](https://moneroworld.com/#nodes).
+- **Native public nodes**. This is one of the new coolest features the Monero devs came up with to improve the user experience and to make easier to connect to the network. The CLI wallet allow to make a node public by simply adding the flag `--public-node`. Doing so, it will be advertised on the P2P network and people will be able to connect to it (or to another public node advertising itself in the same way) using the related option in the GUI and CLI wallets.
+
+Be aware that using public remote nodes can be risky. Node operators can link transactions to IP addresses. These risks can be mitigated, but you should always avoid using them if you have the possibility. Run your own node!
\ No newline at end of file
diff --git a/resources/moneropedia/remote-node.md b/resources/moneropedia/remote-node.md
new file mode 100644
index 00000000..11ab2b01
--- /dev/null
+++ b/resources/moneropedia/remote-node.md
@@ -0,0 +1,10 @@
+---
+layout: moneropedia
+title: titles.moneropedia
+entry: moneropedia.entries.remote-node
+---
+
+@moneropedia_article
+
+{% t global.lang_tag %}
+{% tf resources/moneropedia/remote-node.md %}