aboutsummaryrefslogtreecommitdiff
path: root/src/miner.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Bump Year Number to 2013super32013-10-201-1/+1
* | Merge pull request #2945 from gmaxwell/fee-logic_encourage_sweepingGavin Andresen2013-10-191-2/+14
|\ \
| * | [Fee logic] Don't count txins for priority to encourage sweeping.Gregory Maxwell2013-09-171-2/+14
* | | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-4/+4
| |/ |/|
* | internal miner: move 2 globals from main to minerPhilip Kaufmann2013-09-251-6/+2
* | Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-12/+12
|/
* miner: constify CreateNewBlock() arg scriptPubKeyInJeff Garzik2013-08-251-1/+1
* CreateNewBlock() now takes scriptPubKey argument,Jeff Garzik2013-08-241-6/+12
* Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-0/+663