Quickening icon indicating copy to clipboard operation
Quickening copied to clipboard

using my own raspiblitz fullnode

Open ediying opened this issue 5 years ago • 1 comments

i got the quickening assembled and the code should also work. how can i use my own raspiblitz fullnode? is there some kind of documentation?

ediying avatar Feb 18 '20 16:02 ediying

So I'm no pro at this or anything but I was able to manage it by doing the following process.

Sign up for a DDNS service ( EX: https://freedns.afraid.org/). SSH into Blitz service menu and check Dynamic DNS option. You will be prompted for URL, and "OPTIONAL Public IP Update URL:" Expose the port 8080 (Assuming you are using this port for Lightning REST) on your router to allow connections from outside your network. Set up lets Encrypt, if you haven't done this already.(I think internet.selfsignedcert.sh in ~/config.scripts will do this) Go to you URL https://<yourURL>:8080/v1/getinfo in browser Download the Certificate from the browser. Follow the YouTube guide for this: https://youtu.be/Rr_ZkIruF9s?t=240 Get the other macaroons from Exporting them from the RaspiBlitz menu. From here its the same process as already described in the tutorial. Download GitHub files, change the credentials (macaroons/server info) and then flash the ESP32.

Juized avatar Apr 23 '20 12:04 Juized