Search Criteria
Package Details: lnd 0.20.1_beta-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lnd.git (read-only, click to copy) |
|---|---|
| Package Base: | lnd |
| Description: | The Lightning Network Daemon, for secure off-chain bitcoin transactions. |
| Upstream URL: | https://github.com/lightningnetwork/lnd |
| Keywords: | bitcoin cryptocurrency lightningnetwork lightning_network lnd |
| Licenses: | MIT |
| Conflicts: | lnd-git |
| Provides: | lncli, lnd |
| Submitter: | dmp1ce |
| Maintainer: | pizzaman |
| Last Packager: | pizzaman |
| Votes: | 7 |
| Popularity: | 0.001744 |
| First Submitted: | 2018-07-20 13:43 (UTC) |
| Last Updated: | 2026-03-06 04:19 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
Required by (14)
- btcpayserver (optional)
- c-lightning-rest (optional)
- charge-lnd (optional)
- faraday-bin
- lightning-terminal (optional)
- lightning-terminal-bin (requires lncli) (optional)
- lightning-terminal-bin (optional)
- lndmon-git (optional)
- loop-bin
- pool-bin
- ride-the-lightning (optional)
- rtl-git (optional)
- taproot-assets-bin
- thunderhub (optional)
Latest Comments
1 2 3 4 Next › Last »
bitcoinlizard commented on 2025-12-07 13:56 (UTC)
LND is now offering (pushing?) the option to run sqlite or postgres for a database backend:
https://github.com/lightningnetwork/lnd/blob/master/docs/db_migration_guide.md
I found that with using this PKGBUILD sqlite was not recognized/functional on startup. I used the provided binary from the github page and everything worked as expected.
I don't see anything wrong with the PGKBUILD, everything seems to be in place as far as build tags:
GO111MODULE=on go install -v -tags experimental,autopilotrpc,signrpc,walletrpc,chainrpc,invoicesrpc,routerrpc,watchtowerrpc,monitoring,peersrpc,kvdb_postgres,kvdb_sqlite,kvdb_etcd ./...
I'm mostly posting this for others who may run into the same issue.
leon_buehler commented on 2025-05-02 15:28 (UTC)
I just noticed that the .service file in the lnd repo assumes that the binarys are stored in /usr/local/bin but on arch they are in /usr/bin . Idk if that is worth fixing, so iam just mentioning it here. I personally just symlink the lnd binary into /usr/local/bin.
pizzaman commented on 2025-05-01 01:26 (UTC)
@leon_buehler Thanks. Added bash completion & .service
leon_buehler commented on 2025-04-30 14:05 (UTC)
The upstream repo contains bash completions and a systemd service file inside of the "contrib" directory. I think those could be included into the PKGBUILD so it would look like:
dmp1ce commented on 2022-09-30 10:59 (UTC)
@ruifm, I made your suggested changes. Let me know if it works for you.
ruifm commented on 2022-09-30 09:41 (UTC)
Could you add
'aarch64'toarch=? I can confirm that it works.Also, you should replace
source_x86_64bysourceandsha512sums_x86_64bysha512sumsas the actual source is just source code files and are architecture agnostic.bitcoinlizard commented on 2021-10-15 00:24 (UTC)
Could you edit the make && make install line to look like this?
make && make install tags="experimental autopilotrpc signrpc walletrpc chainrpc invoicesrpc routerrpc watchtowerrpc"
The build tags are not well documented by some are needed for keysend to work.
dmp1ce commented on 2021-10-14 23:57 (UTC)
@Spixmaster, Is that right? line 43 sets $GOPATH to "$srcdir".
Are you seeing errors when trying to build or the script just looks wrong?
Spixmaster commented on 2021-10-14 12:38 (UTC) (edited on 2021-10-14 12:39 (UTC) by Spixmaster)
There are several lines that do not work because packages only have the permissions to access files in "${pkgdir}". You need to use as a prefix. Especially, the lines above create issues.
1 2 3 4 Next › Last »