Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-17 | 2.0 kB | |
v6.2.0 source code.tar.gz | 2025-04-17 | 8.6 MB | |
v6.2.0 source code.zip | 2025-04-17 | 9.6 MB | |
Totals: 3 Items | 18.2 MB | 1 |
Notable changes
zcashd is being deprecated in 2025. Full nodes are being migrated to zebrad, and the Zallet wallet is being built as a replacement for the zcashd wallet.
For some of zcashd's JSON-RPC methods, zebrad or Zallet should be a drop-in replacement. Other JSON-RPC methods may require modified usage, and some JSON-RPC methods will not be supported.
You can find all information about the zcashd deprecation process on this webpage, which you can monitor for future updates: https://z.cash/support/zcashd-deprecation/
We are collecting information about how zcashd users are currently using the existing JSON-RPC methods. The above webpage has a link to a spreadsheet containing the information we have collected so far, and the planned status for each JSON-RPC method based on that information. If you have not provided feedback to us about how you are using the zcashd JSON-RPC interface, please do so as soon as possible.
To confirm that you are aware that zcashd is being deprecated and that you will need to migrate to zebrad and/or Zallet in 2025, add the following option to your config file:
i-am-aware-zcashd-will-be-replaced-by-zebrad-and-zallet-in-2025=1
Platform Support
- Ubuntu 20.04 LTS has been removed from the list of supported platforms. It will reach End of Support on May 31st 2025, but it no longer satisfies our Tier 2 policy requirements because GitHub no longer supports Ubuntu 20.04 runners.
RPC Changes
- The RPC methods
keypoolrefill
,settxfee
,createrawtransaction
,fundrawtransaction
, andsignrawtransaction
have been deprecated, but are still enabled by default. - The RPC methods
z_getbalance
(which was previously deprecated), andgetnetworkhashps
, and the featuresdeprecationinfo_deprecationheight
andgbt_oldhashes
, have been disabled by default. Theaddrtype
feature is now disabled by default even when zcashd is compiled without theENABLE_WALLET
flag.