I assure you I am not mining it @ ALL. Period.
I am just a developer and a computer scientist/enthusiast like you.
I am actually willing to re generate the Genesis.
~/mpos/NeWOcoin/src$ ./newocoind getinfo
{
"version" : 1030200,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 82944.00000000,
"blocks" : 537,
"timeoffset" : 0,
"connections" : 2,
"proxy" : "",
"pow_algo_id" : 0,
"pow_algo" : "sha256d",
"difficulty" : 6.16461626,
"difficulty_sha256d" : 6.16461626,
"difficulty_scrypt" : 0.00032395,
"difficulty_groestl" : 0.00024414,
"difficulty_x11" : 0.00024414,
"difficulty_blake" : 0.00024414,
"testnet" : false,
"keypoololdest" : 1402577082,
"keypoolsize" : 108,
"paytxfee" : 0.00000000,
"errors" : ""
}
{
"account" : "",
"address" : "NUkFFj5uw47ipPqa6n4XTxzSjSjQkvaUEN",
"category" : "generate",
"amount" : 216.00000000,
"confirmations" : 158,
"generated" : true,
"blockhash" : "00000000112f346cbaff0146b22efe849cfd7c7ac80192abdd7b90fbd3d99cee",
"blockindex" : 0,
"blocktime" : 1402582702,
"txid" : "2d6757f1aefed32653177f2990fdefade1e5b32a332cb8284daba60f8cf22c42",
"time" : 1402582702,
"timereceived" : 1402582739
}
~/mpos/NeWOcoin/src$ ./newocoind getmininginfo
{
"blocks" : 537,
"currentblocksize" : 0,
"currentblocktx" : 0,
"pow_algo_id" : 0,
"pow_algo" : "sha256d",
"difficulty" : 6.16461626,
"difficulty_sha256d" : 6.16461626,
"difficulty_scrypt" : 0.00032395,
"difficulty_groestl" : 0.00024414,
"difficulty_x11" : 0.00024414,
"difficulty_blake" : 0.00024414,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}