index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
miner.cpp
Age
Commit message (
Expand
)
Author
2013-12-19
Make bitcoin compile without wallet if "db_cxx.h" is not present
Thomas Holenstein
2013-12-13
Merge pull request #3326
Wladimir J. van der Laan
2013-12-09
Move internal miner functionality together
Wladimir J. van der Laan
2013-12-09
Allow mining RPCs with --disable-wallet
Wladimir J. van der Laan
2013-11-30
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-30
Increase default -blockmaxsize/prioritysize to 750K/50K
Gavin Andresen
2013-11-22
setgenerate creates multiple blocks in -regtest mode
Gavin Andresen
2013-11-15
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-19
Merge pull request #2945 from gmaxwell/fee-logic_encourage_sweeping
Gavin Andresen
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-09-25
internal miner: move 2 globals from main to miner
Philip Kaufmann
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-17
[Fee logic] Don't count txins for priority to encourage sweeping.
Gregory Maxwell
2013-08-25
miner: constify CreateNewBlock() arg scriptPubKeyIn
Jeff Garzik
2013-08-24
CreateNewBlock() now takes scriptPubKey argument,
Jeff Garzik
2013-07-31
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik