Clean Up Case #5 in Tor Documentation

Case 5 in the Tor documentation currently states that if you use `--bind-addr=autotor:127.0.0.1:9051`, you can get your onion address by running `lightning-cli getinfo`. I have not found that to be the case; with that flag no onion address will be generated.

On the other hand, if `--addr=autotor:127.0.0.1:9051` is used instead, an onion address is generated and `lightning-cli getinfo` behaves as the docs say.
This commit is contained in:
Jeff Vandrew Jr 2019-03-29 18:19:32 -04:00 committed by neil saitug
parent 901bd7c1c3
commit 02ddeed2a7

View file

@ -276,7 +276,7 @@ or `--addr=your.onionAddress:port` if you are NOT on an internal network.
In this case it is difficult to track the node.
You specify just:
```
--bind-addr=yourInternalIPAddress:port --bind-addr=autotor:127.0.0.1:9051
--bind-addr=yourInternalIPAddress:port --addr=autotor:127.0.0.1:9051
```
In the `lightningd` command line.