From 4e96a6706590a66a46d90114c6814640b0030be9 Mon Sep 17 00:00:00 2001 From: theotherside Date: Sun, 5 May 2019 10:09:16 -0500 Subject: [PATCH 1/2] Update Zeus_to_RaspiBlitz_through_Tor Worked for me using a mac, Raspiblitz v1.2., a Galazy J3 Orbit running Android 8.0.0, and latest android zeus per google play 5-5-2019. --- Zeus_to_RaspiBlitz_through_Tor.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/Zeus_to_RaspiBlitz_through_Tor.md b/Zeus_to_RaspiBlitz_through_Tor.md index 96514d0..ad1e921 100644 --- a/Zeus_to_RaspiBlitz_through_Tor.md +++ b/Zeus_to_RaspiBlitz_through_Tor.md @@ -38,7 +38,8 @@ Download Orbot for Android. https://guardianproject.info/apps/orbot/ Open orbot. Click the `⋮`, select `hidden services ˃`, select `Client cookies`. -Press the + button on the lower right. Type in the the onion address and secret cookie you revealed with `sudo cat /mnt/hdd/tor/lnd_api/hostname`. +Press the + button on the lower right. Type in the the onion address and secret cookie you revealed with `sudo cat /mnt/hdd/tor/lnd_api/hostname`. Must enter onion address and add .onion to end in address area. For the cookie you +need all the information including [cookie] # client : [client] So for example:AbyZXCfghtG+E0r84y/nR # client: myandroid 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) @@ -65,22 +66,35 @@ Download and compile [lndconnect](https://github.com/LN-Zap/lndconnect): ``` $ cd ~ $ go get -d github.com/LN-Zap/lndconnect -$ cd ~/go/src/github.com/LN-Zap/lndconnect -$ make install +$ cd $GOPATH/src/github.com/LN-Zap/lndconnect +$ make ``` Generate the LND connect URI QR code: ``` -$ cd ~/go/bin +$ cd $GOPATH/bin $ ./lndconnect --lnddir=/home/admin/.lnd --image --host=z1234567890abc.onion --port=8080 ``` The file `lndconnect-qr.png` will be generated. -In a Linux terminal run: +In a Linux terminal run: [YOUR.RASIBLITZ.IP] = the local internal ip showing on your pi ``` -$ scp admin@[YOUR.RASIBLITZ.IP]:~/go/bin/lndconnect-qr.png ~/ +$ scp admin@[YOUR.RASIBLITZ.IP]:$GOPATH/bin/lndconnect-qr.png ~/ ``` and open the png from your home directory. + +May need to add something to view png from raspberry pi. +``` +$ cd ~ +$ sudo apt-get install fbi +$ sudo fbi -d /dev/fb0 -T 1 lndconnect-qr.png +``` +Now plug in hdmi cord from pi to external monitor and you will see qr code to scan with zeus! + On Windows use WinSCP to download the image to your PC and open it. Scan the QR Code with the ZeusLN app to be connected to your node through Tor! + +SEND SATOSHI'S PRIVATE! +Get that beautiful onion png in the top left of Zeuz. +Self Sovereignty for the streets! From ac75d4f5f24d5913ddcccfac1cbd20da8333ff88 Mon Sep 17 00:00:00 2001 From: bluecell296 <43343391+openoms@users.noreply.github.com> Date: Sun, 5 May 2019 19:21:38 +0100 Subject: [PATCH 2/2] typos and formating --- Zeus_to_RaspiBlitz_through_Tor.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/Zeus_to_RaspiBlitz_through_Tor.md b/Zeus_to_RaspiBlitz_through_Tor.md index ad1e921..4840db8 100644 --- a/Zeus_to_RaspiBlitz_through_Tor.md +++ b/Zeus_to_RaspiBlitz_through_Tor.md @@ -74,27 +74,26 @@ Generate the LND connect URI QR code: $ cd $GOPATH/bin $ ./lndconnect --lnddir=/home/admin/.lnd --image --host=z1234567890abc.onion --port=8080 ``` -The file `lndconnect-qr.png` will be generated. - -In a Linux terminal run: [YOUR.RASIBLITZ.IP] = the local internal ip showing on your pi +The file `lndconnect-qr.png` will be generated, you need to scan this with ZeusLN to connect through Tor. + +To display the .png on your Desktop: + +On Windows use WinSCP to download the image to your PC and open it. + +On Linux run: ``` $ scp admin@[YOUR.RASIBLITZ.IP]:$GOPATH/bin/lndconnect-qr.png ~/ ``` -and open the png from your home directory. +and open the .png from your home directory. - -May need to add something to view png from raspberry pi. +To view the .png from your RaspiBlitz: ``` $ cd ~ $ sudo apt-get install fbi $ sudo fbi -d /dev/fb0 -T 1 lndconnect-qr.png ``` -Now plug in hdmi cord from pi to external monitor and you will see qr code to scan with zeus! - -On Windows use WinSCP to download the image to your PC and open it. - -Scan the QR Code with the ZeusLN app to be connected to your node through Tor! +Now connect the HDMI cord to an external monitor and you will see qr code to scan with Zeus! SEND SATOSHI'S PRIVATE! -Get that beautiful onion png in the top left of Zeuz. +Get that beautiful onion png in the top left of Zeus. Self Sovereignty for the streets!