Go to file
Kris Nuttycombe 771bc67cd7
Merge pull request #6864 from daira/more-updates-for-5.9.0
More dependency updates, postponements, and audits for 5.9.0
2024-04-17 16:26:53 -06:00
.cargo Update to released versions of patch dependencies. 2023-06-07 12:24:25 -06:00
.github fix CI - cache sprout params 2024-04-15 08:53:30 -06:00
build-aux/m4 build-aux: Update Boost macros to latest serials 2023-01-12 02:10:22 +00:00
contrib Remove references to the BOSL license, which will no longer 2024-04-15 15:45:48 +01:00
depends Additional updated and postponed dependencies for zcashd 5.9.0. 2024-04-15 19:30:24 +01:00
doc Remove references to the BOSL license, which will no longer 2024-04-15 15:45:48 +01:00
qa depends: Postpone LLVM 18.1.4 2024-04-17 19:37:34 +00:00
share Remove `git_check_in_repo` from genbuild.sh to fix gitian version string 2022-10-21 14:39:21 -07:00
src rust: Migrate to `zcash_primitives 0.14.0` 2024-03-25 13:27:45 -06:00
test/lint CI: Add a lint that checks for headers missing from makefiles 2023-06-16 23:40:42 +00:00
zcutil Update zcutil/fetch-params.sh 2023-06-30 10:17:16 -06:00
.editorconfig Correct EditorConfig for Makefiles 2023-04-03 13:30:59 -06:00
.gitattributes
.gitignore Document the Sprout cache used for RPC tests 2023-05-11 11:22:33 -06:00
CONTRIBUTING.md
COPYING Remove references to the BOSL license, which will no longer 2024-04-15 15:45:48 +01:00
Cargo.lock * cargo update 2024-04-16 22:16:02 +01:00
Cargo.toml Remove references to the BOSL license, which will no longer 2024-04-15 15:45:48 +01:00
INSTALL Update documentation link 2023-02-21 07:07:17 +01:00
Makefile.am Fix automake warnings when running autogen.sh 2023-03-13 10:11:26 -06:00
README.md Lead with "Zcash is HTTPS for money" in both the README and the Debian 2024-01-04 18:31:42 +00:00
SECURITY.md Fix Horizen Security contact email 2023-02-17 22:16:38 +00:00
autogen.sh
code_of_conduct.md
configure.ac make-release.py: Versioning changes for 5.8.0. 2024-01-02 19:15:04 +00:00
deny.toml deny.toml: migrate to version 2 to avoid some warnings. 2024-04-15 16:49:01 +01:00
libzcash_script.pc.in
rust-toolchain.toml depends: Rust 1.69.0 2023-04-20 21:58:08 +00:00

README.md

Zcash 5.8.0

What is Zcash?

Zcash is HTTPS for money.

Initially based on Bitcoin's design, Zcash has been developed from the Zerocash protocol to offer a far higher standard of privacy and anonymity. It uses a sophisticated zero-knowledge proving scheme to preserve confidentiality and hide the connections between shielded transactions. 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
  • 🧑‍🎓: Learn at ZecHub

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.