Not sure if posted before but will post to help others.
Clamcoin Windows 10 client seems to have some bug that prevents it from synching by using the instructions by the post
https://bitcointalksearch.org/topic/m.9772191The bug appears if you have your Windows 10 machine connected to the Internet while extracting the bootstrap.dat file. It reaches the maximum of 750 orphaned blocks very soon and just stalls and refuses to continue adding more blocks to synch even though the full height contained by the bootstrap.dat file has not been reached.
Solution to this is to download that full bootstrap.dat file, put it in the same directory as the wallet.dat is and then disconnect from the Internet.
After that reopen the Clamcoin client and let it have a clean block extraction while been cut off from the Internet and no orphan blocks appear.
On OSX there does not seem to be similar orphaned block problem while extracting the bootstrap.dat file while been connected to the Internet and extraction works as expected.
I had similar problem. Win 10 as well. I did the offline block sync but still had issue. I ended up running clam GUI with maxorphanblocks switch to 10,000.
, e.g. 'clam-qt.exe -maxorphanblocks=10000' This was probably overkill but I was tired of constantly restarting the client and checking the debug logs. After it finished syncing I restarted the client without that switch. Interesting to note was that even though I set to 10,0000 (and debug was showing over 1000 orphans at some points), the RAM usage wasn't as significantly impacted as I was thinking it would be. Actually, just eye-balling it, I didn't notice any difference.