CPU miner for LBRY
Go to file
2010-11-26 15:20:54 -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 Link with pthreads lib, if present. Remove GNU-specific asprintf usage. 2010-11-26 15:20:54 -05:00
COPYING Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
cpu-miner.c Link with pthreads lib, if present. Remove GNU-specific asprintf usage. 2010-11-26 15:20:54 -05:00
LICENSE Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
Makefile.am Link with pthreads lib, if present. Remove GNU-specific asprintf usage. 2010-11-26 15:20:54 -05:00
miner.h Move utility routines to util.c. 2010-11-25 04:03:59 -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: Remove unused include arpa/inet.h 2010-11-25 03:51:04 -05:00
util.c Move utility routines to util.c. 2010-11-25 04:03:59 -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