aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4377Pieter Wuille2014-08-271-1/+1
|\
| * Move UpdateTime to powjtimon2014-08-231-1/+1
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
|/
* Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik2014-07-291-3/+2
* Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc...Cozz Lovan2014-07-151-2/+21
* getblocktemplate: longpolling supportLuke Dashjr2014-07-111-1/+59
* Use GetBlockTime() morejtimon2014-07-071-1/+1
* Replace HexBits with strprintfjtimon2014-06-281-1/+1
* JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr2014-06-261-0/+14
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-1/+1
* Refactor proof of work related functions out of mainjtimon2014-06-231-0/+1
* Remove getwork() RPC callPieter Wuille2014-06-211-159/+0
* Add "chain" to getmininginfo, improve help in getblockchaininfojtimon2014-06-171-0/+2
* Get rid of Params().RPCisTestNet()jtimon2014-06-171-1/+1
* small formatting, indentation and comment fixesPhilip Kaufmann2014-06-101-0/+2
* Merge pull request #3824Wladimir J. van der Laan2014-06-091-2/+2
|\
| * Add RPCisTestNet chain parameterjtimon2014-06-041-1/+1
| * Add MineBlocksOnDemand chain parameterjtimon2014-06-041-1/+1
* | estimatefee / estimatepriority RPC methodsGavin Andresen2014-06-061-0/+61
|/
* switch from boost int types to <stdint.h>Kamil Domanski2014-05-131-3/+3
* Move {Get,Set}Compact from bignum to uint256Pieter Wuille2014-05-091-2/+2
* RPC command getmininginfo showing right genproclimitIsidoro Ghezzi2014-03-221-0/+1
* "getnetworkhashps" with defaults was yielding "0", the hashrate is not 0.Gregory Maxwell2013-12-291-1/+4
* Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein2013-12-191-2/+3
* Allow mining RPCs with --disable-walletWladimir J. van der Laan2013-12-091-6/+18
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-1/+1
* setgenerate creates multiple blocks in -regtest modeGavin Andresen2013-11-221-5/+40
* Issue #1865 - Clean up RPC help messagessje2013-11-131-37/+155
* misc small changes to polish after include cleanupPhilip Kaufmann2013-11-111-2/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-7/+17
* Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-4/+4
* Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\
| * Bump Year Number to 2013super32013-10-201-1/+1
* | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-10/+7
|/
* Support absence of wallet (pwalletMain==NULL) in several locations,Jeff Garzik2013-10-011-1/+12
* Merge pull request #2888 from litecoin-project/getnetworkhashpsJeff Garzik2013-10-011-0/+54
|\
| * Add getnetworkhashps to get the calculated network hashratecoblee2013-09-171-0/+54
* | RPC: getblocktemplate does not require a key, to create a block templateJeff Garzik2013-08-241-1/+2
* | CreateNewBlock() now takes scriptPubKey argument,Jeff Garzik2013-08-241-2/+2
|/
* Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-0/+1
* main.h->core.h include dependency improvements.Jeff Garzik2013-06-241-1/+0
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-1/+2
* Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.Eric Lombrozo2013-06-051-2/+2
* remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann2013-06-011-11/+11
* Move pMiningKey init out of StartRPCThreadsWladimir J. van der Laan2013-05-301-0/+15
* Clean up mining CReserveKey to prevent crash at shutdownGavin Andresen2013-05-231-6/+3
* Do not use C++11 std::vector.data()Gavin Andresen2013-02-071-1/+1
* CValidationState frameworkPieter Wuille2013-01-301-2/+3
* moved "index_in_template" to a separate variable to clarify what it isForrest Voight2013-01-031-2/+3
* use fee/sigop data in BlockTemplate struct instead of (not always correctly) ...Forrest Voight2012-12-191-8/+2