aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
AgeCommit message (Expand)Author
2014-05-21switch from boost int types to <stdint.h>Kamil Domanski
2014-03-22RPC command getmininginfo showing right genproclimitIsidoro Ghezzi
2013-12-29"getnetworkhashps" with defaults was yielding "0", the hashrate is not 0.Gregory Maxwell
2013-12-19Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein
2013-12-09Allow mining RPCs with --disable-walletWladimir J. van der Laan
2013-11-27Split up bitcoinrpc (code movement only)Wladimir J. van der Laan
2013-11-22setgenerate creates multiple blocks in -regtest modeGavin Andresen
2013-11-13Issue #1865 - Clean up RPC help messagessje
2013-11-11misc small changes to polish after include cleanupPhilip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-10-01Support absence of wallet (pwalletMain==NULL) in several locations,Jeff Garzik
2013-10-01Merge pull request #2888 from litecoin-project/getnetworkhashpsJeff Garzik
2013-09-17Add getnetworkhashps to get the calculated network hashratecoblee
2013-08-24RPC: getblocktemplate does not require a key, to create a block templateJeff Garzik
2013-08-24CreateNewBlock() now takes scriptPubKey argument,Jeff Garzik
2013-07-31Move internal miner/block creation to separate miner.cpp module.Jeff Garzik
2013-06-24main.h->core.h include dependency improvements.Jeff Garzik
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-06-05Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.Eric Lombrozo
2013-06-01remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann
2013-05-30Move pMiningKey init out of StartRPCThreadsWladimir J. van der Laan
2013-05-23Clean up mining CReserveKey to prevent crash at shutdownGavin Andresen
2013-02-07Do not use C++11 std::vector.data()Gavin Andresen
2013-01-30CValidationState frameworkPieter Wuille
2013-01-03moved "index_in_template" to a separate variable to clarify what it isForrest Voight
2012-12-19use fee/sigop data in BlockTemplate struct instead of (not always correctly) ...Forrest Voight
2012-12-19changed CreateNewBlock to return a CBlockTemplate object, which includes per-...Forrest Voight
2012-10-24Don't force getblocktemplate to have a parameter.Gregory Maxwell
2012-10-20Batch block connection during IBDPieter Wuille
2012-10-20UltraprunePieter Wuille
2012-10-04Document RPC error codesWladimir J. van der Laan
2012-09-01Merge pull request #1771 from luke-jr/bugfix_bip22_modeJeff Garzik
2012-09-01Bugfix: getblocktemplate: Accept optional "mode" parameter not being providedLuke Dashjr
2012-08-21RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik
2012-08-21RPC: submitblock returns null on success, string on errorJeff Garzik
2012-08-21RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik