CPU miner for LBRY
Find a file
Jeff Garzik 23cd22a5a5 RPC URL, username and password become arguments,
rather than compile-time constants.
2010-11-25 00:49:39 -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 Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1. 2010-11-24 19:34:59 -05:00
COPYING Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
cpu-miner.c RPC URL, username and password become arguments, 2010-11-25 00:49:39 -05:00
LICENSE Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
Makefile.am Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1. 2010-11-24 19:34: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 Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -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/
	OpenSSL libcrypto	http://www.openssl.org/

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