I have something like this:
Every 2.0s: ./bitcoind getinfo && ./bitcoind getmininginfo Sun Dec 15 12:52:48 2013
{
"version" : 85200,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 59,
"timeoffset" : -2,
"connections" : 9,
"proxy" : "",
"difficulty" : 0.00001368,
"testnet" : false,
"keypoololdest" : 1387128394,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
{
"blocks" : 59,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00001368,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespermin" : 0.20673188,
"pooledtx" : 0,
"testnet" : false
}
Does it mean I am mining?
I used winscp to manually creae .conf file inside of "memorycoin" folder.