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-11-14
Optimize -regtest setgenerate block generation
Gavin Andresen
2014-11-03
Merge pull request #3727
Wladimir J. van der Laan
2014-11-03
Merge pull request #5106
Wladimir J. van der Laan
2014-10-30
RPC: submitblock: Support for returning specific rejection reasons
Luke Dashjr
2014-10-28
Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...
Luke Dashjr
2014-10-27
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-21
Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for ...
Luke Dashjr
2014-10-21
Bugfix: submitblock: Use a temporary CValidationState to determine accurately...
Luke Dashjr
2014-10-10
Add fTestnetToBeDeprecatedFieldRPC to CChainParams
jtimon
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-16
Merge pull request #4911
Pieter Wuille
2014-09-15
Fixing compiler warning C4101
ENikS
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-27
Merge pull request #4377
Pieter Wuille
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-23
Move UpdateTime to pow
jtimon
2014-07-29
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik
2014-07-15
Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc...
Cozz Lovan
2014-07-11
getblocktemplate: longpolling support
Luke Dashjr
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
[next]