alexbosworth / ln-service

Node.js interface to LND
MIT License
319 stars 60 forks source link

Not able to connect to local polar lightning node #176

Open demattosanthony opened 1 year ago

demattosanthony commented 1 year ago

Running a polar lightning node locally, but unable to connect

alexbosworth commented 1 year ago

if you just want to connect via regular docker for testing you could try https://github.com/alexbosworth/ln-docker-daemons

dylanbathurst commented 1 year ago

@demattosanthony one gotcha I had to figure out to get it work was Polar puts a newline \n character at then end of the base64 cert. You'll have to copy the cert from polar convert it to normal text, remove the \n then convert it back to base64 encoded string.