Can i mine this coin? I didn't read all pages
you can in theory mine the coin using MinexCoin core. It's cpu-only mining done using 'generate 1 1000000000' at the debug console or minex-cli.
If using Linux start the daemon with
minexd -daemon -rpcthreads=x
where x is the number of cores/threads in your system (+1).
Then
minex-cli generate 1 1000000000 &
wait a couple of seconds, then type again (the number of times depends on how many cores/threads, one for each core/thread).
You can see output in ~/.MinuxCoin/debug.log showing that you have started mining:
2017-08-14 21:08:48 CreateNewBlock(): total size: 693 block weight: 2772 txs: 1 fees: 8188 sigops 412
2017-08-14 21:08:59 CreateNewBlock(): total size: 693 block weight: 2772 txs: 1 fees: 8188 sigops 412
2017-08-14 21:12:22 CreateNewBlock(): total size: 693 block weight: 2772 txs: 1 fees: 8188 sigops 412
2017-08-14 21:13:29 CreateNewBlock(): total size: 691 block weight: 2764 txs: 1 fees: 8188 sigops 412
You get some errors to do with rpc-timeouts after a while, but from the cpu-load used by minexd it looks like it's still mining (so I think they're inconsequential).
You can only do solo mining, so who knows how long it takes to mine a block (I'm still waiting, could be days/weeks).