Search Criteria
Package Details: core-lightning 26.06.5-1
Package Actions
| 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: | 2026-07-17 02:21 (UTC) |
Dependencies (34)
- bitcoin-cli (bitcoin-gui-gitAUR, bitcoin-unlimitedAUR, bitcoin-cash-nodeAUR, bitcoin-cash-node-qtAUR, bitcoin-core-gitAUR, bitcoin-gitAUR, bitcoin-abcAUR, bitcoin-abc-qtAUR, bitcoin-cli-binAUR, bitcoin-daemon)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- gmp (gmp-hgAUR)
- gunicorn
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- make (make-gitAUR, make-staticAUR)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- protobuf (protobuf-gitAUR)
- python
- python-cryptography
- python-flask
- python-flask-cors
- python-flask-restxAUR
- python-flask-socketio
- python-gevent (python-gevent-gitAUR)
- python-gevent-websocket
- python-grpcio
- python-grpcio-tools
- python-json5
- Show 14 more dependencies...
Required by (3)
- btcpayserver (optional)
- c-lightning-rest (optional)
- ride-the-lightning (optional)
Sources (8)
- core-lightning
- git+https://github.com/ElementsProject/libwally-core.git
- git+https://github.com/ianlancetaylor/libbacktrace.git
- git+https://github.com/jedisct1/libsodium.git
- git+https://github.com/kristapsdz/lowdown.git
- git+https://github.com/rustyrussell/lnprototest.git
- git+https://github.com/valyala/gheap.git
- git+https://github.com/zserge/jsmn.git
Latest Comments
1 2 3 4 Next › Last »
Spixmaster commented on 2026-06-07 11:38 (UTC)
@bitcoinlizard, thank you very much. I was aware that the build failed but had no time investigating it. It said command
uvmissing but not near the actual error so it was not obvious that it was the origin of the error. Thank you very much!bitcoinlizard commented on 2026-06-06 13:34 (UTC)
"uv" needs to be added as a makedepends for this package. The build fails without uv.
bitcoinlizard commented on 2026-05-09 13:50 (UTC) (edited on 2026-05-09 14:33 (UTC) by bitcoinlizard)
I was able to build 26.04.1 and it does run. I had to apply a couple of patches based on github issues: https://github.com/ElementsProject/lightning/issues/9106 https://github.com/ElementsProject/lightning/issues/9074
Patch 1 on core-lightning/common/wireaddr.c:
Patch 2 on core-lightning/configure:
These issues should be resolved in 26.06 according to the developers if you don't want to bother with the patching.
I had to start up lightningd from the command line and NOT use systemctl otherwise it would time out. Perhaps the database upgrade took a long time. It did take a very long time to startup, perhaps 10 minutes or more. After the first startup I can run it with systemctl and it starts up quickly.
Spixmaster commented on 2026-04-21 02:49 (UTC)
v26.04 does not build, https://github.com/ElementsProject/lightning/issues/9074.
Spixmaster commented on 2025-12-12 07:17 (UTC)
Thanks for the explanation. I reverted my last commit to include your temporary fix.
cotsuka commented on 2025-12-11 20:45 (UTC) (edited on 2025-12-11 20:48 (UTC) by cotsuka)
@Spixmaster I believe the root cause is a package versioning mismatch between
protocfrom protobuf and the plugin from python-grpcio-tools. The plugin only supports up to "Editions 2023" (open issue upstream).That said, building this is is a packaging mismatch between what Arch is providing and what lightning's
pyproject.tomlpins. Arch is on python-grpcio-tools 1.76.0, but lightning has generated code created usinggrpcio-tools1.75.1.The
--experimental-editionspatch I provided before was a way to work around this. I'm not sure of any other solutions besides creatingpython-grpcio-tools-1.75andprotobuf-31.1in the AUR.Spixmaster commented on 2025-12-11 13:49 (UTC)
This error is still present for me, https://github.com/ElementsProject/lightning/issues/8532.
bitcoinlizard commented on 2025-10-20 01:59 (UTC)
@cotsuka - thank you for your work on this. I upgraded and everything is working correctly.
cotsuka commented on 2025-10-17 23:11 (UTC) (edited on 2025-10-17 23:15 (UTC) by cotsuka)
I've been running with the updated PKGBUILD with no issues.
EDIT: My guess as to the 40 MB increase in size is due to the
--experimental-editionsflag, which means gRPC needs to be built with additional syntax/wire protocol support.Spixmaster commented on 2025-10-13 06:24 (UTC)
Currently, I do not need to use this software.
1 2 3 4 Next › Last »