Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning
by
Arux
on 03/09/2015, 11:19:32 UTC
I'm not sure how Arux is compiling the non-AES cpuminer for Windows, but it's mentioned that mooo's source tree was used:
https://github.com/moneromooo/cpuminer-multi
I would think  it should work with both AES-NI and non-AES systems, although I have never tested w/o AES-NI.



I also can't seem to locate the git for non-AES-NI for cryptonight-lite miner. The one I built from git was for AES-NI only. And the other was a readme file only. Can someone point me right direction , thanks.


here?  https://bitcointalk.org/index.php?topic=641696.msg12049159#msg12049159


That is the one that only has only a README file in it.... you will have to forgive me my linux is rusty but it's coming back, I have and do quite a bit of mining using linux but I'm struggling on this for some reason.  Any help is appreciated.

btw I ran the following :

wget https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/archive/04082015.tar.gz

tar zxvf 04082015.tar.gz

Then shows only as README.md under ls command.....I imagine I'm just forgetting something, but I did compile the one for AES-NI just fine, however it was a .git file and not a .tar file ...  Huh

for wolf's version, i used https://github.com/moneromooo/cpuminer-multi.
cross-compiled from linux for win64.
AES-NI was configured as usual (aka nothing particular), non AES-NI was configured with --disable-aes-ni
if you use non AES miner on AES cpu, you will lose AES optimisations! (not tested but it will be very slower)
if you use AES miner on non AES cpu, it fails.

for lucasjones version, i used https://github.com/iamsmooth/cpuminer-multi
cross-compiled from linux for win64 too.