I noticed that my qt-wallet is acting strange.
Sometimes it refuses to sync on first run and it syncs just fine on second run.
That looks like it stuck on wrong chain or something and then catch the right one.
Last time it happen just now and I was wondering what's going on so I issued getcheckpoint command
Code:
getcheckpoint
{
"synccheckpoint" : "0000000000013405800ae1054ff5995798a65969bc095bbc667fcd65dbac57db",
"height" : 168537,
"timestamp" : 1415815968,
"subscribemode" : "enforce",
"enforcing" : "off"
}
enforcing is off...
Closed wallet and run it again (it synced), issued getcheckpoint and this time
Code:
getcheckpoint
{
"synccheckpoint" : "00000000001077126c85b08589a571aefe4bd9c57cbecd06258d37511a07152b",
"height" : 168575,
"timestamp" : 1415822003,
"subscribemode" : "enforce",
"enforcing" : "on"
}
everything is fine...
This behavior is really confusing me and I guess a lot of newcomers could be confused even more.
So questions are:
Did someone else noticed the same behavior?
How can it be fixed?
EDIT: I'm on Mac OS 10.10 btw