mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 12:54:19 +01:00
zap: add example Hidden Service address
This commit is contained in:
@@ -31,10 +31,15 @@ Tested with:
|
||||
|
||||
`$ sudo systemctl restart tor`
|
||||
|
||||
* Take note of the .onion address:
|
||||
* Take note of the `HIDDEN_SERVICE_ADDRESS.onion`:
|
||||
|
||||
`$ sudo cat /mnt/hdd/tor/lnd_REST/hostname`
|
||||
|
||||
example output:
|
||||
```
|
||||
32zzibxmqi2ybxpqyggwwuwz7a3lbvtzoloti7cxoevyvijexvgsfeid.onion
|
||||
```
|
||||
|
||||
### Install lndconnect
|
||||
|
||||
* Install Go and the latest lndconnect manually:
|
||||
@@ -60,9 +65,12 @@ Tested with:
|
||||
```
|
||||
|
||||
### Generate the lndconnect string
|
||||
* Run lndconnect with the .onion address filled in:
|
||||
* Run lndconnect with the `HIDDEN_SERVICE_ADDRESS.onion` filled in:
|
||||
`lndconnect --host=HIDDEN_SERVICE_ADDRESS.onion --port=8080 --nocert`
|
||||
|
||||
Example:
|
||||
`lndconnect --host=32zzibxmqi2ybxpqyggwwuwz7a3lbvtzoloti7cxoevyvijexvgsfeid.onion --port=8080 --nocert`
|
||||
|
||||
|
||||
Maximise the window and reduce the text size to fit the screen.
|
||||
Use CTRL + - or the middle mouse wheel on Windows.
|
||||
@@ -73,7 +81,7 @@ Tested with:
|
||||
|
||||
The correct string format is:
|
||||
```
|
||||
lndconnect://YOUR_HIDDEN_SERVICE_ADDRESS.onion:8080?macaroon=<base64adminmacaroon>
|
||||
lndconnect://HIDDEN_SERVICE_ADDRESS.onion:8080?macaroon=<base64adminmacaroon>
|
||||
```
|
||||
|
||||
### Connect Zap through Tor
|
||||
|
||||
Reference in New Issue
Block a user