aboutsummaryrefslogtreecommitdiff
path: root/src/miner.h
Commit message (Expand)AuthorAgeFilesLines
* Switch miner.cpp to use sha2 instead of OpenSSL.Pieter Wuille2014-06-211-4/+0
* small formatting, indentation and comment fixesPhilip Kaufmann2014-06-101-1/+2
* setgenerate creates multiple blocks in -regtest modeGavin Andresen2013-11-221-1/+1
* Fix struct/class declaration mismatchesGavin Andresen2013-11-111-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+10
* Bump Year Number to 2013super32013-10-201-1/+1
* internal miner: move 2 globals from main to minerPhilip Kaufmann2013-09-251-0/+3
* miner: constify CreateNewBlock() arg scriptPubKeyInJeff Garzik2013-08-251-1/+1
* CreateNewBlock() now takes scriptPubKey argument,Jeff Garzik2013-08-241-1/+2
* Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-0/+24