Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DARKNET [DNET] QRK ALGO - PoW/PoS
by
presstab
on 12/05/2016, 15:54:59 UTC
Man, thank you jakiman for posting the relevant section of the code. I hate to do this, but upon looking at that post realized there was an error in the code. It is fixed now, and we just released a new version of the wallet with the fix. Line 1569 should have been else if(nHeight < 151200 && nHeight >= 86400) {, not else if(nHeight < 259200 && nHeight >= 86400) {. I actually noticed the problem when I was testing, I made the change locally, but it never got pushed. That would have caused some serious issues. I apologize to everyone, but you are going to need to update to the newer version, 1.1.0.1 before block 151200, which is in about 7.5 days. This is totally my fault, I feel like an ass, I hope you can all forgive me. Also, a big thanks again to jakiman for that post, without it the error probably would have gone unnoticed until it was too late. The new wallets are up on github, I think s3v3n has updated the OP to reflect the change.

Mistakes happen. Happy that someone found it before it got ugly.