25 Commits (19c415b1cf0dc4fd5fe08e8e7e146c7996261170)

Author SHA1 Message Date
coblee d64eef48a4 Add getnetworkhashps to get the calculated network hashrate 11 years ago
Jeff Garzik 7bb0f6c5e8 RPC: getblocktemplate does not require a key, to create a block template 11 years ago
Jeff Garzik 7e17018995 CreateNewBlock() now takes scriptPubKey argument, 11 years ago
Jeff Garzik d247a5d130 Move internal miner/block creation to separate miner.cpp module. 11 years ago
Jeff Garzik 79f6925fac main.h->core.h include dependency improvements. 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Eric Lombrozo aabdf9e899 Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. 11 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 11 years ago
Wladimir J. van der Laan d98bf10f23 Move pMiningKey init out of StartRPCThreads 11 years ago
Gavin Andresen 36e826cea1 Clean up mining CReserveKey to prevent crash at shutdown 11 years ago
Gavin Andresen ba1d08008e Do not use C++11 std::vector.data() 12 years ago
Pieter Wuille ef3988ca36 CValidationState framework 12 years ago
Forrest Voight f3d872d1ea moved "index_in_template" to a separate variable to clarify what it is 12 years ago
Forrest Voight 0f927ceb5b use fee/sigop data in BlockTemplate struct instead of (not always correctly) calculating it ourselves 12 years ago
Forrest Voight 03cac0bb8e changed CreateNewBlock to return a CBlockTemplate object, which includes per-tx fee and sigop count data 12 years ago
Gregory Maxwell 3beac9837f Don't force getblocktemplate to have a parameter. 12 years ago
Pieter Wuille ae8bfd12da Batch block connection during IBD 12 years ago
Pieter Wuille 450cbb0944 Ultraprune 12 years ago
Wladimir J. van der Laan 738835d7b8 Document RPC error codes 12 years ago
Luke Dashjr 0689a7eb9c Bugfix: getblocktemplate: Accept optional "mode" parameter not being provided 12 years ago
Jeff Garzik c625ae04d2 RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 12 years ago
Jeff Garzik a2168d94c0 RPC: submitblock returns null on success, string on error 12 years ago
Jeff Garzik 7600e7fc39 RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code 12 years ago