Skip to content

Commit

Permalink
added Quarkcoin hashing support (-a quark)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neisklar committed Aug 17, 2013
1 parent ad88e35 commit 27a0b80
Show file tree
Hide file tree
Showing 20 changed files with 13,453 additions and 5 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -3,3 +3,5 @@ Jeff Garzik <jgarzik@pobox.com>
ArtForz

pooler <pooler@litecoinpool.org>

Neisklar
4 changes: 4 additions & 0 deletions NEWS
@@ -1,3 +1,7 @@
Version 2.3.2-q - Aug 16, 2013

- Added support for Quarkcoin (QRK) hashing algorithm (Neisklar)

Version 2.3.2 - Jul 10, 2013

- Add optimizations for AVX2-capable x86-64 processors
Expand Down
10 changes: 10 additions & 0 deletions README
@@ -1,8 +1,18 @@
This is a multi-threaded CPU miner for Litecoin and Bitcoin,
and now Quarkcoin, forked from poolers cpuminer which is a
fork of Jeff Garzik's reference cpuminer.

Git tree: https://github.com/Neisklar/quarkcoin-cpuminer

Different than the Sha256 and Scrypt implementation, the QRK hashing is
pure plain C code. So for performance gains, it may be good to tune
compilation with e.g. -march for specific CPU types


License: GPLv2. See COPYING for details.

Poolers original README:

Downloads: https://sourceforge.net/projects/cpuminer/files/
Git tree: https://github.com/pooler/cpuminer

Expand Down

0 comments on commit 27a0b80

Please sign in to comment.