Search Criteria
Package Details: lnd-git 0.17.3.beta.r15704.c32edbd73-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lnd-git.git (read-only, click to copy) |
---|---|
Package Base: | lnd-git |
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 |
Provides: | lnd, lnd-cli |
Submitter: | thann |
Maintainer: | pizzaman |
Last Packager: | pizzaman |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-06-13 03:10 (UTC) |
Last Updated: | 2023-12-11 00:42 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (13)
- btcpayserver (requires lnd) (optional)
- c-lightning-rest (requires lnd) (optional)
- charge-lnd (requires lnd) (optional)
- faraday-bin (requires lnd)
- lightning-terminal (requires lnd) (optional)
- lightning-terminal-bin (requires lnd) (optional)
- lndmon-git (requires lnd) (optional)
- loop-bin (requires lnd)
- pool-bin (requires lnd)
- ride-the-lightning (requires lnd) (optional)
- rtl-git (requires lnd) (optional)
- taproot-assets-bin (requires lnd)
- thunderhub (requires lnd) (optional)
Latest Comments
1 2 Next › Last »
cotsuka commented on 2021-11-17 18:52 (UTC)
I'm having a hard time figuring out how to get tags to work properly with the final, installed version. I see the default build tags set in the PKGBUILD, but the built executable says tags="". I know the tags were actually built, but programs like loop check against the built executable's tags and say it doesn't have the right build tags to continue.
Anybody find a solution to this? I'm very certain I'm just missing a step when attempting to update the PKGBUILD.
pizzaman commented on 2020-04-22 10:02 (UTC)
@JKAbrams Should be working now.
JKAbrams commented on 2020-04-21 05:29 (UTC) (edited on 2020-04-21 05:29 (UTC) by JKAbrams)
pkgver gets a bit messed up:
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: cert/v1.0.2.r1.g4ed0a35b
pizzaman commented on 2018-12-12 10:14 (UTC) (edited on 2018-12-12 10:19 (UTC) by pizzaman)
@blacktemplar Upstream upgraded their supported Go version 1.10->1.11
With Go 1.11 (https://blog.golang.org/go1.11) they introduced "modules" which changes how packages are installed. The dependency dep is not needed anymore.
PKGBUILD changed substantially.
dmp1ce commented on 2018-12-10 16:41 (UTC)
Sorry. I forgot, I'm building from my github repository. https://github.com/dmp1ce/lnd-git
It looks like this repository needs and update. I removed dependency on dep.
blacktemplar commented on 2018-12-10 13:45 (UTC) (edited on 2018-12-10 13:49 (UTC) by blacktemplar)
@dmp1ce
I just retried and still get the error. The command "dep ensure" results in the error, I use the following dep version: (output of dep version)
dmp1ce commented on 2018-12-10 12:11 (UTC)
@blacktemplar possibly a temporary upstream issue. The package is building fine for me now.
blacktemplar commented on 2018-12-10 10:45 (UTC)
Just tried to install this and got the following error in package():
"could not find project Gopkg.toml, use dep init to initiate a manifest"
dmp1ce commented on 2018-07-18 14:37 (UTC)
I updated the PKGBUILD which now works for me. https://github.com/dmp1ce/lnd-git
dmp1ce commented on 2018-07-17 18:00 (UTC) (edited on 2018-07-17 18:32 (UTC) by dmp1ce)
Something along these lines might get it compiling:
I'm not sure because right now I'm getting these errors:
1 2 Next › Last »