Package Details: core-lightning 25.02.1-1

Git Clone URL: https://aur.archlinux.org/core-lightning.git (read-only, click to copy)
Package Base: core-lightning
Description: Lightning Network implementation focusing on specification compliance and performance.
Upstream URL: https://github.com/ElementsProject/lightning
Licenses: custom:BSD-MIT
Conflicts: core-lightning-git
Submitter: Spixmaster
Maintainer: Spixmaster
Last Packager: Spixmaster
Votes: 2
Popularity: 0.000000
First Submitted: 2022-04-25 06:48 (UTC)
Last Updated: 2025-04-05 05:53 (UTC)

Dependencies (33)

Required by (3)

Sources (8)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Spixmaster commented on 2024-03-16 07:33 (UTC)

@cotsuka Which optional dependencies do you mean?

bitcoinlizard commented on 2024-03-16 00:51 (UTC) (edited on 2024-03-16 00:51 (UTC) by bitcoinlizard)

@cotsuka - I was able to get clnrest running with this AUR package. I looked at the python requirements.txt and installed the dependencies mostly through official Arch packages and some AUR packages. I think I may have had to install 1 or 2 with pip but I can't remember and unfortunately these entries are gone from my history. I didn't keep track of everything I installed but rest assured it will work. I'm using it now with the latest version of my ride-the-lightning AUR package (which requires clnrest as it seems you likely found out).

cotsuka commented on 2024-03-15 03:12 (UTC)

Any chance of expanding this to include the optional dependencies necessary to build the built-in plugins? Specifically, I'd like to use clnrest to interface with ride-the-lightning.

Spixmaster commented on 2023-09-07 06:46 (UTC)

@bitcoinlizard You are right. The dependency is also listed here. Thank you very much for your help.

bitcoinlizard commented on 2023-09-06 23:58 (UTC)

I needed to install "python-grpcio-tools" for this to build after the upgrade to 23.08. That package probably needs to be added as a dependency.

bitcoinlizard commented on 2023-06-19 23:29 (UTC)

Please update the commit hash for version 23.05.1 to: 484d4476256815056e5d82991d677553c74315c1

Spixmaster commented on 2023-06-14 06:20 (UTC)

I added the dependency "protobuf".

cotsuka commented on 2023-06-13 20:55 (UTC)

I was having issues getting this to build, seemingly due to the cln-grpc plugin build not being able to find protoc. I installed the protobuf package which fixed it.

Spixmaster commented on 2023-03-17 09:19 (UTC)

You are right. I did not update the commit hash. The fix is already pushed. Than you for the hint.