aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
Commit message (Expand)AuthorAgeFilesLines
* move rpc* to rpc/Daniel Cousens2016-01-211-800/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-2/+2
* Merge pull request #6134Wladimir J. van der Laan2015-11-271-0/+72
|\
| * Expose RPC calls for estimatesmart functionsAlex Morcos2015-11-161-0/+72
* | Chainparams: Explicit CChainParams arg for miner:Jorge Timón2015-11-111-2/+2
* | Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón2015-11-111-3/+3
|/
* Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also ...Luke Dashjr2015-10-011-2/+2
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* [trivial] Fix rpc message "help generate"MarcoFalke2015-09-121-0/+1
* Update RPC generate help for numblocks to include requiredIan T2015-09-031-1/+1
* Fix crash when mining with empty keypool.Daniel Kraft2015-08-181-1/+5
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+3
* Reformat help text of estimatefee and estimatepriority to match other help te...Pavel Janík2015-07-201-12/+10
* add CReserveScript to allow modular script keeping/returningJonas Schnelli2015-07-011-3/+7
* detach wallet from minerJonas Schnelli2015-06-301-17/+10
* Merge pull request #6206Wladimir J. van der Laan2015-06-051-2/+1
|\
| * use const references where appropriatePhilip Kaufmann2015-06-041-2/+1
* | fix rpcmining/getblocktemplate univalue transition logic errorJonas Schnelli2015-06-041-1/+1
|/
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-16/+15
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-13/+13
* expicit set UniValue type to avoid empty valuesJonas Schnelli2015-06-041-9/+9
* extend conversion to UniValueJonas Schnelli2015-06-041-2/+2
* Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-10/+9
* Be stricter in processing unrequested blocksSuhas Daftuar2015-06-021-2/+2
* Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1
* remove unneeded incude of wallet/db.h from rpcmining.cppPhilip Kaufmann2015-05-141-1/+0
* Merge pull request #5696Wladimir J. van der Laan2015-04-261-1/+2
|\
| * Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-1/+2
* | tests: Error when setgenerate is used on regtestWladimir J. van der Laan2015-04-211-0/+2
|/
* Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getterJorge Timón2015-04-151-1/+1
* Merge pull request #5999Wladimir J. van der Laan2015-04-151-1/+1
|\
| * Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensu...Jorge Timón2015-04-131-1/+1
* | Fix missing lock in submitblockMatt Corallo2015-04-131-9/+14
|/
* Revert mining changes in #5957Wladimir J. van der Laan2015-04-101-7/+26
* Bugfix: make CreateNewBlock return pindexPrevPieter Wuille2015-04-011-2/+2
* Introduce separate 'generate' RPC callPieter Wuille2015-04-011-49/+42
* Consensus: Refactor: Decouple pow.o from chainparams.oJorge Timón2015-03-261-1/+1
* Fix --disable-wallet build after merge of #5681Wladimir J. van der Laan2015-03-241-0/+1
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-2/+2
* Rename Interval() to DifficultyAdjustmentInterval()Shaul Kfir2015-02-171-1/+1
* Merge pull request #5739Wladimir J. van der Laan2015-02-091-1/+1
|\
| * Replace difficulty readjustment blocks with Interval()Shaul Kfir2015-02-021-1/+1
* | fix getblocktemplate lock issueJonas Schnelli2015-02-041-8/+0
* | Removed main.h dependency from rpcserver.cppEric Lombrozo2015-01-281-2/+9
|/
* Merge pull request #5599Wladimir J. van der Laan2015-01-241-20/+0
|\
| * Get rid of the internal miner's hashmeterjtimon2015-01-041-20/+0
* | Use arith_uint256 where necessaryWladimir J. van der Laan2015-01-051-2/+2
* | Merge pull request #5499Wladimir J. van der Laan2014-12-311-2/+1
|\ \
| * | Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr2014-12-171-2/+1
| |/