Hi antonio8,
This simdless yescrypt miner is only for testing purpose on processors with no SIMD instruction set. It is not expected to get higher hashrate than the miner that use SIMD on modern processors.
please check if your processor has the SIMD instructions set. if it has, then you don't need to use this simless minerd
I have compiled the simdless version of the yescrypt miner
https://mega.co.nz/#!opc3RRrC!-W6EKR2oyyRxdfvnF5Vakph7PTdEmj8i7QGpCOpoTJo
https://www.dropbox.com/s/dz7kxbarmz3uk07/bsty-miner-simdless.zip?dl=0this version should work on amd processors.
The problem in Linux, not in Windows
p.s. Solv.. ./configure CFLAGS="-O3 -march=native" --target=i686-unknown-linux-gnu
Wow, if you need to specify your target when using ./configure, then something really bad is happening to your Linux installation.
Is this only for certain AMD processors?
I was running the original on a AMD 8350 with only 6 cores and getting 2.8 kh/s. I ran yours with same and only getting 0.73 kh/s. Is there some setting for yours I did not do?