Pre-release is out
https://github.com/zcoinofficial/zcoin/releases/tag/v0.8.7.8Sync fixes with ported code from Bitcoin Core 0.13
Added precomputed accumulator for improved loading speed.
Compilation fixes on libzerocoin library
SHA256 Checksums:
zcoin-qt-v0.8.7.8-windows.zip
6040DBFE1100A7055D4509DF1AECF8A1C47064A641AAFC59FE1A346B0CC3ADBF
zcoin-qt-v0.8.7.8-osx.dmg
7BEC88B2BE8D403D7C2C779A45796382E9DF5D71BC0F4676CE780D39DA000A44
zcoin-qt-v0.8.7.8-linux64.tar.gz
1383114F3B23445FBBDFC8FAF64D7DC4BBF3479386510CAF672C0FCEAA4E3B8B
We recommend starting with a
new installation altogether without any wallet.dat though if you wish you can download the chain data from
http://znode.io/ that will speed it up a little bit. First sync still take a while but it shouldn't get stuck anymore. Make sure to backup your old wallet.dat just in case.
If you have an old wallet with existing funds and wish to port it over, you can export your private key from your old wallet addresses by going to Help > Debug Window > Console and typing the following:
If wallet is encrypted type the following into the console. Sometimes it can take a while for console to respond if it's currently syncing.
walletpassphrase passphrase 120
dumpprivkey address
Once your new wallet is synced u can import the private keys into it by:
walletpassphrase passphrase 120
importprivkey address
Tested on Linux and Windows but not yet on Mac. Do give feedback. We're actively testing it in Slack in #developers