Post
Topic
Board Announcements (Altcoins)
Re: [ANN] microCoin MRC - Scrypt-Jane - nFactor - Now on crycurex.com!
by
sensecrack
on 25/01/2014, 00:46:28 UTC
Continue  the sync problem. sometimes i'm lucky to have one active conection to microcoin network ,run getpeerinfo ,
Code:
19:22:04

getpeerinfo


19:22:04

[
{
"addr" : "72.23.74.210:4444",
"services" : "00000000",
"lastsend" : 1390562523,
"lastrecv" : 0,
"conntime" : 1390562523,
version" : 0 , "subver" : "",
"inbound" : false,
"releasetime" : 0,
"startingheight" : -1,
"banscore" : 0
}
]

The version is 0,but in backward pages,the right version is 70000,is something wrong?


my getpeerinfo. mybe it helps

Code:

16:46:05

getpeerinfo


16:46:05

[
{
"addr" : "27.54.84.232:4444",
"services" : "00000001",
"lastsend" : 1390567565,
"lastrecv" : 1390567565,
"conntime" : 1390549864,
"version" : 70000,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 48919,
"banscore" : 0
},
{
"addr" : "46.109.35.182:4444",
"services" : "00000001",
"lastsend" : 1390567554,
"lastrecv" : 1390567564,
"conntime" : 1390549870,
"version" : 70000,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 48920,
"banscore" : 0
},
{
"addr" : "72.23.74.210:4444",
"services" : "00000001",
"lastsend" : 1390567554,
"lastrecv" : 1390567564,
"conntime" : 1390549893,
"version" : 70000,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 48920,
"banscore" : 0
},
{
"addr" : "84.251.34.142:4444",
"services" : "00000001",
"lastsend" : 1390567564,
"lastrecv" : 1390567564,
"conntime" : 1390550026,
"version" : 70000,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 48927,
"banscore" : 0
},
{
"addr" : "188.134.81.196:4444",
"services" : "00000001",
"lastsend" : 1390567554,
"lastrecv" : 1390567564,
"conntime" : 1390550076,
"version" : 70000,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 48929,
"banscore" : 0
},
{
"addr" : "88.91.195.184:4444",
"services" : "00000001",
"lastsend" : 1390567564,
"lastrecv" : 1390567564,
"conntime" : 1390550077,
"version" : 70000,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 48929,
"banscore" : 0
},
{
"addr" : "188.2.160.225:4444",
"services" : "00000001",
"lastsend" : 1390567564,
"lastrecv" : 1390567555,
"conntime" : 1390550083,
"version" : 70000,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 48929,
"banscore" : 0
},
{
"addr" : "72.230.148.202:4444",
"services" : "00000001",
"lastsend" : 1390567564,
"lastrecv" : 1390567565,
"conntime" : 1390559530,
"version" : 70000,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 49271,
"banscore" : 0
}
]

There are so many difference in same peer, reason don't sync?


 Huh Huh Huh