aboutsummaryrefslogtreecommitdiff
path: root/cpu-miner.c
AgeCommit message (Expand)Author
2010-11-26Replace argp with getopt_longJeff Garzik
2010-11-26Link with pthreads lib, if present. Remove GNU-specific asprintf usage.Jeff Garzik
2010-11-25code movement: move submit_work() above hot pathJeff Garzik
2010-11-25Move utility routines to util.c.Jeff Garzik
2010-11-25scanhash micro-optimizationsJeff Garzik
2010-11-25Allocate work struct once, on stack, rather than alloc+free for each getwork.Jeff Garzik
2010-11-25Remove unused OpenSSL dependency.Jeff Garzik
2010-11-25RPC URL, username and password become arguments,Jeff Garzik
2010-11-25Small cleanups and comment additions. Don't sleep after proof of work found.Jeff Garzik
2010-11-24Add GPLv2 header.Jeff Garzik
2010-11-24Convert over to autotools. Release version 0.1.v0.1Jeff Garzik
2010-11-24Clean up protocol debugging output, and other cleanups.Jeff Garzik
2010-11-24Remove byte reversing in submit_work()Jeff Garzik
2010-11-24Code movement. Update stats counter more frequently.Jeff Garzik
2010-11-24Add command line parsing, and multiple threads.Jeff Garzik
2010-11-24Add timing info. Remove BIGNUM PoW checks.Jeff Garzik
2010-11-24Clean up proof-of-work checking,Jeff Garzik
2010-11-23Add some code comments.Jeff Garzik
2010-11-23Add README and license info.Jeff Garzik
2010-11-23Initial revision of CPU miner.Jeff Garzik