diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-02-15 21:49:50 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-02-15 21:49:50 -0500 |
commit | 975d390d00f03f9a09a1a79225613ec1e48d0635 (patch) | |
tree | 5fceca02cbbd1c801e61d864f293d40fc44ae1fa | |
parent | Merge pull request #7295 (diff) | |
parent | docs: Remove outdated bits about anonymity network seed nodes (diff) | |
download | monero-975d390d00f03f9a09a1a79225613ec1e48d0635.tar.xz |
Merge pull request #7284
32ab89a docs: Remove outdated bits about anonymity network seed nodes (Nathan Dorfman)
-rw-r--r-- | ANONYMITY_NETWORKS.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ANONYMITY_NETWORKS.md b/ANONYMITY_NETWORKS.md index 3337b5fc3..f8d08b05f 100644 --- a/ANONYMITY_NETWORKS.md +++ b/ANONYMITY_NETWORKS.md @@ -36,10 +36,6 @@ with additional exclusive IPv4 address(es). ## Usage -Anonymity networks have no seed nodes (the feature is still considered -experimental), so a user must specify an address. If configured properly, -additional peers can be found through typical p2p peerlist sharing. - ### Outbound Connections Connecting to an anonymous address requires the command line option @@ -54,8 +50,9 @@ separate process. On most systems the configuration will look like: which tells `monerod` that ".onion" p2p addresses can be forwarded to a socks proxy at IP 127.0.0.1 port 9050 with a max of 10 outgoing connections and ".b32.i2p" p2p addresses can be forwarded to a socks proxy at IP 127.0.0.1 port -9000 with the default max outgoing connections. Since there are no seed nodes -for anonymity connections, peers must be manually specified: +9000 with the default max outgoing connections. + +If desired, peers can be manually specified: ``` --add-exclusive-node rveahdfho7wo4b2m.onion:28083 |