Package Details: bitcoin-abc-qt 0.28.11-0

Git Clone URL: https://aur.archlinux.org/bitcoin-abc-qt.git (read-only, click to copy)
Package Base: bitcoin-abc-qt
Description: Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt
Upstream URL: https://bitcoinabc.org
Licenses: MIT
Conflicts: bitcoin-cli, bitcoin-daemon, bitcoin-qt, bitcoin-seeder, bitcoin-tx, bitcoin-wallet
Provides: bitcoin-cli, bitcoin-daemon, bitcoin-qt, bitcoin-seeder, bitcoin-tx, bitcoin-wallet
Submitter: quest
Maintainer: Fabcien
Last Packager: Fabcien
Votes: 8
Popularity: 0.000000
First Submitted: 2017-07-19 04:51 (UTC)
Last Updated: 2024-03-06 20:54 (UTC)

Latest Comments

1 2 Next › Last »

quest commented on 2019-09-29 21:11 (UTC)

Not currently. Also don't want to break people's existing installs, and there is no good way to know if I should move the data dir or not.

If people have suggestions on how to safely update only current bitcoin-abc-qt installs to a new data directory then that would be super useful.

aurifier commented on 2019-09-27 03:02 (UTC)

Oh, any way to install this as bitcoin-abc-(qt|cli|daemon) so it doesn't conflict with bitcoin-(qt|cli|daemon)? I'd love to run both wallets on the same PC.

aurifier commented on 2019-09-27 02:57 (UTC)

Hey I got the following message trying to build in a chroot environment:

Running test/util/bitcoin-util-test.py... ../test/util/bitcoin-util-test.py /usr/bin/env: ‘python3’: No such file or directory make[3]: *** [Makefile:13156: check-local] Error 127

Adding 'python' to the makedepends fixed that, of course.

quest commented on 2018-10-02 19:51 (UTC)

Found the issue. https://github.com/bitcoin/bitcoin/issues/14359

Recommendation is for qt to fix it, but there is a workaround I can add tonight.

quest commented on 2018-10-02 04:20 (UTC)

So it seems something is broken with the latest build. Having a hard time tracking down what is happening. The wallet no longer shows the UI, and hangs on startup. I think this is due to the latest qt 5.11 packages. If anyone has suggestions I am all ears. =)

fsmv commented on 2018-04-13 00:53 (UTC)

Thanks for keeping it updated!

quest commented on 2017-09-08 04:54 (UTC)

Issues with building are now fixed. Tests pass just fine in 0.15.0.

chrbirks commented on 2017-08-19 16:03 (UTC) (edited on 2017-08-20 12:23 (UTC) by chrbirks)

