zcash_script/depend/zcash
Alfredo Garcia 06de015788
Bump v0.1.16 (#147)
* remove zcashd depend

* Squashed 'depend/zcash/' content from commit 1408e23f0

git-subtree-dir: depend/zcash
git-subtree-split: 1408e23f00fa49ca5f86d2c7ebeb5d120603aa4c

* delete cargo, update and apply patch

* update dependencies

* fix compiling issue by updating lib.rs

* update `cc`

* update `cxx-gen`

* add changeloig entry

---------

Co-authored-by: Conrado Gouvea <conradoplg@gmail.com>
2024-04-26 11:51:51 +02:00
..
.cargo Use subtree again to allow publishing the crate (#34) 2022-05-17 19:31:56 -03:00
.github Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
build-aux/m4 Update depends/zcash to 5.4.0 release (#60) 2023-02-17 13:36:49 -05:00
contrib Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
depends Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
doc Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
qa Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
share Update depends/zcash to 5.4.0 release (#60) 2023-02-17 13:36:49 -05:00
src Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
test/lint v0.1.14 release (#102) 2023-10-17 16:03:37 -03:00
zcutil v0.1.14 release (#102) 2023-10-17 16:03:37 -03:00
.editorconfig Upgrade zcash_script to zcashd v5.5.0 (#84) 2023-05-05 09:55:41 -03:00
.gitattributes Use subtree again to allow publishing the crate (#34) 2022-05-17 19:31:56 -03:00
.gitignore v0.1.13 release (#91) 2023-07-07 14:06:27 -04:00
CONTRIBUTING.md Use subtree again to allow publishing the crate (#34) 2022-05-17 19:31:56 -03:00
COPYING Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
Cargo.lock Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
INSTALL Upgrade zcash_script to zcashd v5.5.0 (#84) 2023-05-05 09:55:41 -03:00
Makefile.am Upgrade zcash_script to zcashd v5.5.0 (#84) 2023-05-05 09:55:41 -03:00
README.md Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
SECURITY.md Upgrade zcash_script to zcashd v5.5.0 (#84) 2023-05-05 09:55:41 -03:00
autogen.sh Bump dependencies and release v0.1.8 (#41) 2022-10-31 08:53:25 +10:00
code_of_conduct.md Use subtree again to allow publishing the crate (#34) 2022-05-17 19:31:56 -03:00
configure.ac Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
deny.toml Bump v0.1.16 (#147) 2024-04-26 11:51:51 +02:00
libzcash_script.pc.in Use subtree again to allow publishing the crate (#34) 2022-05-17 19:31:56 -03:00
rust-toolchain.toml Upgrade zcash_script to zcashd v5.5.0 (#84) 2023-05-05 09:55:41 -03:00

README.md

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