Skip to content

zec-qt-wallet v0.3.0: Embedded zcash daemon

Compare
Choose a tag to compare
@adityapk00 adityapk00 released this 12 Nov 22:17
· 774 commits to master since this release

zec-qt-wallet can now run standalone on Windows and Linux, because it now ships with an embedded zcash daemon!

If you have an external zcashd running, zec-qt-wallet will connect to it. If not, zec-qt-wallet will start its embedded zcashd and run it using your zcash.conf and downloaded params.

If this is the first time you're running zec-qt-wallet or a zcash daemon, zec-qt-wallet will:

  • Configure zcash.conf
    image
  • Download zcash params
    image
  • Start zcashd (and stop it on exit)
    image

Other fixes in this release

  • Tons of bug fixes, thanks to a ton of detailed testing by @rex4539
  • Clarify Sapling turnstile language
  • Perf improvements