I just realized that downloading the precompiled binaries from bitcoinabc.com and running bitcoin-0.14.6/bin/test_bitcoin also returns with failing tests. An issue has already been created for this (https://github.com/Bitcoin-ABC/bitcoin-abc/issues/61) so nothing more to do here.

chrbirks commented on 2017-08-19 15:14 (UTC)

Hi I tried installing bitcoin-abc-qt through yaourt but got a failing test during the test phase. Here is the build output and the test-suite.log below. Does it mean anything to anyone? -- ==> Starting check()... -> Testing... Making check in src make[1]: Entering directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src' make[2]: Entering directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src' make[3]: Entering directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src/secp256k1' make[3]: Leaving directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src/secp256k1' make check-TESTS check-local make[3]: Entering directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src' make[4]: Entering directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src' make[5]: Entering directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src/secp256k1' make[5]: Leaving directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src/secp256k1' FAIL: test/test_bitcoin ============================================================================ Testsuite summary for Bitcoin ABC 0.14.6 ============================================================================ # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See src/test-suite.log Please report to https://github.com/Bitcoin-ABC/bitcoin-abc/issues ============================================================================ make[4]: *** [Makefile:9204: test-suite.log] Error 1 make[4]: Leaving directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src' make[3]: *** [Makefile:9312: check-TESTS] Error 2 make[3]: Leaving directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src' make[2]: *** [Makefile:9415: check-am] Error 2 make[2]: Leaving directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src' make[1]: *** [Makefile:9096: check-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-chrbirks/aur-bitcoin-abc-qt/src/bitcoin-abc-0.14.6/src' make: *** [Makefile:686: check-recursive] Error 1 ==> ERROR: A failure occurred in check(). Aborting... ==> ERROR: Makepkg was unable to build bitcoin-abc-qt. ==> Restart building bitcoin-abc-qt ? [y/N] -- ============================================ Bitcoin ABC 0.14.6: src/test-suite.log ============================================ # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test/test_bitcoin ======================= Running 248 test cases... test/txvalidationcache_tests.cpp(66): error: in "txvalidationcache_tests/tx_mempool_block_doublespend": check ToMemPool(spends[0]) has failed test/txvalidationcache_tests.cpp(72): error: in "txvalidationcache_tests/tx_mempool_block_doublespend": check ToMemPool(spends[1]) has failed test/txvalidationcache_tests.cpp(80): error: in "txvalidationcache_tests/tx_mempool_block_doublespend": check ToMemPool(spends[1]) has failed test/txvalidationcache_tests.cpp(82): error: in "txvalidationcache_tests/tx_mempool_block_doublespend": check chainActive.Tip()->GetBlockHash() == block.GetHash() has failed test/uahfstarttime_tests.cpp(52): error: in "uahfstarttime_tests/uahfstarttime_rpc": unexpected exception thrown by CallRPC(std::string("setuahfstarttime ") + std::to_string(chain_mtp + 2 * HOUR + 1)) test/uahfstarttime_tests.cpp(53): error: in "uahfstarttime_tests/uahfstarttime_rpc": check config.GetUAHFStartTime() == chain_mtp + 2 * HOUR + 1 has failed [1501590000 != 1503161688] test/uahfstarttime_tests.cpp(59): error: in "uahfstarttime_tests/uahfstarttime_rpc": unexpected exception thrown by CallRPC(std::string("setuahfstarttime ") + std::to_string(DEFAULT_UAHF_START_TIME + 24 * HOUR)) test/uahfstarttime_tests.cpp(61): error: in "uahfstarttime_tests/uahfstarttime_rpc": check config.GetUAHFStartTime() == DEFAULT_UAHF_START_TIME + 24 * HOUR has failed [1501590000 != 1501676400] test/uahfstarttime_tests.cpp(65): error: in "uahfstarttime_tests/uahfstarttime_rpc": unexpected exception thrown by CallRPC(std::string("setuahfstarttime ") + std::to_string(DEFAULT_UAHF_START_TIME + 30 * 24 * HOUR)) test/uahfstarttime_tests.cpp(67): error: in "uahfstarttime_tests/uahfstarttime_rpc": check config.GetUAHFStartTime() == DEFAULT_UAHF_START_TIME + 30 * 24 * HOUR has failed [1501590000 != 1504182000] test/uahfstarttime_tests.cpp(71): error: in "uahfstarttime_tests/uahfstarttime_rpc": unexpected exception thrown by CallRPC(std::string("setuahfstarttime ") + std::to_string(DEFAULT_UAHF_START_TIME + 365 * 24 * HOUR)) test/uahfstarttime_tests.cpp(73): error: in "uahfstarttime_tests/uahfstarttime_rpc": check config.GetUAHFStartTime() == DEFAULT_UAHF_START_TIME + 365 * 24 * HOUR has failed [1501590000 != 1533126000] test/uahfstarttime_tests.cpp(78): error: in "uahfstarttime_tests/uahfstarttime_rpc": unexpected exception thrown by CallRPC(std::string("setuahfstarttime ") + std::to_string(std::numeric_limits<int64_t>::max())) test/uahfstarttime_tests.cpp(80): error: in "uahfstarttime_tests/uahfstarttime_rpc": check config.GetUAHFStartTime() == std::numeric_limits<int64_t>::max() has failed [1501590000 != 9223372036854775807] test/uahfstarttime_tests.cpp(92): error: in "uahfstarttime_tests/uahfstarttime_rpc": check chain_mtp < hfStartTime has failed test/uahfstarttime_tests.cpp(97): error: in "uahfstarttime_tests/uahfstarttime_rpc": unexpected exception thrown by CallRPC(std::string("setuahfstarttime ") + std::to_string(chain_mtp + 2 * HOUR + 1)) test/uahfstarttime_tests.cpp(98): error: in "uahfstarttime_tests/uahfstarttime_rpc": check config.GetUAHFStartTime() == chain_mtp + 2 * HOUR + 1 has failed [1501590000 != 1503161687] test/uahfstarttime_tests.cpp(102): error: in "uahfstarttime_tests/uahfstarttime_rpc": check hfStartTime == chain_mtp + 2 * HOUR + 1 has failed [1501590000 != 1503161687] *** 18 failures are detected in the test module "Bitcoin Test Suite" FAIL test/test_bitcoin (exit status: 201)