@@ -36,22 +36,22 @@ port, or use a public one.
3636
3737Public nodes are reachable in the network using two systems:
3838
39- - ** Node aggregators ** , which are basically lists of open remote nodes. The
40- operators of those nodes decided to add them to the aggregator so that other
41- people can use them. The aggregator will provide to the person who want to
42- use a remote node a simple URL. This URL connects to one of the nodes in the
43- list and will need to be inserted in the Monero wallet (GUI or CLI) . The
44- wallet will then contact one of the nodes provided by the URL and will allow
45- the end user to immediately receive and send transactions. One of the most
46- famous node aggregators is [ MoneroWorld ] ( https://moneroworld.com/#nodes ) .
39+ - ** A node aggregator ** . Which is basically a list of public remote
40+ nodes. The operators of those nodes decided to add them to the aggregator
41+ so that other people can use them. The aggregator will provide the user
42+ with a list of remote nodes to choose from. The selected node will need to
43+ be manually entered into your Monero wallet of choice . The wallet will
44+ connect to the selected node, allowing the user to sync their wallet with
45+ the network as well as send and receive transactions. One of the most
46+ famous node aggregators is [ Monero.fail ] ( https://monero.fail/ ) .
4747
4848- ** Native public nodes** . This is one of the new coolest features the
49- Monero devs came up with to improve the user experience and to make easier
50- to connect to the network. The @daemon allows to make a node public by
51- simply adding the flag ` --public-node ` . Doing so, it will be advertised on
52- the P2P network and people will be able to connect to it (or to another
53- public node advertising itself in the same way) using the related option in
54- the GUI and CLI wallets.
49+ Monero devs came up with to improve the user experience and to make easier
50+ to connect to the network. The @daemon allows to make a node public by
51+ simply adding the flag ` --public-node ` . Doing so, it will be advertised on
52+ the P2P network and people will be able to connect to it (or to another
53+ public node advertising itself in the same way) using the related option
54+ in the GUI and CLI wallets.
5555
5656Be aware that using public remote nodes can be risky. Node operators can
5757link transactions to IP addresses. These risks can be mitigated, but you
0 commit comments