Search Criteria
Package Details: bitcoin-cash-node 28.0.1-1
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.014669 |
First Submitted: | 2020-02-27 07:19 (UTC) |
Last Updated: | 2024-12-30 02:49 (UTC) |
Dependencies (10)
- boost-libs
- libevent (libevent-gitAUR)
- libnatpmp
- miniupnpc (miniupnpc-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zeromq (zeromq-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (6)
- armory (requires bitcoin-daemon) (optional)
- core-lightning (requires bitcoin-cli)
- electrs-systemd (requires bitcoin-daemon)
- electrumx-git (requires bitcoin-daemon) (optional)
- nbxplorer (requires bitcoin-daemon)
- pro-bitcoin-git (requires bitcoin-daemon) (optional)
Latest Comments
« First ‹ Previous 1 2
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.
pizzaman commented on 2020-11-19 20:53 (UTC) (edited on 2020-11-19 20:56 (UTC) by pizzaman)
Directory /run/bitcoin doesn't exist. Creating it manually and changing owership to bitcoin:bitcoin fixes the problem until the next reboot.
You might want to pass along a tmpfile.d config https://wiki.archlinux.org/index.php/Systemd#systemd-tmpfiles_-_temporary_files
Also in your post_remove you "rm -rf /srv/bitcoin /run/bitcoin" imo, this is quite dangerous since it might accidentally delete wallet.dat/blockchain if people decide to upgrade to a different package or whatnot.
« First ‹ Previous 1 2