47 Commits (e11712df7ea5e946c5ec008d1c761187b495f872)

Author SHA1 Message Date
jtimon e11712df7e Move checkpoint data selection to chainparams 10 years ago
Wladimir J. van der Laan fbd36d8fb5
Avoid introducing a virtual into CChainParams 10 years ago
SergioDemianLerner f0fd00cb77 Switch testing framework from MAIN to new UNITTEST network 10 years ago
Wladimir J. van der Laan 8d132431b4
Revert merge of pull #4845 10 years ago
Wladimir J. van der Laan 4705902777 Avoid introducing a virtual into CChainParams 10 years ago
SergioDemianLerner 5e2e7fcb99 Suggested corrections on comments, variable names. 10 years ago
SergioDemianLerner a25fd6be13 Switch testing framework from MAIN to new UNITTEST network 10 years ago
Andreas Schildbach 45a4baf100 Add testnet DNS seed of Andreas Schildbach. 10 years ago
Matt Corallo 550d4fa7a7 Remove DNS Seeds run by entities which were never well-established. 10 years ago
Ross Nicoll e84843c0db Broken addresses on command line no longer trigger testnet. 10 years ago
Philip Kaufmann 187115c01d cleanup include of assert.h 10 years ago
Wladimir J. van der Laan a60120e951 Add built-in seeds for .onion 10 years ago
Philip Kaufmann 6354935c48 move rand functions from util to new random.h/.cpp 10 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 10 years ago
jtimon fd704c7b2c move pow constants to chainparams 10 years ago
Pieter Wuille 4949004d68 Add CMutableTransaction and make CTransaction immutable. 10 years ago
jtimon b82b7ec3dc Get rid of Params().RPCisTestNet() 10 years ago
Wladimir J. van der Laan 09eb201b1b Remove `using namespace std` from header file 10 years ago
kevin 33cc907dfb Add DNS seed of open-nodes.org 10 years ago
Philip Kaufmann f5ae6c9826 add NetworkIDString() to chainparams 10 years ago
Andreas Schildbach c30329adfa Add testnet DNS seed of Alex Kotenko. 10 years ago
jtimon c8c52de3a0 Replace virtual methods with static attributes, chainparams.h depends on 10 years ago
jtimon 6fc0fa63d9 Add RPCisTestNet chain parameter 10 years ago
jtimon cfeb8235fd Add RequireStandard chain parameter 10 years ago
jtimon 21913a9ac9 Add AllowMinDifficultyBlocks chain parameter 10 years ago
jtimon d754f34e8d Move majority constants to chainparams 10 years ago
jtimon cb9bd83bba Add DefaultCheckMemPool chain parameter 10 years ago
jtimon 2595b9ac23 Add DefaultMinerThreads chain parameter 10 years ago
jtimon bfa9a1a638 Add MineBlocksOnDemand chain parameter 10 years ago
jtimon 1712adbe0b Add MiningRequiresPeers chain parameter 10 years ago
Pieter Wuille df9eb5e14f Move {Get,Set}Compact from bignum to uint256 11 years ago
Cory Fields 4f497cd97d script: switch outside users to CScriptNum 11 years ago
Addy Yeow 89d72f3d9b Add new DNS seed from bitnodes.io. 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Gavin Andresen e5aadb25c5 Updated fallback seed nodes from sipa's DNS seeds 11 years ago
Christian Decker cdc11b3228 Added new DNS seed from bitcoinstats.com. 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Roman Mindalev 2b6a8993fb Add missing 0x prefix in chainparams.cpp 11 years ago
Pieter Wuille eb2c999050 BIP32 derivation implementation 11 years ago
Jeff Garzik 79f6925fac main.h->core.h include dependency improvements. 11 years ago
Pieter Wuille 8388289eb6 Generalize version bytes 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago