Go to file
Jack Grigg 2352fbc1ed
Merge pull request #7030 from daira/nicer-bip0039-language-handling
Make the handling of bip0039 languages nicer
2025-05-20 16:31:44 +01:00
.cargo Changes necessary for NU6 funding streams and activation height. 2024-10-02 21:36:18 +00:00
.github ci: Use the `clone_url` field of the `repo` object for `git fetch` to check a PR 2025-04-17 14:29:32 -06:00
build-aux/m4
contrib make-release.py: Updated release notes and changelog for 6.2.0. 2025-04-16 23:59:38 +01:00
depends depends: cxx 1.0.158 2025-05-09 00:21:54 +00:00
doc make-release.py: Updated book for 6.2.0. 2025-04-16 23:59:38 +01:00
qa Make the handling of bip0039 languages nicer. 2025-05-20 10:40:28 +01:00
share
src Make the handling of bip0039 languages nicer. 2025-05-20 10:40:28 +01:00
test/lint
zcutil fix CI lint error 2025-01-23 12:08:42 -07:00
.editorconfig
.gitattributes
.gitignore
CONTRIBUTING.md
COPYING
Cargo.lock Make the handling of bip0039 languages nicer. 2025-05-20 10:40:28 +01:00
Cargo.toml Make the handling of bip0039 languages nicer. 2025-05-20 10:40:28 +01:00
INSTALL
Makefile.am
README.md make-release.py: Versioning changes for 6.2.0. 2025-04-16 23:53:22 +01:00
SECURITY.md
autogen.sh
code_of_conduct.md Code of Conduct: add Kris and Str4d as contacts. 2024-10-02 18:20:57 +01:00
configure.ac make-release.py: Versioning changes for 6.2.0. 2025-04-16 23:53:22 +01:00
deny.toml cargo update 2025-01-07 20:33:39 +00:00
libzcash_script.pc.in
rust-toolchain.toml

README.md

Zcash 6.2.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?

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 page for detailed instructions.

License

For license information see the file COPYING.