Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW][NG] Ngin : Engine for Future
by
itismoney4me
on 07/11/2018, 16:24:19 UTC
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
Code:
ngind  --data-dir "<<>>" console
3- create an account by the following command
Code:
personal.newAccount()
4- After creating the account start mining
Code:
miner.start()

it's done! good luck with mining

you can check your balance by
Code:
ngin.getBalance(ngin.coinbase)