mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
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:
parent
901bd7c1c3
commit
02ddeed2a7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue