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
2014-07-07
Use GetBlockTime() more
jtimon
2014-06-28
Replace HexBits with strprintf
jtimon
2014-06-26
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Luke Dashjr
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-23
Refactor proof of work related functions out of main
jtimon
2014-06-21
Remove getwork() RPC call
Pieter Wuille
2014-06-17
Add "chain" to getmininginfo, improve help in getblockchaininfo
jtimon
2014-06-17
Get rid of Params().RPCisTestNet()
jtimon
2014-06-10
small formatting, indentation and comment fixes
Philip Kaufmann
2014-06-09
Merge pull request #3824
Wladimir J. van der Laan
2014-06-06
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-06-04
Add RPCisTestNet chain parameter
jtimon
2014-06-04
Add MineBlocksOnDemand chain parameter
jtimon
2014-05-13
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-09
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-03-22
RPC command getmininginfo showing right genproclimit
Isidoro Ghezzi
2013-12-29
"getnetworkhashps" with defaults was yielding "0", the hashrate is not 0.
Gregory Maxwell
2013-12-19
Make bitcoin compile without wallet if "db_cxx.h" is not present
Thomas Holenstein
2013-12-09
Allow mining RPCs with --disable-wallet
Wladimir J. van der Laan
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-22
setgenerate creates multiple blocks in -regtest mode
Gavin Andresen
2013-11-13
Issue #1865 - Clean up RPC help messages
sje
2013-11-11
misc small changes to polish after include cleanup
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
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
[prev]
[next]