mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
added ZAP
This commit is contained in:
13
M5Stack
Normal file
13
M5Stack
Normal file
@@ -0,0 +1,13 @@
|
||||
sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
|
||||
git clone --depth 1 https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo.git
|
||||
cd MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD/
|
||||
# ./BUILD.sh menuconfig
|
||||
./BUILD.sh
|
||||
|
||||
cd ../..
|
||||
git clone https://github.com/tuupola/micropython-m5stack.git
|
||||
|
||||
|
||||
$ sudo pip3 install rshell
|
||||
$ make sync
|
||||
$ make repl
|
||||
53
ZAP with RaspiBolt/raspibolt_71_ZAP.md
Normal file
53
ZAP with RaspiBolt/raspibolt_71_ZAP.md
Normal file
@@ -0,0 +1,53 @@
|
||||
|
||||
|
||||
## Connect the ZAP Desktop Lightning wallet to your RaspiBolt
|
||||
|
||||
|
||||
The desktop app ZAP (https://github.com/LN-Zap/zap-desktop)
|
||||
) is a cross platform Lightning Network wallet focused on user experience and ease of use.
|
||||
|
||||
Download ZAP for your operating sytem:
|
||||
https://github.com/LN-Zap/zap-desktop/releases
|
||||
Install instructions: https://github.com/LN-Zap/zap-desktop#install
|
||||
|
||||
|
||||
### Preparation on the Pi
|
||||
|
||||
* Add the following line to your lnd configuration file in the section `[Application Options]`
|
||||
`$ sudo nano /home/bitcoin/.lnd/lnd.conf`
|
||||
|
||||
```tlsextraip=0.0.0.0```
|
||||
|
||||
* Restart LND and unlock wallet
|
||||
`$ sudo systemctl restart lnd`
|
||||
`$ lncli unlock`
|
||||
|
||||
### On your linux desktop:
|
||||
Copy the tls.cert to your home directory:
|
||||
|
||||
`scp admin@your.RaspiBolt.LAN.IP:/home/admin/.lnd/tls.cert ~/`
|
||||
|
||||
Copy the admin.macaroon to your home directory:
|
||||
|
||||
`scp admin@your.RaspiBolt.LAN.IP:/home/admin/admin.macaroon ~/`
|
||||
|
||||
### Configure ZAP
|
||||
|
||||
* Start the app and select:
|
||||
```Connect your own node```
|
||||
|
||||

|
||||
|
||||
|
||||
* Fill in the next screen:
|
||||
|
||||
`your.RaspiBolt.LAN.IP:10009`
|
||||
|
||||
`~/tls.cert`
|
||||
|
||||
`~/admin.macaroon`
|
||||
|
||||

|
||||
|
||||
* Confirm the settings on the following screen and you are done!
|
||||
|
||||
BIN
ZAP with RaspiBolt/zap1.png
Normal file
BIN
ZAP with RaspiBolt/zap1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
BIN
ZAP with RaspiBolt/zap2.png
Normal file
BIN
ZAP with RaspiBolt/zap2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user