Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
elmad committed Feb 14, 2014
1 parent b47c594 commit 0ed2ffd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@

Forked form ig0tik3d version, this uses a different algo for echo algorithm
This version compiles only on CPU supporting the AES-NI instruction set.

If building from git repo:
chmod +x autogen.sh
./autogen.sh
./configure CFLAGS="-O3 -march=native" # march=native mandatory, for compile on AES-NI processors
#or use:
./configure CFLAGS="-O3 -msse2 -msse3 -mssse3 -maes -mavx # if you want to compile on a different machine
make


This is a multi-threaded CPU miner for Litecoin and Bitcoin,
and now QubitCoin, forked from poolers cpuminer which is a
fork of Jeff Garzik's reference cpuminer.
Expand Down

0 comments on commit 0ed2ffd

Please sign in to comment.