The solver prior to these optimizations is already merged into this standalone miner GitHub - str4d/zcash at standalone-miner (and I assume if these changes are merged into master before launch they will also be in the standalone miner).
There will at least be a 13.5H/s GPU miner PR made to zcashd as well for a gpu mining flag before launch. If we are lucky we might be more around 28H/s at launch. Thanks to tromp and xenoncat for making it possible.
Im having trouble to run the miner on linux, after clone and run “make all” what i need to do?
im running bash comand line on windows10
Someone can help me?
I whant to try the cuda and the CPU
1 H/s is the same as 1 Sol/s (just be aware that some may be using a different metric for H/s which is where the confusion is coming from). But in this thread you can consider 1 H/s = 1 Sol/s.
Hi! That’s awesome. Will the zcashd w/ gpu mining flag on work with both AMD and Nvidia GPUs? If it is OpenCL, I was under the impression it would be a poor performer on Nvidia as compared with a CUDA implementation. If that turns out to be true, is there a full open source mining client that uses @tromp’s CUDA implementation? He has released solvers only, is there a client that uses them/will use them?
Sorry for the many questions, thank you for all your work.
Having worked on both the CPU and GPU miner, what is your opinion on the speed difference between the latest gen. CPU vs latest gen GPU ? 2 weeks ago Toomim Bros claimed a 100x diff, has anything changed ?
also this is an OpenCL implementation only, there is no CUDA implimentation. Nvidia can run OpenCL but its optimized for CUDA; AMD gpus cannot run CUDA but tend to run OpenCL better than Nvidia gpus (to the best of my knowledge).
I think two weeks ago, toomim was refeering to the original standart miner. Thing have improved since then and the difference seems to be *2 or *3. Maybe *5 at most from what I red here and there.