Results 167 comments of pooler

You must be trying to build from the git repo, as that `configure` file is not the one in the tarball. Did `autogen.sh` output anything when you run it?

> Note, I'm using Ubuntu on WSL2. I'm unable to reproduce your issue under a fresh installation of Ubuntu on WSL2. > `# Generated by GNU Autoconf 2.71 for cpuminer...

It seems likely that the issue lies with your software environment rather than with cpuminer. I've not encountered any problems building cpuminer on any version of Ubuntu, under WSL or...

@risner, I believe both your posts are off-topic here. This thread is about SHA-2 specific instructions, not about NEON or Aarch64 in general. As for your second post, feel free...

@risner, I agree it can be confusing. My point is that NEON can be used to improve SHA performance even without the newer SHA instructions (as cpuminer already does on...

After briefly skimming the paper, I would say that most (if not all) of those optimizations are already present in cpuminer. Right now I don't have time to devote to...

I do not currently plan to implement any additional algorithms.

All the algorithm implementations in cpuminer have been tested. If one has the time, it would also be quite easy to write a simple getwork server that serves mock low-difficulty...

The implementations were tested both manually (using known block headers) and by mining. Keep in mind that this was quite a few years ago, when CPU mining was still practically...

> Could you provide me with some known block headers and their correct hashes? You should use a block explorer or a coin daemon to fetch this kind of data....