diff --git a/Zeus_to_RaspiBlitz_through_Tor.md b/Zeus_to_RaspiBlitz_through_Tor.md index dfe05ee..1d64828 100644 --- a/Zeus_to_RaspiBlitz_through_Tor.md +++ b/Zeus_to_RaspiBlitz_through_Tor.md @@ -35,9 +35,14 @@ Available on: `$ 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 @@ -63,9 +68,13 @@ Available on: make ``` ### 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` + + 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. @@ -106,4 +115,4 @@ Self Sovereignty for the streets! * this guide is based on: https://github.com/seth586/guides/blob/master/FreeNAS/wallets/zeusln.md -* Have a look at the proposal of @seth586 about connecting light wallets through Tor: https://medium.com/@seth586/neutrino-can-be-dangerous-so-lets-grow-bitcoins-immunity-with-a-bip-bolt-2135956f147 \ No newline at end of file +* Have a look at the proposal of @seth586 about connecting light wallets through Tor: https://medium.com/@seth586/neutrino-can-be-dangerous-so-lets-grow-bitcoins-immunity-with-a-bip-bolt-2135956f147