cpuminer
cpuminer copied to clipboard
CPU miner for Litecoin and Bitcoin
From running `./configure CFLAGS="-O3"`, I get: ``` checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking...
I am trying to run the 'minerd.exe' utility on my system, but everytime I run the program with CMD, even with admin privileges, I get an `Access is denied.` error....
New CPUs from Intel and ARMv8 cores support native SHA256 hashing (in microcode). This would significantly increase the SHA256d hashrate if it was implemented.
http://www.nicolascourtois.com/bitcoin/Optimising%20the%20SHA256%20Hashing%20Algorithm%20for%20Faster%20and%20More%20Efficient%20Bitcoin%20Mining_Rahul_Naik.pdf Sorry because I can't write assembly: I only know C. Thanks!
Yes, there are other miners supporting this algo, but they don't support Linux as well as your project (i can at least build yours, and your releases include Linux binaries).
The problem is that we are mining cryptos rather slowly compared to the ASICs machines. Because of that, how can we be assured that the hashing algorithms works correctly other...
It would be beneficial with the introduction of arm64 Macs to add native scrypt code for aarch64.
More support for non Unix-like systems.
So I am on linux trying to compile this, and I make a fresh clone of this repo. In the folder I run `./autogen.sh` and get the following error: ```...
Firstly, thanks for the work that has gone in to cpuminer. It worked great while so many other non-asic miners did not. I got cross-compilation working for Windows from Linux...