zcash_script/depend/zcash
teor 5cda4aef23 Update depend/zcash to v5.5.0-rc2
```sh
git subtree add -P depend/zcash https://github.com/zcash/zcash.git v5.5.0-rc2 --squash
git rm depend/zcash/Cargo.toml
```
2023-04-27 08:31:41 +10:00
..
.cargo Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
.github Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
build-aux/m4 Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
contrib Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
depends Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
doc Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
qa Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
share Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
src Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
test/lint Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
zcutil Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
.editorconfig Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
.gitattributes Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
.gitignore Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
CONTRIBUTING.md Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
COPYING Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
Cargo.lock Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
INSTALL Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
Makefile.am Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
README.md Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
SECURITY.md Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
autogen.sh Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
code_of_conduct.md Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
configure.ac Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
libzcash_script.pc.in Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00
rust-toolchain.toml Merge commit '9501f0d9dd55020aabff98efe89c330d55920cda' as 'depend/zcash' 2023-04-27 08:31:36 +10:00

README.md

Zcash 5.5.0-rc2

What is Zcash?

Zcash is an implementation of the "Zerocash" protocol. Initially based on Bitcoin's design, Zcash intends to offer a far higher standard of privacy through a sophisticated zero-knowledge proving scheme that preserves confidentiality of transaction metadata. More technical details are available in our Protocol Specification.

The zcashd Full Node

This repository hosts the zcashd software, a Zcash consensus node implementation. It downloads and stores the entire history of Zcash transactions. Depending on the speed of your computer and network connection, the synchronization process could take several days.

The zcashd code is derived from a source fork of Bitcoin Core. The code was forked initially from Bitcoin Core v0.11.2, and the two codebases have diverged substantially.

🔒 Security Warnings

See important security warnings on the Security Information page.

Zcash is experimental and a work in progress. Use it at your own risk.

📒 Deprecation Policy

This release is considered deprecated 16 weeks after the release day. There is an automatic deprecation shutdown feature which will halt the node some time after this 16-week period. The automatic feature is based on block height.

Other Zcash Implementations

The Zebra project offers a different Zcash consensus node implementation, written largely from the ground up.

Getting Started

Please see our user guide for instructions on joining the main Zcash network.

Need Help?

  • 📘 See the documentation at the ReadTheDocs for help and more information.
  • 📨 Ask for help on the Zcash forum.
  • 💬 Join our community on Discord

Participation in the Zcash project is subject to a Code of Conduct.

Building

Build Zcash along with most dependencies from source by running the following command:

./zcutil/build.sh -j$(nproc)

Currently, Zcash is only officially supported on Debian and Ubuntu. See the Debian / Ubuntu build for detailed instructions.

License

For license information see the file COPYING.