Search Criteria
Package Details: bitcoin-core 0.20.1-1
Git Clone URL: | https://aur.archlinux.org/bitcoin-core.git (read-only, click to copy) |
---|---|
Package Base: | bitcoin-core |
Description: | Bitcoin Core headless P2P node |
Upstream URL: | https://bitcoincore.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | atweiden |
Maintainer: | mrxx |
Last Packager: | mrxx |
Votes: | 10 |
Popularity: | 0.011919 |
First Submitted: | 2014-04-01 17:21 |
Last Updated: | 2020-08-05 23:04 |
Dependencies (13)
- boost (boost-git)
- boost-libs (boost171, boost-libs-git)
- libevent (libevent-git, libevent-fb)
- zeromq (libxs, zeromq-git)
- python (python-dbg) (check)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- binutils (binutils-tune-bfd-hash, binutils-git) (make)
- libtool (libtool-git) (make)
- m4 (m4-git) (make)
- make (make3, make-git, make-without-guile) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux) (make)
Required by (7)
- armory (requires bitcoin-daemon) (optional)
- armory-bin (requires bitcoin-daemon)
- armory-git (requires bitcoin-daemon) (optional)
- armory-goatpig-git (requires bitcoin-daemon) (optional)
- electrumx (requires bitcoin-daemon) (optional)
- electrumx-git (requires bitcoin-daemon) (optional)
- nbxplorer (requires bitcoin-daemon)
Latest Comments
mrxx commented on 2020-06-29 16:15
Thank you, sldfkjsldkfjsld. Checksums fixed.
sldfkjsldkfjsld commented on 2020-06-28 06:08
Your last commit changed the sha256 hashes of
bitcoind-reindex.service
andbitcoind.service
to invalid values (the files didn't change at all).mrxx commented on 2020-03-10 21:09
Removed nproc from make as proposed by trulex and pizzaman.
pizzaman commented on 2020-03-10 00:15
As @trulex mentioned nproc shouldn't be there, unless there are specific reasons to limit parallelism. https://wiki.archlinux.org/index.php/Makepkg#Parallel_compilation
trulex commented on 2018-03-19 20:54
Why do you set $nproc? This doesn't make sense because there is $MAKEFLAGS in pacman.conf.
Also, why do you hardcode datadir in the service? The service should read this property from the config file.
nickj21 commented on 2017-10-03 15:50
Seeing this on 0.15.0.1 upgrade, not sure what changed to cause it:
==> Starting build()...
/home/nick/.cache/pacaur/bitcoin-core/PKGBUILD: line 42: cd: /home/nick/.cache/pacaur/bitcoin-core/src/bitcoin-0.15.0.1: No such file or directory
==> ERROR: A failure occurred in build().
Aborting...
:: failed to build bitcoin-core package(s)
alexei2015 commented on 2016-08-07 17:44
I use Arch Linux ARM.
After a last update I have:
----
[alarm@alarmpi ~]$ sh bd.sh
/usr/bin/bitcoind: error while loading shared libraries: libminiupnpc.so.15: cannot open shared object file: No such file or directory
----
when I did:
----
[alarm@alarmpi ~]$ sudo !!
sudo cp /usr/lib/libminiupnpc.so.16 /usr/lib/libminiupnpc.so.15
----
everything went OK.
Thanks
CTech commented on 2016-04-07 10:15
You can remove your make depends section as all those packages are in the group base-devel, and you are expected to have base-devel installed before using the AUR.
mmozeiko commented on 2015-10-05 05:25
After miniupnpc upgrade to 1.9.20150730-1 version follwing patch is needed to compile source: https://github.com/bitcoin/bitcoin/commit/9f3e48e5219a09b5ddfd6883d1f0498910eff4b6.patch