Skip to content
forked from ssvb/cpuminer

CPU miner for litecoin with PowerPC optimizations

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

GTRsdk/cpuminer

 
 

Repository files navigation

This is a multi-threaded CPU miner for Tenebrix, fork of Jeff Garzik's refernce cpuminer.
New, GPU-hostile / CPU-friendly PoW is implemented.  



License: GPLv2.  See COPYING for details.

Dependencies:
	libcurl			http://curl.haxx.se/libcurl/
	jansson			http://www.digip.org/jansson/
		(jansson is optional, and is included in-tree)

Basic *nix build instructions:
	./autogen.sh	# only needed if building from git repo
	./configure CFLAGS="-O3 -maltivec -mcpu=G4"
	make

If you use a G5 PowerMac, it might be best to use mcpu=G5 instead.

Usage instructions:  Run "minerd --help" to see options.

REMEMBER - ONLY scrypt ALGORITHM WORKS FOR TENEBRIX !

Also many issues and FAQs are covered in the forum thread
dedicated to this program,
	http://www.bitcoin.org/smf/index.php?topic=1925.0;all

About

CPU miner for litecoin with PowerPC optimizations

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.1%
  • Assembly 15.4%
  • Shell 0.5%