From 7937747c78762f8bcc5f2dca7b2bdd899c95d422 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Mon, 18 Nov 2019 22:24:36 +0000 Subject: [PATCH] zap: add example Hidden Service address --- Zap_to_RaspiBlitz_through_Tor.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Zap_to_RaspiBlitz_through_Tor.md b/Zap_to_RaspiBlitz_through_Tor.md index c2580a5..1b8bdd8 100644 --- a/Zap_to_RaspiBlitz_through_Tor.md +++ b/Zap_to_RaspiBlitz_through_Tor.md @@ -31,9 +31,14 @@ 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 @@ -60,8 +65,11 @@ 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. @@ -73,7 +81,7 @@ Tested with: The correct string format is: ``` - lndconnect://YOUR_HIDDEN_SERVICE_ADDRESS.onion:8080?macaroon= + lndconnect://HIDDEN_SERVICE_ADDRESS.onion:8080?macaroon= ``` ### Connect Zap through Tor @@ -87,4 +95,4 @@ Tested with:

-

\ No newline at end of file +