Jamal James
Jamal James
Oh, I also forgot to mention that in #879 I upgraded Polar to use the latest Core Lightning implementation and switched to using the embedded REST API which now supports...
Hey @orbitalturtle, thanks for the feedback. This sounds like a good idea to me.
Thank you for all of these troubleshooting details you've provided. I'm not sure exactly what changed that would cause this to break. I suspect it's either MacOS or Docker, but...
Thanks a bunch for sharing the workarounds. It looks like we can no longer mount the unix socket via the Docker volumes. This seems like an easy fix to implement...
My initial thought was to just update the `alias` command that's automatically run when the Terminal is opened. ``` alias lightning-cli="lightning-cli --network regtest --rpc-file=/home/clightning/lightning-rpc" ```
I plan to circle back to this PR pretty soon to try to get CLN working properly again. Unfortunately, I can't give an exact timeline, but it may be in...
This PR has been replaced by #879.
It looks like you are using Core Lightning v0.12.0. Which version of Bitcoin nodes are you using? I just tried with Bitcoin Code v24.0 and it worked without any issues....
Ah, this is a permissions issue. Did you install Docker Desktop or Docker Engine? There are currently issues running Docker Desktop on Linux that I'm aware of. See #553 and...
@pathakharsh123 Polar doesn't currently work with Docker Desktop on Linux. You have to install Docker Engine instead. There are workarounds listed in https://github.com/jamaljsr/polar/issues/636#issuecomment-1358081254 that you may try.