mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2026-01-11 07:44:21 +01:00
Merge pull request #5 from theotherside/patch-1
Update Zeus_to_RaspiBlitz_through_Tor
This commit is contained in:
@@ -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,34 @@ 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:
|
||||
```
|
||||
$ scp admin@[YOUR.RASIBLITZ.IP]:~/go/bin/lndconnect-qr.png ~/
|
||||
```
|
||||
and open the png from your home directory.
|
||||
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.
|
||||
|
||||
Scan the QR Code with the ZeusLN app to be connected to your node through Tor!
|
||||
On Linux run:
|
||||
```
|
||||
$ scp admin@[YOUR.RASIBLITZ.IP]:$GOPATH/bin/lndconnect-qr.png ~/
|
||||
```
|
||||
and open the .png from your home directory.
|
||||
|
||||
To view the .png from your RaspiBlitz:
|
||||
```
|
||||
$ cd ~
|
||||
$ sudo apt-get install fbi
|
||||
$ sudo fbi -d /dev/fb0 -T 1 lndconnect-qr.png
|
||||
```
|
||||
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 Zeus.
|
||||
Self Sovereignty for the streets!
|
||||
|
||||
Reference in New Issue
Block a user