Skip to content

zec-qt-wallet v0.2.5: Automatic Sapling Turnstile [Testnet]

Compare
Choose a tag to compare
@adityapk00 adityapk00 released this 29 Oct 17:20
· 927 commits to master since this release

Try out the new Sprout -> Sapling turnstile migration on the Testnet. zec-qt-wallet can move funds from your Sprout to Sapling address through the "turnstile" automatically, while preserving privacy.

turnstile
turnstile-progress

What the turnstile migration does:

  • zec-qt-wallet creates new t-Addresses in your wallet to move funds from Sprout -> t-Address -> Sapling.
  • Splits the funds across multiple t-Addresses over multiple blocks
  • Uses round numbers to obscure any identifying information.

This is currently in beta, so available only on Testnet right now. Coming soon to mainnet!

Other minor fixes

  • #17 Now works with lower versions of Qt (Thanks @dreadlokeur)
  • Add "Send from..." in the context menu on the balances table
  • New single, statically linked windows binary to remove any external dependencies.