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
...
*
|
en: Avoid ambiguous language regarding when transactions confirm
Luke Dashjr
2014-12-23
1
-2
/
+2
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
|
/
*
prioritisetransaction RPC: Restore compatibility with existing implementation...
Luke Dashjr
2014-12-01
1
-6
/
+5
*
Merge pull request #1816
Wladimir J. van der Laan
2014-11-24
1
-23
/
+73
|
\
|
*
submitblock: Check for duplicate submissions explicitly
Luke Dashjr
2014-11-20
1
-4
/
+21
|
*
Implement BIP 23 Block Proposal
Luke Dashjr
2014-11-20
1
-0
/
+33
|
*
Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock
Luke Dashjr
2014-11-18
1
-21
/
+21
*
|
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-20
1
-5
/
+7
*
|
Optimize -regtest setgenerate block generation
Gavin Andresen
2014-11-14
1
-8
/
+22
|
/
*
Merge pull request #3727
Wladimir J. van der Laan
2014-11-03
1
-1
/
+6
|
\
|
*
RPC: submitblock: Support for returning specific rejection reasons
Luke Dashjr
2014-10-30
1
-1
/
+6
*
|
Merge pull request #5106
Wladimir J. van der Laan
2014-11-03
1
-2
/
+34
|
\
|
|
*
Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...
Luke Dashjr
2014-10-28
1
-1
/
+1
|
*
Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for ...
Luke Dashjr
2014-10-21
1
-1
/
+1
|
*
Bugfix: submitblock: Use a temporary CValidationState to determine accurately...
Luke Dashjr
2014-10-21
1
-1
/
+33
*
|
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-27
1
-0
/
+1
|
/
*
Add fTestnetToBeDeprecatedFieldRPC to CChainParams
jtimon
2014-10-10
1
-1
/
+1
*
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-1
/
+1
*
Merge pull request #4911
Pieter Wuille
2014-09-16
1
-2
/
+2
|
\
|
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-2
/
+2
*
|
Fixing compiler warning C4101
ENikS
2014-09-15
1
-1
/
+1
|
/
*
Merge pull request #4377
Pieter Wuille
2014-08-27
1
-1
/
+1
|
\
|
*
Move UpdateTime to pow
jtimon
2014-08-23
1
-1
/
+1
*
|
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
|
/
*
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik
2014-07-29
1
-3
/
+2
*
Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc...
Cozz Lovan
2014-07-15
1
-2
/
+21
*
getblocktemplate: longpolling support
Luke Dashjr
2014-07-11
1
-1
/
+59
*
Use GetBlockTime() more
jtimon
2014-07-07
1
-1
/
+1
*
Replace HexBits with strprintf
jtimon
2014-06-28
1
-1
/
+1
*
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Luke Dashjr
2014-06-26
1
-0
/
+14
*
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-25
1
-1
/
+1
*
Refactor proof of work related functions out of main
jtimon
2014-06-23
1
-0
/
+1
*
Remove getwork() RPC call
Pieter Wuille
2014-06-21
1
-159
/
+0
*
Add "chain" to getmininginfo, improve help in getblockchaininfo
jtimon
2014-06-17
1
-0
/
+2
*
Get rid of Params().RPCisTestNet()
jtimon
2014-06-17
1
-1
/
+1
*
small formatting, indentation and comment fixes
Philip Kaufmann
2014-06-10
1
-0
/
+2
*
Merge pull request #3824
Wladimir J. van der Laan
2014-06-09
1
-2
/
+2
|
\
|
*
Add RPCisTestNet chain parameter
jtimon
2014-06-04
1
-1
/
+1
|
*
Add MineBlocksOnDemand chain parameter
jtimon
2014-06-04
1
-1
/
+1
*
|
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-06-06
1
-0
/
+61
|
/
*
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-13
1
-3
/
+3
*
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-05-09
1
-2
/
+2
*
RPC command getmininginfo showing right genproclimit
Isidoro Ghezzi
2014-03-22
1
-0
/
+1
*
"getnetworkhashps" with defaults was yielding "0", the hashrate is not 0.
Gregory Maxwell
2013-12-29
1
-1
/
+4
*
Make bitcoin compile without wallet if "db_cxx.h" is not present
Thomas Holenstein
2013-12-19
1
-2
/
+3
*
Allow mining RPCs with --disable-wallet
Wladimir J. van der Laan
2013-12-09
1
-6
/
+18
*
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-27
1
-1
/
+1
*
setgenerate creates multiple blocks in -regtest mode
Gavin Andresen
2013-11-22
1
-5
/
+40
*
Issue #1865 - Clean up RPC help messages
sje
2013-11-13
1
-37
/
+155
*
misc small changes to polish after include cleanup
Philip Kaufmann
2013-11-11
1
-2
/
+0
[prev]
[next]