Search Criteria
Package Details: bitcoin-cash-node 27.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/bitcoin-cash-node.git (read-only, click to copy) |
---|---|
Package Base: | bitcoin-cash-node |
Description: | Bitcoin Cash Node with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli |
Upstream URL: | https://bitcoincashnode.org |
Licenses: | MIT |
Conflicts: | bitcoin-cli, bitcoin-daemon, bitcoin-seeder, bitcoin-tx |
Provides: | bitcoin-cli, bitcoin-daemon, bitcoin-seeder, bitcoin-tx |
Submitter: | quest |
Maintainer: | quest |
Last Packager: | quest |
Votes: | 3 |
Popularity: | 0.29 |
First Submitted: | 2020-02-27 07:19 (UTC) |
Last Updated: | 2024-07-26 23:06 (UTC) |
Dependencies (9)
- boost-libs
- libevent (libevent-gitAUR)
- miniupnpc (miniupnpc-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zeromq (zeromq-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (7)
- 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 (requires bitcoin-daemon) (optional)
Latest Comments
1 2 Next › Last »
ichundes commented on 2024-07-17 08:12 (UTC)
@pip https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node/-/merge_requests/1870
plp commented on 2024-07-12 10:23 (UTC) (edited on 2024-07-12 19:29 (UTC) by plp)
The package fails to build with the following error:
It looks like this is because of an API change in miniupnpc version 2.2.8. The same issue has popped up in Bitcoin Core, after miniupnpc 2.2.8 was released, and it was reported and fixed:
https://github.com/bitcoin/bitcoin/issues/30266
I checked, and the latest version 27.1.0 of bitcoin-cash-node also fails to build with the same error. However, after downgrading miniupnpc to 2.2.7-2, both 27.0.0 and 27.1.0 build successfully.
I guess this really needs to be reported upstream.
jettscythe commented on 2023-10-21 06:59 (UTC)
Never mind! Fixed it with a clean build :p
jettscythe commented on 2023-10-21 06:41 (UTC)
error while loading shared libraries: libboost_filesystem.so.1.81.0: cannot open shared object file: No such file or directory, which makes sense: https://archlinux.org/packages/extra/x86_64/boost-libs/ provides 1.83 now
JKAbrams commented on 2021-06-07 04:48 (UTC)
Conflicts: bitcoin-cli, bitcoin-daemon, bitcoin-seeder, bitcoin-tx
This is just stupid, makes it not possible to run bitcoin and bitcoin cash on the same machine.
The ticker war is over, please start playing nice by renaming to bitcoincash-cli etc.
AlD commented on 2021-02-18 00:04 (UTC) (edited on 2021-02-18 00:04 (UTC) by AlD)
I created the bitcoin-cash(-qt) packages that address the below concerns and then some. Here's the commit message (https://aur.archlinux.org/cgit/aur.git/commit/?h=bitcoin-cash&id=3224ab8b548e35bb3550222d99b0c10fd57282e1):
bitcoin-cash(-qt)
Feel free to merge the changes back into this pkgbuild. Otherwise I'll try to keep the fork up to date.
quest commented on 2020-11-21 01:53 (UTC)
If you want to send me a diff for the PKGBUILD that can rename the directory on removal, and restore it on install that would be great.
pizzaman commented on 2020-11-20 23:50 (UTC) (edited on 2020-11-20 23:51 (UTC) by pizzaman)
@quest That makes sense, but also you have to consider the possible MAJOR catastrophic monetary and time consequences of deleting people's wallet.dat and 100s GB of blockchain without any warning. I couldn't find references Archlinux's policy regarding user data, but I see this akin to deleting /user/pictures when you uninstall GIMP.
What about one of these:
- Rename vs Remove and inform user it has been renamed?
- Information on the package about the possibility of deleted user data https://bbs.archlinux.org/viewtopic.php?id=234413
- Leave to the user to remove/rename folder after uninstall
quest commented on 2020-11-20 02:45 (UTC)
I can't replicate your error, in fact the install script creates
/run/bitcoin
, just double checked.As for the srv directory, I remove it because the bitcoin packages use the same path. There are many packages that are not compatible with that data directory.
1 2 Next › Last »