bitromortac / lndmanage

Channel management tool for lightning network daemon (LND) operators.
MIT License
170 stars 19 forks source link

Changing LND gRPC port does not work #61

Closed LightningSats closed 4 years ago

LightningSats commented 4 years ago

Changed the 'lnd_grpc_host' in config.ini to specify a different port for lnd gRPC. When running lndmanage status or lndmanage report the following is returned "
Saved graph is too old. Fetching new one. Problem connecting to lnd. Either /home/admin/.lndmanage/config.ini is not configured correctly or lnd is not running. "

bitromortac commented 4 years ago

Are you running lndmanage on a different host than the lnd? Did it work before?

LightningSats commented 4 years ago

No, this is my first time trying to use lndmanage. I am trying to run on the same local host. my lnd gRPC port is different than the default, so i tried to update it in config.ini by changing lnd_grpc_host to localhost:10007

bitromortac commented 4 years ago

Hope you solved the problem, closing due to inactivity.