Yep, same hereCode:2015-08-02 18:07:07 ERROR: ContextualCheckBlockHeader : forked chain older than last checkpoint (height 1) 2015-08-02 18:07:07 ERROR: ProcessNewBlock : AcceptBlock FAILED 2015-08-02 18:07:07 Misbehaving: 188.226.223.5:19999 (0 -> 100) BAN THRESHOLD EXCEEDED
That's all I get from a freshly installed client...not a single block synced so far.
I guess I just have to wait until some compatible clients show up.
Edit:
Code:if (pcheckpoint && nHeight < pcheckpoint->nHeight) return state.DoS(100, error("%s : forked chain older than last checkpoint (height %d)", __func__, nHeight));
nHeight == 1 will be a problem for all peers syncing from scratch.
eduffield looks like this https://github.com/dashpay/dash/com...75#diff-7ec3c68a81efff79b6ca22ac1f1eabbaR3110 broke it. Uncommented it and sync started.
EDIT: now wallet stoped syncing for some time after "failed to lock cs_main" in log, then disconnected the last single peer, waited, found a new one, and everything repeats after a while... smth wrong with https://github.com/dashpay/dash/commit/171c0b145a5a5644f2b955b3196c1a66093801f5 (and https://github.com/dashpay/dash/commit/64aad03485844b2c79c177911daa0a428da11c92)
Last edited by a moderator: