index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
miner.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cherry-pick from Bitcoin repo, 1ec0c0a: small changes for OSX build
Michi Lumin
2019-03-25
1
-2
/
+3
*
Sync mining code from Namecore to resolve unit test failures (#1385)
Ross Nicoll
2018-09-19
1
-1
/
+1
*
Update benchmarking with package statistics
Suhas Daftuar
2017-03-30
1
-4
/
+7
*
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-16
1
-1
/
+1
*
Introduce -blockmintxfee
Alex Morcos
2017-01-04
1
-0
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-18
1
-1
/
+1
|
\
|
*
[c++11] Use std::unique_ptr for block creation.
Daniel Kraft
2016-06-18
1
-1
/
+1
*
|
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
1
-2
/
+2
*
|
Remove -blockminsize option
Suhas Daftuar
2016-06-30
1
-1
/
+1
*
|
Remove addScoreTxs()
Suhas Daftuar
2016-06-30
1
-4
/
+2
*
|
Exclude witness transactions in addPackageTxs() pre-segwit activation
Suhas Daftuar
2016-06-30
1
-2
/
+5
*
|
CreateNewBlock: add support for size-accounting to addPackageTxs
Suhas Daftuar
2016-06-27
1
-1
/
+1
*
|
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-7
/
+9
*
|
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
1
-0
/
+2
|
/
*
Use ancestor-feerate based transaction selection for mining
Suhas Daftuar
2016-06-16
1
-0
/
+118
*
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
2016-05-18
1
-1
/
+55
*
Remove internal miner
Leviathn
2016-02-10
1
-5
/
+0
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-0
/
+3
*
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-11-11
1
-1
/
+1
*
Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also ...
Luke Dashjr
2015-10-01
1
-0
/
+2
*
Add some const declarations where they are appropriate.
Daniel Kraft
2015-08-08
1
-1
/
+1
*
Merge pull request #6177
Wladimir J. van der Laan
2015-08-06
1
-1
/
+1
|
\
|
*
Prevent block.nTime from decreasing
Mark Friedenbach
2015-05-27
1
-1
/
+1
*
|
detach wallet from miner
Jonas Schnelli
2015-06-30
1
-2
/
+2
|
/
*
miner.h: fix clang warning because of class/struct mix
Jonas Schnelli
2015-04-16
1
-1
/
+1
*
Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter
Jorge Timón
2015-04-15
1
-1
/
+2
*
Revert mining changes in #5957
Wladimir J. van der Laan
2015-04-10
1
-4
/
+2
*
Bugfix: make CreateNewBlock return pindexPrev
Pieter Wuille
2015-04-01
1
-2
/
+2
*
Introduce separate 'generate' RPC call
Pieter Wuille
2015-04-01
1
-0
/
+2
*
Merge pull request #5599
Wladimir J. van der Laan
2015-01-24
1
-3
/
+0
|
\
|
*
Get rid of the internal miner's hashmeter
jtimon
2015-01-04
1
-3
/
+0
*
|
MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h)
Luke Dashjr
2015-01-12
1
-3
/
+8
*
|
Remove declaration of no longer existent CheckWork
Wladimir J. van der Laan
2015-01-02
1
-2
/
+0
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
|
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
|
/
*
MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main...
jtimon
2014-10-29
1
-0
/
+2
*
Switch miner.cpp to use sha2 instead of OpenSSL.
Pieter Wuille
2014-06-21
1
-4
/
+0
*
small formatting, indentation and comment fixes
Philip Kaufmann
2014-06-10
1
-1
/
+2
*
setgenerate creates multiple blocks in -regtest mode
Gavin Andresen
2013-11-22
1
-1
/
+1
*
Fix struct/class declaration mismatches
Gavin Andresen
2013-11-11
1
-1
/
+1
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-3
/
+10
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
internal miner: move 2 globals from main to miner
Philip Kaufmann
2013-09-25
1
-0
/
+3
*
miner: constify CreateNewBlock() arg scriptPubKeyIn
Jeff Garzik
2013-08-25
1
-1
/
+1
*
CreateNewBlock() now takes scriptPubKey argument,
Jeff Garzik
2013-08-24
1
-1
/
+2
*
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-07-31
1
-0
/
+24