aboutsummaryrefslogtreecommitdiff
path: root/src/miner.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make mining fee policy match relay fee policy.Mike Hearn2014-03-101-2/+2
* Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-1/+1
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Fix off-by-one errors in use of IsFinalTx()Peter Todd2014-01-261-1/+1
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-5/+5
* Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein2013-12-191-1/+2
* Merge pull request #3326Wladimir J. van der Laan2013-12-131-1/+1
|\
| * Increase default -blockmaxsize/prioritysize to 750K/50KGavin Andresen2013-11-301-1/+1
* | Move internal miner functionality togetherWladimir J. van der Laan2013-12-091-53/+52
* | Allow mining RPCs with --disable-walletWladimir J. van der Laan2013-12-091-2/+7
* | Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-21/+10
* | Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen2013-11-301-2/+2
|/
* setgenerate creates multiple blocks in -regtest modeGavin Andresen2013-11-221-2/+1
* core: remove includes in .cpp, if header is already in .hPhilip Kaufmann2013-11-151-2/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-13/+19
* Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-2/+2
* Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\
| * 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