man, i wish i could mine some coins but actually is impossible. The miner and the guide are incomprehensible for a normal user, like me.
You should semplify.
It is quite simple and actually the difficulty is low now
I am not a pro so lets begin with a windows guide
1- First download the wallet
2- Run the following command in wallet directory
ngind --data-dir "<<>>" console
3- create an account by the following command
personal.newAccount()
4- After creating the account start mining
miner.start()
it's done! good luck with mining
you can check your balance by
ngin.getBalance(ngin.coinbase)