How to mine?
You can use the internal miner and run it directly in your terminal:
while true; do ./machinecoin-cli generatetoaddress 1 YOUR_ADDRESS_HERE 10000; sleep 1; done
See
./machinecoin-cli help
on how to mine directly to your wallet without an address and detailed infos regarding the parameters.