I have a testnet connection with 3 clients. When I am doing getpeerinfo on 1 I am getting
[
{
"addr" : "172.20.61.111:63379",
"services" : "00000001",
"lastsend" : 1403246741,
"lastrecv" : 1403246743,
"bytessent" : 1074,
"bytesrecv" : 1098,
"conntime" : 1403246741,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2/",
"inbound" : true,
"startingheight" : 56114,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "172.20.53.82:63416",
"services" : "00000001",
"lastsend" : 1403246741,
"lastrecv" : 1403246743,
"bytessent" : 149,
"bytesrecv" : 1098,
"conntime" : 1403246741,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2/",
"inbound" : true,
"startingheight" : 56114,
"banscore" : 0,
"syncnode" : false
}
]
as a result of syncnode false this node is not syncing. How do I fix this?