firoorg / cpuminer

cpuminer with mtp support
Other
38 stars 15 forks source link

build instructions #16

Open MrCryptoKlepto opened 5 years ago

MrCryptoKlepto commented 5 years ago

Build instructions to vague. Step by step in the wiki would be ideal. I think only those with extensive computer knowledge can build this. Anyone should be able to mine this with zero computer knowledge, Zcoin is monopolized right now with out computer instructions for the computer illiterate. I personally this is not on par for what Zcoin's new algo stood for.

ghost commented 3 years ago
  1. Open a terminal in folder

  2. chmod a+x autogen.sh

  3. chmod a+x build.sh

  4. ./build.sh

  5. ./cpuminer -a algo here -o url here:port here -u username here -p password here etc etc etc

djm34 commented 3 years ago

may be include "./autogen.sh" into build.sh

ghost commented 3 years ago

may be include "./autogen.sh" into build.sh

It was already implemented