JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
773 stars 543 forks source link

aes isnt used even its availabe #53

Closed ghost closed 6 years ago

ghost commented 6 years ago
 ;) Tars ~/cpuminer-opt $ ./cpuminer -a cryptonight -o stratum+tcp://bcn.pool.minergate.com:45550 -u mymail -p x -t48 -q

         **********  cpuminer-opt 3.7.7  ***********
     A CPU miner with multi algo support and optimized for CPUs
     with AES_NI and AVX2 and SHA extensions.
     BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT

CPU: Genuine Intel(R) CPU 0000 @ 2.10GHz.
SW built on Dec 24 2017 with GCC 7.2.1.
CPU features: SSE2 AES AVX AVX2.
SW features: SSE2.
Algo features: SSE2 AES.
Start mining with SSE2.

as you can see, cpu and algo are featuring aes. but it starts with sse2? what iam doin wrong?

crnkoj commented 6 years ago

it appears as if you did not compile it with those features - if you check SW features. did you use native march?

JayDDee commented 6 years ago

As pointed out in previous comment.