Search Criteria
Package Details: zcash 5.3.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/zcash.git (read-only, click to copy) |
---|---|
Package Base: | zcash |
Description: | Permissionless financial system employing zero-knowledge security |
Upstream URL: | https://z.cash/ |
Licenses: | MIT |
Submitter: | polyzen |
Maintainer: | None |
Last Packager: | polyzen |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-07-22 02:03 (UTC) |
Last Updated: | 2024-07-22 02:03 (UTC) |
Dependencies (14)
- boost-libs
- libevent (libevent-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- zeromq (zeromq-gitAUR)
- boost (boost-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- cxxbridge (make)
- git (git-gitAUR, git-glAUR) (make)
- gmock (googletest-gitAUR, gtest) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- utf8cpp (utf8cpp-gitAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
Required by (2)
- nheqminer-cpu-git (optional)
- nheqminer-cuda-git (optional)
Latest Comments
simona commented on 2025-01-14 09:27 (UTC)
./hash.h:57:27: note: implicit use of 'this' pointer is only allowed within the evaluation of a call to a 'constexpr' member function
wallet/wallet.cpp:1761:27: error: no member named 'basename' in namespace 'boost::filesystem'
1761 | if (walletFile != fs::basename(walletFile) + fs::extension(walletFile)) { |
^ wallet/wallet.cpp:1761:54: error: no member named 'extension' in namespace 'boost::filesystem'1761 | if (walletFile != fs::basename(walletFile) + fs::extension(walletFile)) {