Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
7325898
Topic
625466
Board
Announcements (Altcoins)
Re: [ANN][DOLP] ★★DolphinCoin★★| 100% Pure POS | New POD Algorithm | Real Projects
by
DOLPCOIN
on
15/06/2014, 14:51:50 UTC
Quote from: allcoinminer on June 15, 2014, 02:39:29 PM
Quote from: DOLPCOIN on June 15, 2014, 02:26:19 PM
Quote from: Crljeni on June 15, 2014, 02:20:29 PM
Quote from: Crljeni on June 15, 2014, 02:00:06 PM
My wallet stops syncing at block 14060.
Anyone have any idea?
After 2 hours, now is on 14061.
Hi, we are still working on it. New wallet will be uploaded in minutes.
Please download new wallet here Window qt 1.0.0.1:
http://www.mediafire.com/download/3b28ddgghwkjyjn/dolphincoin-qt_v1.0.0.1.rar
Is this a mandatory update? Any fork issues? What was you problem?
Hope you will explain it to the community.
Hi, It's a mandatory update, "Wallet stoped syncing at block 14060" cause by the code:
Quote
if (nVersion < 3 && ((!fTestNet && nHeight > 14060) || (fTestNet && nHeight > 0)))
return error("CheckBlock() : rejected nVersion < 3 block");
https://github.com/DolphinCoin/dolphincoin/search?q=14060&ref=cmdform
And we have fixed it by changing the nVersion from 1 to 3.
Quote
- static const int CURRENT_VERSION=1;
+ static const int CURRENT_VERSION=3;
https://github.com/DolphinCoin/dolphincoin/commit/c5d29fba00a9e558144048579a222364df2cf888