Version 1.4.1
My wallet is stuck synchronizing at (currently) 2206 blocks remaining. I am facing this sync issue since a few days.
My config file contains the 5 supernodes and I just added 'addnode=107.170.140.210', but this makes no difference.
Any recommendations to solve this sync issue ?
Thanks in advance.
Similar issue here.
Stuck on block 239119, for hours now. "... was generated 23 days ago ..."
I really don't want to redownload everything.
What about creating a blockchain bootstrap download file?
getinfo
{
"version" : "v1.4.1.1-g32a928e",
"protocolversion" : 60042,
"walletversion" : 60000,
"blocks" : 239119,
"connections" : 8,
}
"7 active connections to the Vericoin network"
Most neighbours have "version" : 60042, but one actually has "version" : 60043 !

getpeerinfo
[
{
"addr" : "107.170.140.210:58684",
"version" : 60043,
"subver" : "/Satoshi:1.16.1.1/",
},
{
"version" : 60042,
"subver" : "/Satoshi:1.16.1.1/",
}
]
The last lines of debug.log are:
ERROR: CheckProofOfStake() : INFO: read txPrev failed
WARNING: ProcessBlock(): check proof-of-stake failed for block ce433cf308a59bcf6911e03689e1e9d87c43daeadfe9a3db1a249205990bc0fa
received block fdaecf6ef8e83bb311b9
ERROR: CheckProofOfStake() : INFO: read txPrev failed
WARNING: ProcessBlock(): check proof-of-stake failed for block fdaecf6ef8e83bb311b91ecb6f5c14b2876f8e3228a461945cc5a894a8a16830
received block 94f4d1ade1613e89e0cf
ERROR: CheckProofOfStake() : INFO: read txPrev failed
WARNING: ProcessBlock(): check proof-of-stake failed for block 94f4d1ade1613e89e0cfa57652d0b2f658ac3baca37e0f867d4fff8ec41420cc
received block b915d2db092cc65c592c
Flush(false)
wallet.dat refcount=0
ThreadSocketHandler exited
wallet.dat checkpoint
ERROR: CheckProofOfStake() : INFO: read txPrev failed
WARNING: ProcessBlock(): check proof-of-stake failed for block b915d2db092cc65c592c321a1ee553ff252d9aa9357db67550bb30280830b086
ThreadMessageHandler exited
ipcThread exited
wallet.dat detach
wallet.dat closed
DBFlush(false) ended 125ms
StopNode()
ThreadStakeMinter exiting, 0 threads remaining
ThreadMapPort exited
Flushed 3288 addresses to peers.dat 47ms
Flush(true)
DBFlush(true) ended 0ms
VeriCoin exited