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
2015-11-28
Merge pull request #6508
Pieter Wuille
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-27
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-11
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-11-11
Chainparams: Explicit CChainParams arg for main (pre miner):
Jorge Timón
2015-11-03
Restore MedianTimePast for locktime.
Gregory Maxwell
2015-11-01
Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...
Gregory Maxwell
2015-10-23
Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...
Mark Friedenbach
2015-09-22
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-09-19
TxMemPool: Change mapTx to a boost::multi_index_container
Ashley Holman
2015-08-18
Fix crash when mining with empty keypool.
Daniel Kraft
2015-08-08
Add some const declarations where they are appropriate.
Daniel Kraft
2015-08-06
Merge pull request #6177
Wladimir J. van der Laan
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-07-10
Merge pull request #6370
Wladimir J. van der Laan
2015-07-06
Merge pull request #6335
Wladimir J. van der Laan
2015-07-03
Remove ChainParams::DefaultMinerThreads
Wladimir J. van der Laan
2015-07-02
Merge pull request #6361
Wladimir J. van der Laan
2015-07-01
Use real number of cores for default -par, ignore virtual cores
Wladimir J. van der Laan
2015-07-01
miner: rename UpdateRequestCount signal to ResetRequestCount
Jonas Schnelli
2015-07-01
add CReserveScript to allow modular script keeping/returning
Jonas Schnelli
2015-06-30
detach wallet from miner
Jonas Schnelli
2015-06-26
Policy: MOVEONLY: Create policy/policy.h with some constants
Jorge Timón
2015-06-02
Be stricter in processing unrequested blocks
Suhas Daftuar
2015-06-01
Merge pull request #6183
Wladimir J. van der Laan
2015-05-27
Prevent block.nTime from decreasing
Mark Friedenbach
2015-05-27
Merge pull request #5669
Wladimir J. van der Laan
2015-05-27
Fix off-by-one error w/ nLockTime in the wallet
Peter Todd
2015-05-15
Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed ...
Jorge Timón
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-12
Avoid crash on start in TestBlockValidity with gen=1.
Gregory Maxwell
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-15
Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter
Jorge Timón
2015-04-10
Revert mining changes in #5957
Wladimir J. van der Laan
2015-04-01
Bugfix: make CreateNewBlock return pindexPrev
Pieter Wuille
2015-04-01
Introduce separate 'generate' RPC call
Pieter Wuille
2015-04-01
Simplify hash loop code
Pieter Wuille
2015-03-26
Consensus: Refactor: Decouple pow.o from chainparams.o
Jorge Timón
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-24
Merge pull request #5599
Wladimir J. van der Laan
2015-01-12
MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h)
Luke Dashjr
2015-01-05
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-04
Get rid of the internal miner's hashmeter
jtimon
2015-01-02
Remove declaration of no longer existent CheckWork
Wladimir J. van der Laan
2014-12-27
Decouple miner.o and txmempool.o from CTxUndo
jtimon
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-16
Remove references to X11 licence
Michael Ford
[next]