index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcmining.cpp
Age
Commit message (
Expand
)
Author
2013-10-01
Support absence of wallet (pwalletMain==NULL) in several locations,
Jeff Garzik
2013-10-01
Merge pull request #2888 from litecoin-project/getnetworkhashps
Jeff Garzik
2013-09-17
Add getnetworkhashps to get the calculated network hashrate
coblee
2013-08-24
RPC: getblocktemplate does not require a key, to create a block template
Jeff Garzik
2013-08-24
CreateNewBlock() now takes scriptPubKey argument,
Jeff Garzik
2013-07-31
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-06-24
main.h->core.h include dependency improvements.
Jeff Garzik
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-05
Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.
Eric Lombrozo
2013-06-01
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-05-30
Move pMiningKey init out of StartRPCThreads
Wladimir J. van der Laan
2013-05-23
Clean up mining CReserveKey to prevent crash at shutdown
Gavin Andresen
2013-02-07
Do not use C++11 std::vector.data()
Gavin Andresen
2013-01-30
CValidationState framework
Pieter Wuille
2013-01-03
moved "index_in_template" to a separate variable to clarify what it is
Forrest Voight
2012-12-19
use fee/sigop data in BlockTemplate struct instead of (not always correctly) ...
Forrest Voight
2012-12-19
changed CreateNewBlock to return a CBlockTemplate object, which includes per-...
Forrest Voight
2012-10-24
Don't force getblocktemplate to have a parameter.
Gregory Maxwell
2012-10-20
Batch block connection during IBD
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
2012-10-04
Document RPC error codes
Wladimir J. van der Laan
2012-09-01
Merge pull request #1771 from luke-jr/bugfix_bip22_mode
Jeff Garzik
2012-09-01
Bugfix: getblocktemplate: Accept optional "mode" parameter not being provided
Luke Dashjr
2012-08-21
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Jeff Garzik
2012-08-21
RPC: submitblock returns null on success, string on error
Jeff Garzik
2012-08-21
RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code
Jeff Garzik