https://mega.co.nz/#!DdBSDJSb!t0V6y5_SasEu1Hn0GQbuxdpriKAmFLz7EY3-iQtXNRs
Also comment out following code in main, as some Linux OS have issues & end up causing forking, but MAC OS or Windows OS builds should NOT be commented out.
else {
if (nBits != GetNextWorkRequired(pindexPrev, this))
return state.DoS(100, error("AcceptBlock() : incorrect proof of work"));
}
Rightio.
One thing though, I am not a programmer so bare with me, there are two instances of that code in main.cpp, do they both need to be commented out? And wouldn't said commenting effect mac and win builds ?