Package Details: bitcoin-core 26.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: 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-04-03 10:47 (UTC)

Required by (8)

Sources (10)

Latest Comments

1 2 Next › Last »

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:

$ bitcoin-cli getwalletinfo
error code: -32601
error message:
Method not found

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?

mrxx commented on 2021-02-16 12:36 (UTC)

nickj21, I've just tested this. /etc/bitcoin/bitcoin.conf was not overwritten by the update.