aboutsummaryrefslogtreecommitdiff
path: root/src/miner.cpp
AgeCommit message (Expand)Author
2014-08-18Remove bignum dependency for scriptsCory Fields
2014-05-12Remove dummy PRIszX macros for formattingWladimir J. van der Laan
2014-03-10Make mining fee policy match relay fee policy.Mike Hearn
2014-02-24Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-26Fix off-by-one errors in use of IsFinalTx()Peter Todd
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2013-12-19Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein
2013-12-13Merge pull request #3326Wladimir J. van der Laan
2013-12-09Move internal miner functionality togetherWladimir J. van der Laan
2013-12-09Allow mining RPCs with --disable-walletWladimir J. van der Laan
2013-11-30Add verbose boolean to getrawmempoolGavin Andresen
2013-11-30Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen
2013-11-30Increase default -blockmaxsize/prioritysize to 750K/50KGavin Andresen
2013-11-22setgenerate creates multiple blocks in -regtest modeGavin Andresen
2013-11-15core: remove includes in .cpp, if header is already in .hPhilip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-19Merge pull request #2945 from gmaxwell/fee-logic_encourage_sweepingGavin Andresen
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-09-25internal miner: move 2 globals from main to minerPhilip Kaufmann
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-09-17[Fee logic] Don't count txins for priority to encourage sweeping.Gregory Maxwell
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