We have pushed the fixes for the Zerocoin bug into Github. Windows binary is already up and the rest will be up shortly:
https://github.com/zcoinofficial/zcoin/releasesPlease update your wallets and nodes as soon as you can.
Bittrex trading will re-open at noon PST giving everyone some time to react. Special thanks to Bittrex for being very professional and understanding. Nova Exchange is already updating and should be up immediately once they're done. BTC38 has been informed but trading is still open there.
Also shoutout to Suprnova and MPH for also working closely with us and updating in a very timely manner.
We will post a more detailed post mortem as soon as we can on the events that has happened and what we will do moving forward. We thank those who supported us during this difficult time.
For the latest updates you can always join us on Slack (
http://invite.zcoin.io:3000) or Twitter (@zcoinofficial).
interesting typo causing this issue...
but, the dev seems just replace
if (pubCoinItem.denomination == libzerocoin::ZQ_PEDERSEN && pubCoinItem.id == pubcoinId && pubCoinItem.nHeight != -1) {
etc by
if (pubCoinItem.denomination == libzerocoin::ZQ_WILLIAMSON && pubCoinItem.id == pubcoinId && pubCoinItem.nHeight != -1) {
etc
isn't this will cause problem if you sync from scratch??
the correct way is to do a fork at given block height.