It is being minded. Included my peers
snickertwix@ubuntu:~/Downloads/Snipercoin/src$ ./Snipercoind getmininginfo
{
"blocks" : 212,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.00390625,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 4910404,
"pooledtx" : 0,
"testnet" : false
}
snickertwix@ubuntu:~/Downloads/Snipercoin/src$ ./Snipercoind getpeers
error: {"code":-32601,"message":"Method not found"}
snickertwix@ubuntu:~/Downloads/Snipercoin/src$ ./Snipercoind getpeerinfo
[
{
"addr" : "88.204.169.242:8884",
"services" : "00000001",
"lastsend" : 1371278643,
"lastrecv" : 1371278644,
"conntime" : 1371278597,
"version" : 60001,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 207,
"banscore" : 0
}
]
sn