Is there a fork on network? I can't sync because there are misbehaving nodes on network. Sometimes it synces fine, but sometimes it just "stops" syncing. To fully sync, I have to run wallet several times. Well, actually it syncs just fine, but there are weird nodes on network that shows higher block heights, than actual block explorer and my wallet. Any way to ban those nodes so wallet don't use them?
Here is one such node for example (from getpeerinfo). My wallet shows current block 115678. I deleted peers.dat and will see if it works.
{
"addr" : "213.16.240.58:16789",
"services" : "00000001",
"lastsend" : 1400063709,
"lastrecv" : 1400063709,
"conntime" : 1400058792,
"version" : 60006,
"subver" : "/YellowCoin:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 121991,
"banscore" : 0
},
It annoys me because minting is not working until wallet is fully synced.
EDIT: Deleting peers.dat doesn't help. Shitty nodes appearing again... So my question is still actual - Any way to ban those nodes so wallet don't use them?
{
"addr" : "24.18.25.145:16789",
"services" : "00000001",
"lastsend" : 1400064906,
"lastrecv" : 1400064907,
"conntime" : 1400064856,
"version" : 60006,
"subver" : "/YellowCoin:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 122313,
"banscore" : 0
},