Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MAC]MachineCoin|Hard Fork "OCTOPUS" in effect- 9/9/16 | Join the movement!
by
Gitju
on 13/09/2016, 23:40:49 UTC
How to mine?

You can use the internal miner and run it directly in your terminal:
Code:
while true; do ./machinecoin-cli generatetoaddress 1 YOUR_ADDRESS_HERE 10000; sleep 1; done

See
Code:
./machinecoin-cli help

on how to mine directly to your wallet without an address and detailed infos regarding the parameters.