Search Criteria
Package Details: lnd 0.18.2_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 |
Licenses: | MIT |
Conflicts: | lnd-git |
Provides: | lncli, lnd |
Submitter: | dmp1ce |
Maintainer: | dmp1ce |
Last Packager: | dmp1ce |
Votes: | 6 |
Popularity: | 0.002278 |
First Submitted: | 2018-07-20 13:43 (UTC) |
Last Updated: | 2024-07-14 13:32 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (14)
- btcpayserver (optional)
- c-lightning-rest (optional)
- charge-lnd (optional)
- faraday-bin
- lightning-terminal (optional)
- lightning-terminal-bin (optional)
- lightning-terminal-bin (requires lncli) (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 Next › Last »
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_64
bysource
andsha512sums_x86_64
bysha512sums
as 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.
Spixmaster commented on 2021-03-03 18:36 (UTC) (edited on 2021-10-14 12:35 (UTC) by Spixmaster)
The PKGBUILD has the issue that it cannot be reinstalled. First, the yay cache (~/.cache/yay/lnd/) needs to be emptied. Otherwise, this error message appears
error cloning lnd: fatal: Zielpfad 'lnd' existiert bereits und ist kein leeres Verzeichnis.
which means that the directory "lnd" already exists.dmp1ce commented on 2019-09-27 13:57 (UTC) (edited on 2019-09-27 13:59 (UTC) by dmp1ce)
@setpill OK. Thank you for creating the
-bin
.setpill commented on 2019-09-27 13:44 (UTC)
FYI I talked to roasbeef on IRC yesterday and he indicated a new release is "a week or two" away. I have also created https://aur.archlinux.org/packages/lnd-bin/ in the interim, and for those who prefer a binary package (signed by upstream).
dmp1ce commented on 2019-09-26 21:15 (UTC)
@setpill, it sounds like this package is in a bit of mess. Go isn't compiling and the gpg keys are expired.
I'll ask the devs about the expired key.
For the Go version, I'll think I'll just wait until upstream fixes. Unless someone gives me a patch to compile with a previous Go version.
1 2 3 Next › Last »