index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcmining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-7
/
+17
*
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-11-04
1
-4
/
+4
*
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-10
/
+7
|
/
*
Support absence of wallet (pwalletMain==NULL) in several locations,
Jeff Garzik
2013-10-01
1
-1
/
+12
*
Merge pull request #2888 from litecoin-project/getnetworkhashps
Jeff Garzik
2013-10-01
1
-0
/
+54
|
\
|
*
Add getnetworkhashps to get the calculated network hashrate
coblee
2013-09-17
1
-0
/
+54
*
|
RPC: getblocktemplate does not require a key, to create a block template
Jeff Garzik
2013-08-24
1
-1
/
+2
*
|
CreateNewBlock() now takes scriptPubKey argument,
Jeff Garzik
2013-08-24
1
-2
/
+2
|
/
*
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-07-31
1
-0
/
+1
*
main.h->core.h include dependency improvements.
Jeff Garzik
2013-06-24
1
-1
/
+0
*
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-1
/
+2
*
Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.
Eric Lombrozo
2013-06-05
1
-2
/
+2
*
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-06-01
1
-11
/
+11
*
Move pMiningKey init out of StartRPCThreads
Wladimir J. van der Laan
2013-05-30
1
-0
/
+15
*
Clean up mining CReserveKey to prevent crash at shutdown
Gavin Andresen
2013-05-23
1
-6
/
+3
*
Do not use C++11 std::vector.data()
Gavin Andresen
2013-02-07
1
-1
/
+1
*
CValidationState framework
Pieter Wuille
2013-01-30
1
-2
/
+3
*
moved "index_in_template" to a separate variable to clarify what it is
Forrest Voight
2013-01-03
1
-2
/
+3
*
use fee/sigop data in BlockTemplate struct instead of (not always correctly) ...
Forrest Voight
2012-12-19
1
-8
/
+2
*
changed CreateNewBlock to return a CBlockTemplate object, which includes per-...
Forrest Voight
2012-12-19
1
-14
/
+16
*
Don't force getblocktemplate to have a parameter.
Gregory Maxwell
2012-10-24
1
-1
/
+1
*
Batch block connection during IBD
Pieter Wuille
2012-10-20
1
-3
/
+1
*
Ultraprune
Pieter Wuille
2012-10-20
1
-22
/
+19
*
Document RPC error codes
Wladimir J. van der Laan
2012-10-04
1
-10
/
+10
*
Merge pull request #1771 from luke-jr/bugfix_bip22_mode
Jeff Garzik
2012-09-01
1
-0
/
+4
|
\
|
*
Bugfix: getblocktemplate: Accept optional "mode" parameter not being provided
Luke Dashjr
2012-09-01
1
-0
/
+4
*
|
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Jeff Garzik
2012-08-21
1
-3
/
+0
*
|
RPC: submitblock returns null on success, string on error
Jeff Garzik
2012-08-21
1
-2
/
+2
|
/
*
RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code
Jeff Garzik
2012-08-21
1
-0
/
+380
[prev]