From 488dde5e16aa8fb47932003607c78fcf4d8d4095 Mon Sep 17 00:00:00 2001 From: openoms Date: Sun, 31 Mar 2019 16:56:30 +0100 Subject: [PATCH] formatting --- Zeus_to_RaspiBlitz_through_Tor.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Zeus_to_RaspiBlitz_through_Tor.md b/Zeus_to_RaspiBlitz_through_Tor.md index 98507cc..7f01c0e 100644 --- a/Zeus_to_RaspiBlitz_through_Tor.md +++ b/Zeus_to_RaspiBlitz_through_Tor.md @@ -43,10 +43,11 @@ Press the + button on the lower right. Type in the the onion address and secret Go back to orbot's main screen, and select the gear icon under `tor enabled apps`. Add `Zeus`, then press back. Click `stop` on the big onion logo. Exit orbot and reopen it. Turn on `VPN Mode`. Start your connection to the tor network by clicking on the big onion (if it has not automatically connected already) -make sure go is installed (should be v1.11 or higher) : -`$ go version` - -if need to install Go run: +Make sure go is installed (should be v1.11 or higher) : +``` +$ go version +``` +If need to install Go run: ``` $ wget https://storage.googleapis.com/golang/go${goVersion}.linux-armv6l.tar.gz @@ -70,8 +71,10 @@ $ ./lndconnect --lnddir=/home/admin/.lnd --image --host=z1234567890abc.onion --p ``` The file `lndconnect-qr.png` will be generated. -In a Linux terminal run: -`$ scp admin@[YOUR.RASIBLITZ.IP]:~/go/bin/lndconnect-qr.png ~/` +In a Linux terminal run: +``` +$ scp admin@[YOUR.RASIBLITZ.IP]:~/go/bin/lndconnect-qr.png ~/ +``` and open the png from your home directory. On Windows use WinSCP to download the image to your PC and open it.