Search Criteria
Package Details: bitcoin-core 28.0-1
Package Actions
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: | MIT |
Conflicts: | bitcoin-cli, bitcoin-core-git, bitcoin-daemon, bitcoin-qt, bitcoin-tx |
Provides: | bitcoin-cli, bitcoin-daemon, bitcoin-tx |
Submitter: | atweiden |
Maintainer: | mrxx |
Last Packager: | mrxx |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2014-04-01 17:21 (UTC) |
Last Updated: | 2024-10-29 10:02 (UTC) |
Dependencies (14)
- boost (boost-gitAUR)
- boost-libs
- libevent (libevent-gitAUR)
- libnatpmp
- zeromq (zeromq-gitAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- binutils (make)
- libtool (libtool-gitAUR) (make)
- m4 (m4-gitAUR) (make)
- make (make-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (check)
Required by (8)
- armory (requires bitcoin-daemon) (optional)
- core-lightning (requires bitcoin-cli)
- electrs-systemd (requires bitcoin-daemon)
- electrumx (requires bitcoin-daemon) (optional)
- electrumx-git (requires bitcoin-daemon) (optional)
- nbxplorer (requires bitcoin-daemon)
- pro-bitcoin-git (optional)
- pro-bitcoin-git (requires bitcoin-daemon) (optional)
Latest Comments
1 2 3 Next › Last »
mrxx commented on 2024-05-29 23:24 (UTC)
Added wallet support.
mattarch commented on 2024-04-26 12:26 (UTC)
Are wallet-related commands via
bitcoin-cli
not typical enough to support?When run with this server:
https://developer.bitcoin.org/reference/rpc/getwalletinfo.html
mrxx commented on 2024-04-25 23:58 (UTC)
@mattarch This is the headless version for servers. Wallets are typically used when running the GUI version (available as bitcoin-qt in the main repository).
mattarch commented on 2024-04-25 13:59 (UTC)
Why is this built with
--disable-wallet
?It would be useful to build this with wallet support.
mrxx commented on 2023-12-23 02:00 (UTC)
This issue has been reported more than a year ago: https://github.com/bitcoin/bitcoin/issues/26368
It seems to affect locales with diacritics. e.g. czech.
Unfortunately, applying the provided fix causes other test units to fail.
Please try to set your locale to any non-diacritic (e.g. en_US.utf8) and compile again.
jotenakis commented on 2023-12-13 23:25 (UTC)
this package (26.0) is still failing the bitcoin suite test.
test/system_tests.cpp(88): error: in "system_tests/run_command": check what.find(expected) != std::string::npos has failed *** 1 failure is detected in the test module "Bitcoin Core Test Suite"
please fix it.
OxHaK commented on 2022-06-08 11:53 (UTC)
I need to remove the check() step in the PKGBUILD, else I get:
error: in "system_tests/run_command": check what.find(expected) != std::string::npos has failed
McGeezax commented on 2021-04-12 02:39 (UTC)
When I try to install the recent version of bitcoin-core on a fresh Arch install, it fails on the tests:
fatal error: in "arith_uint256_tests/basics": std::runtime_error: locale::facet::_S_create_c_locale name not valid
Assertion 'ret.second' failed
Does anybody know how to get past this error?
mrxx commented on 2021-02-16 14:34 (UTC) (edited on 2021-02-16 14:34 (UTC) by mrxx)
@nickj21 Installed 0.20, changed bitcoin.conf, updated to 0.21.
yonson commented on 2021-02-16 14:31 (UTC)
mrxx I must have been mistaken on how my settings were changed. How did you test this?
1 2 3 Next › Last »