Skip to content

Commit

Permalink
Clean Up Case #5 in Tor Documentation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JeffVandrewJr authored and niftynei committed Mar 30, 2019
1 parent 901bd7c commit 02ddeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/TOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 02ddeed

Please sign in to comment.