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
/
pow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-3
/
+3
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
Modify chain consensus parameters to be height aware (#1396)
Ross Nicoll
2018-09-19
1
-0
/
+16
*
Correct PoW calculation logic to use locally calcualted difficulty
Ross Nicoll
2018-09-19
1
-3
/
+3
*
Sync changes from Dogecoin 1.10
Ross Nicoll
2018-09-19
1
-1
/
+14
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
1
-0
/
+1
*
Add Dogecoin difficulty calculations
Ross Nicoll
2018-09-19
1
-1
/
+2
*
Litecoin: Fix zeitgeist2 attack thanks to Lolcust and ArtForz. This fixes an ...
coblee
2018-09-19
1
-1
/
+7
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2018-09-19
1
-0
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Deprecating the remaining LogPrintf dependencies that were made obsolete in P...
21E14
2016-04-27
1
-2
/
+0
*
Consensus: Decouple pow.cpp from util.h
Jorge Timón
2016-02-04
1
-10
/
+2
*
Merge #7311: MOVEONLY: Move non-consensus functions out of pow
Wladimir J. van der Laan
2016-02-02
1
-32
/
+0
|
\
|
*
MOVEONLY: non-consensus: from pow to chain:
Jorge Timón
2016-01-12
1
-32
/
+0
*
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
/
*
Added fPowNoRetargeting field to Consensus::Params that disables nBits recalc...
Eric Lombrozo
2015-10-19
1
-0
/
+3
*
Use equivalent PoW for non-main-chain requests
Pieter Wuille
2015-04-22
1
-0
/
+17
*
consensus: don't use arith_uint256 in consensus.h
Cory Fields
2015-04-10
1
-4
/
+5
*
Trivial optimization: use GetAncestor to compute new target
Pieter Wuille
2015-03-26
1
-3
/
+3
*
Consensus: Refactor: Decouple pow.o from chainparams.o
Jorge Timón
2015-03-26
1
-20
/
+19
*
test: remove fSkipProofOfWork
Wladimir J. van der Laan
2015-03-09
1
-3
/
+0
*
Add unit tests for next difficulty calculations
Ross Nicoll
2015-02-21
1
-1
/
+6
*
Rename Interval() to DifficultyAdjustmentInterval()
Shaul Kfir
2015-02-17
1
-4
/
+4
*
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-2
/
+2
*
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-05
1
-7
/
+8
*
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: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-1
/
+1
*
CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBloc...
jtimon
2014-10-29
1
-2
/
+2
*
MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main...
jtimon
2014-10-29
1
-11
/
+1
*
MOVEONLY: core.o -> core/block.o
jtimon
2014-10-27
1
-1
/
+1
*
Remove CheckMinWork, as we always know all parent headers
Pieter Wuille
2014-10-14
1
-33
/
+0
*
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
1
-0
/
+4
*
Revert merge of pull #4845
Wladimir J. van der Laan
2014-10-02
1
-4
/
+0
*
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-09-29
1
-0
/
+4
*
Merge pull request #4377
Pieter Wuille
2014-08-27
1
-8
/
+40
|
\
|
*
replace ComputeMinWork with CheckMinWork
jtimon
2014-08-23
1
-8
/
+15
|
*
Move CBlockIndex::GetBlockWork() to pow::GetProofIncrement(nBits)
jtimon
2014-08-23
1
-0
/
+15
|
*
Move UpdateTime to pow
jtimon
2014-08-23
1
-0
/
+10
*
|
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
|
/
*
Use GetBlockTime() more
jtimon
2014-07-07
1
-1
/
+1
*
move pow constants to chainparams
jtimon
2014-06-23
1
-17
/
+13
*
Refactor proof of work related functions out of main
jtimon
2014-06-23
1
-0
/
+123