index
:
archived-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
/
chainparams.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update testnet checkpoints and replace old seed
J Ross Nicoll
2015-08-30
1
-6
/
+9
*
[auxpow] Check for auxpow fork strictly
Patrick Lodder
2015-08-23
1
-1
/
+8
*
Add attributions to source files
J Ross Nicoll
2015-08-14
1
-0
/
+1
*
Update time-based constants
Ross Nicoll
2015-08-04
1
-6
/
+6
*
Set regtest coinbase maturity for easier maths in RPC tests
langerhans
2015-08-01
1
-0
/
+1
*
Merge pull request #1217 from rnicoll/1.10-checkpoints-seeds
Max K.
2015-08-01
1
-13
/
+7
|
\
|
*
Update checkpoints
Ross Nicoll
2015-07-30
1
-13
/
+7
*
|
Move COINBASE_MATURITY to the consensus parameters
langerhans
2015-07-31
1
-0
/
+3
*
|
Make RegTest use simplified rewards for easier test vector setup and use shor...
langerhans
2015-07-31
1
-1
/
+3
|
/
*
Remove hard coded switch on whether simplified rewards are used.
Ross Nicoll
2015-07-27
1
-0
/
+3
*
Modify chain consensus parameters to be height aware
Ross Nicoll
2015-07-19
1
-6
/
+93
*
Adapt AuxPoW to Dogecoin
Ross Nicoll
2015-07-10
1
-5
/
+5
*
Merge AuxPoW support from Namecore
Daniel Kraft
2015-07-05
1
-1
/
+10
*
Further unit test corrections
Ross Nicoll
2015-07-05
1
-4
/
+4
*
port dogecoin base chainparams
Patrick Lodder
2015-06-27
1
-75
/
+83
*
Trivial: Corrected owner of DNS seeder
ayeowch
2015-05-14
1
-1
/
+1
*
Merge pull request #6055
Wladimir J. van der Laan
2015-05-06
1
-57
/
+37
|
\
|
*
checkpoints: make checkpoints a member of CChainParams
Cory Fields
2015-04-30
1
-57
/
+37
|
*
checkpoints: store mapCheckpoints in CCheckpointData rather than a pointer
Cory Fields
2015-04-30
1
-3
/
+3
*
|
Merge pull request #6080
Wladimir J. van der Laan
2015-05-05
1
-0
/
+1
|
\
\
|
*
|
add jonasschnellis dns seeder
Jonas Schnelli
2015-04-29
1
-0
/
+1
*
|
|
Merge pull request #6085
Wladimir J. van der Laan
2015-05-04
1
-4
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Non-grammatical language improvements
Luke Dashjr
2015-05-02
1
-4
/
+5
|
|
/
*
/
chainparams: use SeedSpec6's rather than CAddress's for fixed seeds
Cory Fields
2015-04-24
1
-27
/
+2
|
/
*
Add block pruning functionality
mrbandrews
2015-04-22
1
-0
/
+3
*
Add operator names to DNS Seed list
Michael Ford
2015-04-20
1
-5
/
+5
*
consensus: don't use arith_uint256 in consensus.h
Cory Fields
2015-04-10
1
-2
/
+2
*
Add a consistency check for the block chain data structures
Pieter Wuille
2015-03-27
1
-3
/
+3
*
Consensus: Refactor: Introduce Consensus::Params class
Jorge Timón
2015-03-25
1
-28
/
+23
*
test: remove fSkipProofOfWork
Wladimir J. van der Laan
2015-03-09
1
-1
/
+0
*
test: Remove UNITTEST params
Wladimir J. van der Laan
2015-03-09
1
-45
/
+0
*
build: fix newer boost build with c++11
Cory Fields
2015-02-03
1
-10
/
+10
*
Merge pull request #5513
Wladimir J. van der Laan
2015-01-06
1
-11
/
+10
|
\
|
*
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2015-01-02
1
-11
/
+10
*
|
Merge pull request #5598
Wladimir J. van der Laan
2015-01-06
1
-4
/
+0
|
\
\
|
*
|
Remove unused chainparam networkID
jtimon
2014-12-11
1
-4
/
+0
*
|
|
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-05
1
-2
/
+2
*
|
|
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
1
-19
/
+19
*
|
|
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
|
|
/
|
/
|
*
|
Remove bitnodes.io from dnsseeds.
Gregory Maxwell
2014-12-27
1
-1
/
+0
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
|
/
*
Remove misleading comment about testnet's message string.
Pavel Janík
2014-11-22
1
-5
/
+0
*
The first thing that SelectParams does is call SelectBaseParams. Therefore, w...
mruddy
2014-11-04
1
-1
/
+0
*
Update comments in chainparams to be doxygen compatible
Michael Ford
2014-10-25
1
-42
/
+49
*
Clear vFixedSeeds for regtest network
Wladimir J. van der Laan
2014-10-24
1
-0
/
+1
*
Merge pull request #4981
Wladimir J. van der Laan
2014-10-22
1
-0
/
+1
|
\
|
*
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
1
-0
/
+1
*
|
Merge pull request #4804 from jtimon/chainparams3
Wladimir J. van der Laan
2014-10-17
1
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
squashme on 3fdb9e8c (Bluematt's bikeshedding)
jtimon
2014-10-16
1
-1
/
+1
|
*
SQUASHME: NetworkIdFromCommandLine() function instead of method
jtimon
2014-10-10
1
-1
/
+1
[next]