BTW, the primary seed is close to finishing indexing it's new blockchain copy.
{
"version" : 3000000,
"protocolversion" : 80001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 1572338,
"timeoffset" : -1,
"connections" : 37,
"proxy" : "",
"difficulty" : 20.97820147,
"testnet" : false,
"keypoololdest" : 1430805937,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
And we have a seed with more blocks:
{
"addr" : "104.172.24.79:18593",
"services" : "00000003",
"lastsend" : 1468470669,
"lastrecv" : 1468470743,
"bytessent" : 344055,
"bytesrecv" : 441898,
"blocksrequested" : 0,
"conntime" : 1468468117,
"version" : 80001,
"subver" : "/LTSV3:3.0.0/",
"inbound" : true,
"startingheight" : 1576072,
"banscore" : 0
},
Once the primary seed catches up I'll check the peer list to see if we start catching 3.0.0 wallets up. If this occurs and the old versions are rejected as originally expected, we may have just avoided having to release a new wallet version. I'll update soon.
Ok I have some good news. The chain is advancing normally on the primary seed. I can see other peers catching up now.
{
"version" : 3000000,
"protocolversion" : 80001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 1576204,
"timeoffset" : -1,
"connections" : 35,
"proxy" : "",
"difficulty" : 2.45063049,
"testnet" : false,
"keypoololdest" : 1430805937,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
If you find that your wallet is stuck at 1574999, please restart your wallet. I'll confirm with Andre when he in back online, but we may not need an immediate client update if the chain is now advancing properly.