Search Criteria
Package Details: bitcoin-cash-node 22.2.0-0
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: | |
Conflicts: | |
Provides: | |
Submitter: | quest |
Maintainer: | quest |
Last Packager: | quest |
Votes: | 1 |
Popularity: | 0.110573 |
First Submitted: | 2020-02-27 07:19 |
Last Updated: | 2020-12-03 07:07 |
Dependencies (8)
- boost-libs (boost171, boost-libs-git)
- 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)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
Required by (9)
- armory (requires bitcoin-daemon) (optional)
- armory-bin (requires bitcoin-daemon)
- armory-git (requires bitcoin-daemon) (optional)
- armory-goatpig-git (requires bitcoin-daemon) (optional)
- 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
AlD commented on 2021-02-18 00:04
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
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
@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
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
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.