I’ve been running mine since I made the first post about where to download it.
Everything seems to be fine and the bitcoind is using 100% doing coin generation at the lowest prioirty from when I checked top
knightmb@serverfarm528 32]$ ./bitcoind getinfo
{
"balance" : 0.000000000000000,
"blocks" : 72169,
"connections" : 329,
"proxy" : "",
"generate" : true,
"genproclimit" : -1,
"difficulty" : 244.2132230923753
}
From what I can tell on your output, it seems to be hung at that block for some reason. When you stop the daemon and restart it, does it continue on then?
If you want, you can try a direct connect mine with ./bitcoind -server -connect=12.53.130.10 to see if it’s a build thing.