CPU miner for LBRY
Find a file
2010-11-24 19:31:12 -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 Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
COPYING Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
cpu-miner.c Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
LICENSE Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
Makefile.am Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -05:00
NEWS Convert over to autotools. Release version 0.1. 2010-11-24 19:31:12 -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