Merge pull request #2261

remote-node: replace moneroworld with monero.fail
This commit is contained in:
luigi1111 2024-07-20 17:46:01 -04:00 committed by GitHub
commit a9f3c1d32c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:
- **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.