Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Cocomos on December 16, 2016, 05:06:40 AM



Title: Mac OS X Zcash Miner
Post by: Cocomos on December 16, 2016, 05:06:40 AM
Hello Everyone,

I have created a CPU miner for mac OS X that mines ZEC (Zcash). You can find it on my GitHub http://github.com/Cocomos/MacZcashMiner (http://github.com/Cocomos/MacZcashMiner). I am looking for people to test out the code. It has so far worked on the machines I have tested it on, but I need a wider sample base. It is simple to use and includes an interactive input program (that is bypassable). There is a "developer fee", but it is optional and can be run without it. All info is in the README on GitHub. As the program develops (with enough donations), this thread will become more permanent. Only CPU support at this time. More to come. To help the development please post issues and successful mining experiences here. All information helps!

Stay Loose,
Cocomos


Title: Re: Mac OS X Zcash Miner
Post by: TheRider on December 16, 2016, 06:47:59 AM
Kinda late to the game. CPU mining ZEC no longer makes sense now that GPUs are 10 times faster.

How does it compare to kost's nheqminer (https://github.com/kost/nheqminer/releases) mac fork anyway? Does it use Xenoncat's AVX/AVX2 implementation?



Title: Re: Mac OS X Zcash Miner
Post by: Ambros on December 16, 2016, 10:14:44 AM
You have done a good job, but you missed the right time windows  ;D

However i have a mac i will try this ASAP and  if i encounter any problem i will let u know


Title: Re: Mac OS X Zcash Miner
Post by: Cocomos on December 17, 2016, 03:05:07 AM
Kinda late to the game. CPU mining ZEC no longer makes sense now that GPUs are 10 times faster.

How does it compare to kost's nheqminer (https://github.com/kost/nheqminer/releases) mac fork anyway? Does it use Xenoncat's AVX/AVX2 implementation?



This was essentially inspired by Kost. I attempted at his fork, but it did not work for me. I chose to compile it myself and offer a ready-to-go kind of program for the layman as Mac users typically are not command-line savvy. This helps widen the base for Zcash and strengthen the network. Yes, it currently employs Xenoncat. I am attempting to get CUDA and OpenCL, however I do not think these will be great to use as Apple computers typically come with only one not-so-great GPU and most have Intel HD graphics anyways. This purely helps Macintosh owners get into the game and strengthen Zcash. Thank you for the questions!