-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support CLNRest core-lightning plugin #739
Comments
I was trying to point a Zeus wallet to my nix-bitcoin |
that means we should first report/fix this on tagging |
digging a bit deeper, found some extra insights:
#688 seems stale (@erikarvstedt any updates?) I wonder if it makes sense to start from this commit 73d4692 and create a new PR only for |
I can confirm that in Zeus 0.9.0 QR Code scanning no longer works for |
Have a look at https://github.com/daywalker90/clnrest-rs for the Rust version of clnrest, which should integrate a lot more easily with nix-bitcoin than the python version :) |
This shouldn't be the case. Could you please file an issue in the Zeus repo with steps on how to recreate? |
@kaloudis, the bug seems to have been fixed in Zeus 0.9.1. |
I ran Zeus automatically chooses the following Node interface: When I try to connect, I consistently get edit: after clicking |
The error I got with 0.9.0 was that after scanning a QR code encoding a |
CLNRest is a built-in core-lightning plugin providing some REST endpoints. I know we have clightning-rest, but I saw that in the Zeus wallet, clightning-rest is now deprecated while CLNRest is supported. It might be a nice enhancement to nix-bitcoin to support a built-in plugin with this functionality. As far as I can tell, nix-bitcoin uses the nixpkgs build of core-lightning where CLNRest is omitted because it requires some extra Python dependencies.
The text was updated successfully, but these errors were encountered: