CPU: Atom C2758
AES-NI: Yes
AVX: No
Generic kernel?
Not sure what that means. I'm using a standard Ubuntu 13.10:
$ uname -a
Linux d510 3.11.0-15-generic #25-Ubuntu SMP Thu Jan 30 17:22:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
[/quote]
Ok, this is right. I tried before to compile with AES-NI without AVX, and I had a 14% improvement. Adding AVX I achieved 21%.
[/quote]
For me on ubuntu, on AWS instance from :
311.87 khash/s (yay!!!) (1.2c)
to
[2014-02-15 00:03:03] accepted: 8/8 (100.00%), 375.04 khash/s (yay!!!)
Nice work ) (~ 20%)Can make a script inst13.sh : vi inst13.sh
sudo apt-get update
sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git automake libcurl4-openssl-dev
git clone
https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aescd darkcoin-cpuminer-1.3-avx-aes
chmod a+x autogen.sh
./autogen.sh
./configure CFLAGS="-O3 -march=native"
make
____________
chmod u+x inst13.sh
./inst13.sh
EDIT :
Not working on the Azure free trial ubuntu :
error: incompatible types when assigning to type ‘__m128i’ from type ‘int’