Search Criteria
Package Details: bitcoin-abc 0.23.1-0
Git Clone URL: | https://aur.archlinux.org/bitcoin-abc.git (read-only, click to copy) |
---|---|
Package Base: | bitcoin-abc |
Description: | Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli |
Upstream URL: | https://bitcoinabc.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | quest |
Maintainer: | quest (Fabcien) |
Last Packager: | Fabcien |
Votes: | 3 |
Popularity: | 0.009618 |
First Submitted: | 2017-07-18 06:06 |
Last Updated: | 2021-04-06 13:38 |
Dependencies (11)
- boost-libs (boost171, boost-libs-git)
- jemalloc (jemalloc-git, jemalloc4)
- libevent (libevent-git, libevent-fb)
- miniupnpc (miniupnpc-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- zeromq (libxs, zeromq-git, zeromq-draft)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- help2man (help2man-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- python (python-dbg) (make)
Required by (10)
- armory (requires bitcoin-daemon) (optional)
- armory-bin (requires bitcoin-daemon)
- armory-git (requires bitcoin-daemon) (optional)
- armory-goatpig-git (requires bitcoin-daemon) (optional)
- btcpayserver (requires bitcoin-daemon)
- btcpayserver-git (requires bitcoin-daemon)
- electrumx (requires bitcoin-daemon) (optional)
- electrumx-git (requires bitcoin-daemon) (optional)
- nbxplorer (requires bitcoin-daemon)
- nbxplorer-git (requires bitcoin-daemon)
Latest Comments
Arhat commented on 2020-07-13 20:37
https://wiki.archlinux.org/index.php/DeveloperWiki:ReproducibleBuilds LANG=C not supported by Archlinux?
Arhat commented on 2020-07-13 09:39
jemalloc is a dependancy
https://www.archlinux.org/packages/extra/x86_64/jemalloc/
pizzaman commented on 2018-11-16 02:18
Checksums for source tarballs downloaded from github.com/.../.../archive can change over time.
early_adopter commented on 2017-11-12 12:05
This bitcoin-abc package conflicts with the bitcoin (classic) packages. Has anyone thought about adapting it or even making another bitcoin-abc package that doesn't step on the bitcoin packages so that both can be run on a single node? It shouldn't be too difficult. Or am I missing something?
quest commented on 2017-09-08 04:54
Issues with building are now fixed. Tests pass just fine in 0.15.0.
tuxayo commented on 2017-08-05 18:46
@quest Thanks, it worked. I didn't even had to copy the BU data as it wasn't in /srv/bitcoin. Thus uninstalling BU didn't deleted the data.
Everything seemed to work without issue after the transition.
rkelly commented on 2017-08-03 19:37
Getting this error today, and can't install this package (or the qt version either). I was able to successfully build the package a couple of days ago.
make: *** [Makefile:686: check-recursive] Error 1
==> ERROR: A failure occurred in check()
Logs have been posted here:
https://github.com/Bitcoin-ABC/bitcoin-abc/issues/61
quest commented on 2017-07-25 02:48
* Backup the BU data directory. It will contain files similar to:
banlist.dat chainstate db.log debug.log.1 peers.dat
blocks database debug.log debug.log.2.gz wallet.dat
* Install bitcoin-abc
* Copy files to /srv/bitcoin
* chown -R bitcoin:bitcoin /srv/bitcoin
* sudo systemctl start bitcoin
tuxayo commented on 2017-07-24 10:28
How can one migrate a node from Bitcoin Unlimited to Bitcoin ABC? https://github.com/Bitcoin-ABC/bitcoin-abc/issues/26