cryptosharks131 / lndg

Lite GUI web interface to analyze lnd data and leverage the backend database for automation tools around rebalancing and other basic maintenance tasks.
MIT License
225 stars 43 forks source link

Don't try Manual Installation with Umbrel 0.5 or higer #99

Closed phil71x closed 2 years ago

phil71x commented 2 years ago

Hi,

I've just installed LNDg. Followed procedure "Manual install with Umbrel". When I tried to log for the first time, the following error message shows:

An error has occured! Error Code: [Errno 2] No such file or directory: '/root/.lnd/data/chain/bitcoin/mainnet/admin.macaroon' LNDg v1.2.1

I'm running Umbrel 0.5.1

Looking forward to your guidance!

phil71x commented 2 years ago

I've found the directory in two places :

/home/umbrel/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet /mnt/data/umbrel/app-data/lightning/data/lnd/data/chain/bitcoin/mainnet

phil71x commented 2 years ago

It looks like rebalance-lnd is broken following the installation of LNDg.

The following error message is appearing when trying to rebalance : FileNotFoundError: [Errno 2] No such file or directory: '/home/umbrel/umbrel/lnd/tls.cert'

Edit: I was able to make rebalance-lnd working again by deleting the folder '/home/umbrel/umbrel/lnd'

phil71x commented 2 years ago

Please add "Don't try with Umbrel version 0.5 and higher, use instead the app in the Umbrel app store" in the README file in the section "Manual Umbrel Installation"

cryptosharks131 commented 2 years ago

Thanks for the updates, it seems the recent Umbrel v0.5 has brought many changes. You can also install LNDg directly from the app store with Umbrel which is probably the preferred methods these days.