I got block 116, testnet server still 111.
e@e-H87-HD3:~/.darkcoin$ ./darkcoind getmininginfo
{
"blocks" : 116,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.48572869,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 27656,
"pooledtx" : 0,
"testnet" : true
}
e@e-H87-HD3:~/.darkcoin$ ./darkcoind getpeerinfo
[
{
"addr" : "54.83.59.220:19999",
"services" : "00000003",
"lastsend" : 1394856342,
"lastrecv" : 1394856343,
"bytessent" : 864,
"bytesrecv" : 203,
"blocksrequested" : 0,
"conntime" : 1394856341,
"version" : 70002,
"subver" : "/Satoshi:0.9.0/",
"inbound" : false,
"startingheight" : 111,
"banscore" : 0,
"syncnode" : true
}
]
Looks like testnet is on block 126 now.