mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-23 06:44:18 +01:00
zeus; add example Hidden Service address
This commit is contained in:
@@ -35,10 +35,15 @@ Available on:
|
|||||||
|
|
||||||
`$ sudo systemctl restart tor`
|
`$ 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`
|
`$ sudo cat /mnt/hdd/tor/lnd_REST/hostname`
|
||||||
|
|
||||||
|
Example output:
|
||||||
|
```
|
||||||
|
32zzibxmqi2ybxpqyggwwuwz7a3lbvtzoloti7cxoevyvijexvgsfeid.onion
|
||||||
|
```
|
||||||
|
|
||||||
### Install lndconnect
|
### Install lndconnect
|
||||||
|
|
||||||
* Install Go and the latest lndconnect manually:
|
* Install Go and the latest lndconnect manually:
|
||||||
@@ -63,10 +68,14 @@ Available on:
|
|||||||
make
|
make
|
||||||
```
|
```
|
||||||
### Generate the lndconnect string
|
### 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`
|
`$ lndconnect --host=HIDDEN_SERVICE_ADDRESS.onion --port=8080`
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
`lndconnect --host=32zzibxmqi2ybxpqyggwwuwz7a3lbvtzoloti7cxoevyvijexvgsfeid.onion --port=8080 --nocert`
|
||||||
|
|
||||||
Maximise the window and reduce the text size to fit the screen.
|
Maximise the window and reduce the text size to fit the screen.
|
||||||
Use CTRL + - or the middle mouse wheel on Windows.
|
Use CTRL + - or the middle mouse wheel on Windows.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user