Go to file
Kris Nuttycombe 3b9272462a
Merge pull request #6939 from zcash/fix_gitian_parallel
Fix gitian parallel
2024-08-28 14:53:52 -06:00
.cargo Remove the invalid `librustzcash` entry from .cargo/config.toml.offline 2024-08-21 20:20:20 -06:00
.github Disable macos CI runners. 2024-08-27 09:30:00 -06:00
build-aux/m4 build-aux: Update Boost macros to latest serials 2023-01-12 02:10:22 +00:00
contrib Merge pull request #6939 from zcash/fix_gitian_parallel 2024-08-28 14:53:52 -06:00
depends Update native_cxxbridge to version 1.0.126 2024-08-21 20:20:20 -06:00
doc Update doc/release-notes/release-notes-5.10.0.md 2024-08-27 11:05:50 -06:00
qa Disable macos CI runners. 2024-08-27 09:30:00 -06:00
share Remove `git_check_in_repo` from genbuild.sh to fix gitian version string 2022-10-21 14:39:21 -07:00
src Merge pull request #6937 from zcash/version-5.10.0 2024-08-28 12:36:44 -06:00
test/lint Add constants & configuration for NU6. 2024-08-07 15:15:56 -06:00
zcutil zcutil/release-notes.py: Make the doc/authors.md file correct Markdown. 2024-05-12 01:29:07 +01:00
.editorconfig Correct EditorConfig for Makefiles 2023-04-03 13:30:59 -06:00
.gitattributes Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
.gitignore depends: Update Rust to 1.78.0 2024-05-03 19:22:02 +00:00
CONTRIBUTING.md Link to development guidelines in CONTRIBUTING.md 2019-06-11 10:27:52 -05:00
COPYING Remove references to the BOSL license, which will no longer 2024-04-15 15:45:48 +01:00
Cargo.lock Update `librustzcash` rust dependencies. 2024-08-26 21:37:28 -06:00
Cargo.toml Update `librustzcash` rust dependencies. 2024-08-26 21:37:28 -06: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 make-release.py: Versioning changes for 5.10.0. 2024-08-27 10:37:31 -06:00
SECURITY.md Fix Horizen Security contact email 2023-02-17 22:16:38 +00:00
autogen.sh Enable ShellCheck rules 2022-08-20 03:13:52 +00:00
code_of_conduct.md Beef up the CoC to address use of dog-whistles. 2020-10-11 08:24:37 +01:00
configure.ac make-release.py: Versioning changes for 5.10.0. 2024-08-27 10:37:31 -06:00
deny.toml Update audit metadata for Rust crates. 2024-08-22 07:05:54 -06:00
libzcash_script.pc.in Rename libzcashconsensus.la -> libzcash_script.la 2021-01-25 22:20:25 +00:00
rust-toolchain.toml depends: Update Rust to 1.80.0 2024-07-25 23:03:27 +00:00

README.md

Zcash 5.10.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.