Is anybody getting this? after it syncs it goes back to this? you're not alone. i had this problem as well. i resynched all over once and it still popped up. then the second time it stayed synched.
What you will find is that the wallet is fighting between bad nodes and good ones. Even though i was out of synch i was able to send coins out just fine. this means that the wallet accepts bad nodes to throw it off synch and then removes them but by that times it connects to other bad ones.
https://chainz.cryptoid.info/karm/#!network shows tons of old nodes still online. i believe they could be old faucets that people shut down but probably still left in their could server.
if you open your debug window and type "getpeerinfo" you will most likely see yourself connected to some old version node. you can try to remove those nodes by the command
addnode remove out of curiosity. what operating system are you using. Windows?
Thanks for the help so when i type getpeerinfo i get like 8-9 nodes should i remove those?
btw am on win7 32bit. this is what i get
{
"addr" : "23.254.97.16:9432",
"services" : "00000003",
"lastsend" : 1420009068,
"lastrecv" : 1420009095,
"bytessent" : 1693,
"bytesrecv" : 78799,
"blocksrequested" : 0,
"conntime" : 1420008944,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 473422,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "204.246.67.106:9432",
"services" : "00000003",
"lastsend" : 1420009057,
"lastrecv" : 1420009086,
"bytessent" : 522,
"bytesrecv" : 77740,
"blocksrequested" : 0,
"conntime" : 1420008945,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 473422,
"banscore" : 0
},
{
"addr" : "54.234.181.73:9432",
"services" : "00000003",
"lastsend" : 1420009066,
"lastrecv" : 1420009010,
"bytessent" : 406,
"bytesrecv" : 76600,
"blocksrequested" : 0,
"conntime" : 1420008945,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 473422,
"banscore" : 0
},
{
"addr" : "119.192.196.192:9432",
"services" : "00000003",
"lastsend" : 1420009113,
"lastrecv" : 1420009086,
"bytessent" : 8751,
"bytesrecv" : 185993,
"blocksrequested" : 0,
"conntime" : 1420008945,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 276361,
"banscore" : 0
},
{
"addr" : "151.95.26.101:9333",
"services" : "00000003",
"lastsend" : 1420009073,
"lastrecv" : 1420009117,
"bytessent" : 846,
"bytesrecv" : 79604,
"blocksrequested" : 0,
"conntime" : 1420008946,
"version" : 70002,
"subver" : "/Satoshi:0.8.7.4/",
"inbound" : false,
"startingheight" : 703651,
"banscore" : 50
},
{
"addr" : "188.226.177.232:9432",
"services" : "00000003",
"lastsend" : 1420009065,
"lastrecv" : 1420009066,
"bytessent" : 235,
"bytesrecv" : 75726,
"blocksrequested" : 0,
"conntime" : 1420008947,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 473422,
"banscore" : 0
},
{
"addr" : "209.188.18.188:9432",
"services" : "00000003",
"lastsend" : 1420009095,
"lastrecv" : 1420009010,
"bytessent" : 2503,
"bytesrecv" : 76374,
"blocksrequested" : 0,
"conntime" : 1420008951,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 473422,
"banscore" : 0
},
{
"addr" : "188.165.2.147:55215",
"services" : "00000003",
"lastsend" : 1420009096,
"lastrecv" : 1420009065,
"bytessent" : 60255,
"bytesrecv" : 580,
"blocksrequested" : 0,
"conntime" : 1420009004,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : true,
"startingheight" : 473424,
"banscore" : 0
},
{
"addr" : "107.170.180.139:49658",
"services" : "00000003",
"lastsend" : 1420009055,
"lastrecv" : 1420009066,
"bytessent" : 60084,
"bytesrecv" : 422,
"blocksrequested" : 0,
"conntime" : 1420009054,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : true,
"startingheight" : 473425,
"banscore" : 0
},
{
"addr" : "107.170.148.50:9333",
"services" : "00000003",
"lastsend" : 1420009119,
"lastrecv" : 1420009119,
"bytessent" : 473,
"bytesrecv" : 76917,
"blocksrequested" : 0,
"conntime" : 1420009075,
"version" : 70002,
"subver" : "/Satoshi:0.8.7.4/",
"inbound" : false,
"startingheight" : 703654,
"banscore" : 0
}
]