CPU miner for LBRY
Find a file
2010-11-25 01:16:34 -05:00
.gitignore Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
AUTHORS Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
autogen.sh Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
ChangeLog Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
configure.ac Remove unused OpenSSL dependency. 2010-11-25 01:02:53 -05:00
COPYING Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
cpu-miner.c Allocate work struct once, on stack, rather than alloc+free for each getwork. 2010-11-25 01:16:34 -05:00
LICENSE Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
Makefile.am Allocate work struct once, on stack, rather than alloc+free for each getwork. 2010-11-25 01:16:34 -05:00
NEWS Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1. 2010-11-24 19:34:59 -05:00
README Remove unused OpenSSL dependency. 2010-11-25 01:02:53 -05:00
sha256_generic.c sha256: note about bitcoin input data 2010-11-24 18:45:56 -05:00

This is a multi-threaded CPU miner for bitcoin.

License: GPLv2.  See COPYING for details.

Dependencies:
	libcurl			http://curl.haxx.se/libcurl/
	jansson			http://www.digip.org/jansson/

Basic build instructions:
	./autogen.sh
	./configure
	make