mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
remote-node: replace moneroworld with monero.fail
node aggregator moneroworld were outdated, replaced with monero.fail Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>
This commit is contained in:
parent
351cf45745
commit
6703e59577
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Open nodes are cool because, as we said above, allow people who are not running
|
||||||
|
|
||||||
Public nodes are reachable in the network using two systems:
|
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).
|
- **A node aggregator**. Which is basically a list of public 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 the user with a list of remote nodes to choose from. The selected node will need to be manually entered into your Monero wallet of choice. The wallet will connect to the selected node, allowing the user to sync their wallet with the network as well as send and receive transactions. One of the most famous node aggregators is [Monero.fail](https://monero.fail/).
|
||||||
|
|
||||||
- **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.
|
- **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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue