Post
Topic
Board Announcements (Altcoins)
Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come
by
K1lo
on 08/03/2017, 08:31:57 UTC
Anyone else having problems syncing the official wallet?  Huh Huh

I'm running 2.0.5 and everything has been fine for more than a month, however for the last three or more days it has been stuck unable to update.

I have two connections apparently, however I never download any blocks after 1231461.

Tried restarting a few times, no luck.

EDIT:

Running getpeerinfo in the client results in this:

Code:
[
{
"addr" : "96.43.131.82:9323",
"services" : "00000001",
"lastsend" : 1488968959,
"lastrecv" : 1488968960,
"conntime" : 1488968883,
"version" : 10100,
"subver" : "Nexus[v0.2.1.0 - LLD Beta]/ DB [0.1.1] PROTOCOL [v0.1.1]",
"inbound" : false,
"releasetime" : 0,
"height" : 1238346,
"banscore" : 0
},
{
"addr" : "136.243.14.170:9323",
"services" : "00000001",
"lastsend" : 1488969739,
"lastrecv" : 1488969739,
"conntime" : 1488969738,
"version" : 10100,
"subver" : "Nexus[v0.2.2.3 - LLD Stable]/ DB [0.1.1] PROTOCOL [v0.1.1]",
"inbound" : false,
"releasetime" : 0,
"height" : 1231461,
"banscore" : 0
}
]