i tried the last version (
https://github.com/fourtytwo42/42 ) several times last year.. i was never able to fetch up the the highest blocks.. the chain always got stuck.. i also heard there were different chains.. hendo wanted to fix that, but actually did nothing.. it also consumes a lot of cpu and reacts very slow.. so what are you going to do against that?
here my actual getinfo, what are your numbers?
{
"version" : 70000,
"protocolversion" : 60001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 1636180,
"connections" : 5,
"proxy" : "",
"difficulty" : 3.72573365,
"testnet" : false,
"keypoololdest" : 1452611907,
"keypoolsize" : 100,
"paytxfee" : 0.00000000,
"mininput" : 0.00000001,
"errors" : ""
}
This is a well known problem with all 42 clients (included the latest v. 8.0.0, compiled by soopy452000). It is appear when your client established connections with clients from alien chains ("subver" : Satoshi:0.6.3, Satoshi:0.8.5, DigitalcoinV3.0:3.0.1, WorldcoinFoundation:0.8.6.2...), you can avoid such problem by blocking their ports (9538, 9556, 9065, 9336, 9333, 7999, 11081, 28753, 9526, 19904, 9771). Will be fixed in client on a new codebase.