From 399144acf5a88ee45ae05bd71656d30e6f84ae41 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 29 Oct 2021 11:51:35 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5acf4d1..7a1d861 100644 --- a/README.md +++ b/README.md @@ -109,16 +109,21 @@ LnMe can connect to your lightning node through [Tor](https://www.torproject.org It is the easiest to run LnMe on the same node as LND. But you can run it anywhere as long as your LND node is accessible. Simply run the binary and make sure the PORT is accessible. -### Heroku -One click deployment with Heroku: +If you run LNMe on a different server you will need your LND address, the LND TLS certificate (HEX) and the macaroon (HEX). (see above) -You will need your LND address, the LND tls certificate (HEX) and the macaroon (HEX). +When getting the HEX of the LND files use `xxd -plain YOUR_FILE.cert | tr -d '\n'`. For example for the TLS certificate, use `xxd -plain tls.cert | tr -d '\n'`. -When getting the HEX of the TLS certificate, use `xxd -plain tls.cert | tr -d '\n'`. The TLS cert is located in the lnd directory: +The TLS cert is located in the lnd directory: * ~/umbrel/lnd/tls.cert on Umbrel * /mnt/hdd/lnd/tls.cert on Raspiblitz * Can also be located in ~/.lnd +You should find the macaroon files in the LND data dir (e.g. ~.lnd/data/chain/bitcoin/mainnet/) or see "LND Permissions" how to create a new one. + + +### Heroku +One click deployment with Heroku: + [![Deploy on Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bumi/lnme) Here is a [Video Demo of the Heroku deployment](https://www.youtube.com/watch?v=hSFXhnLp_Rc)