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
/
pow.h
Age
Commit message (
Expand
)
Author
2015-04-22
Use equivalent PoW for non-main-chain requests
Pieter Wuille
2015-03-26
Consensus: Refactor: Decouple pow.o from chainparams.o
Jorge Timón
2015-02-21
Add unit tests for next difficulty calculations
Ross Nicoll
2015-01-05
Use arith_uint256 where necessary
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-29
CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBloc...
jtimon
2014-10-29
MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main...
jtimon
2014-10-14
Remove CheckMinWork, as we always know all parent headers
Pieter Wuille
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-23
replace ComputeMinWork with CheckMinWork
jtimon
2014-08-23
Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits)
jtimon
2014-08-23
Move UpdateTime to pow
jtimon
2014-06-23
Refactor proof of work related functions out of main
jtimon