aboutsummaryrefslogtreecommitdiff
path: root/src/chainparams.h
AgeCommit message (Expand)Author
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-23move pow constants to chainparamsjtimon
2014-06-17Get rid of Params().RPCisTestNet()jtimon
2014-06-16Remove `using namespace std` from header fileWladimir J. van der Laan
2014-06-12add NetworkIDString() to chainparamsPhilip Kaufmann
2014-06-10remove wrong ; in chainparams.h and order includesPhilip Kaufmann
2014-06-04Replace virtual methods with static attributes, chainparams.h depends onjtimon
2014-06-04Get rid of TestNet()jtimon
2014-06-04Add RPCisTestNet chain parameterjtimon
2014-06-04Add RequireStandard chain parameterjtimon
2014-06-04Add AllowMinDifficultyBlocks chain parameterjtimon
2014-06-04Move majority constants to chainparamsjtimon
2014-06-04Get rid of RegTest()jtimon
2014-06-04Add DefaultCheckMemPool chain parameterjtimon
2014-06-04Add DefaultMinerThreads chain parameterjtimon
2014-06-04Add MineBlocksOnDemand chain parameterjtimon
2014-06-04Add MiningRequiresPeers chain parameterjtimon
2014-05-09Reduce bignum.h now it is only needed for scriptnum_testsPieter Wuille
2014-05-09Move {Get,Set}Compact from bignum to uint256Pieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-15misc spelling / space / style fixesPhilip Kaufmann
2013-08-22GetDataDir(): cache paths for each network separatelyGavin Andresen
2013-08-15Merge pull request #2876 from sipa/fixreorgcrashGavin Andresen
2013-08-15Mempool consistency checkPieter Wuille
2013-07-15BIP32 derivation implementationPieter Wuille
2013-06-24Generalize version bytesPieter Wuille
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn