aboutsummaryrefslogtreecommitdiff
path: root/src/miner.h
AgeCommit message (Expand)Author
2014-10-29MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main...jtimon
2014-06-21Switch miner.cpp to use sha2 instead of OpenSSL.Pieter Wuille
2014-06-10small formatting, indentation and comment fixesPhilip Kaufmann
2013-11-22setgenerate creates multiple blocks in -regtest modeGavin Andresen
2013-11-11Fix struct/class declaration mismatchesGavin Andresen
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-20Bump Year Number to 2013super3
2013-09-25internal miner: move 2 globals from main to minerPhilip Kaufmann
2013-08-25miner: constify CreateNewBlock() arg scriptPubKeyInJeff Garzik
2013-08-24CreateNewBlock() now takes scriptPubKey argument,Jeff Garzik
2013-07-31Move internal miner/block creation to separate miner.cpp module.Jeff Garzik