Use CBitcoinAddress ti store change destination
[novacoin.git] / src / rpcmining.cpp
2016-02-20 svostFix V808 PVS Studio: object created but was not utilized 280/head
2015-10-18 CryptoManiacScaninput RPC: Handle integer value correctly, it's...
2015-10-12 CryptoManiacQuotes for txid
2015-10-12 CryptoManiacRPC: add quotes to examples.
2015-10-11 CryptoManiacFix midnight coding issues.
2015-10-04 CryptoManiacRPC scaninput: new parameters format
2015-10-04 CryptoManiacRPC scaninput: change format of error message
2015-10-04 CryptoManiacRPC scaninput: Don't scan spent inputs.
2015-10-04 CryptoManiacRPC scaninput: Reduce default time window to 90 days...
2015-10-03 CryptoManiacRemove GetKernelMidstate, rename ScanMidstateForward...
2015-10-02 CryptoManiacMultithreaded input scanning.
2015-09-13 CryptoManiacRemove legacy implementations of stake reward calculation.
2015-05-07 svostFix MSVC C4101 warnings 220/head
2015-04-14 CryptoManiacMiner stats didn't work in RPC and UI
2015-04-07 MASM fanReplace kernel scanning function with more usable imple...
2015-03-28 CryptoManiacRPC: initial scaninput implementation.
2014-12-27 CryptoManiacCode cleanup
2014-11-27 MASM fanCalculate actual kernel and coin*day rates on the fly.
2014-02-05 MASM fanMerge RPC and wallet updates from 0.4.4.7 v0.4.4.6-nvc-update1
2014-01-12 alexPre-0.4.8 update
2013-09-28 alexRemove legacy code, bump version number
2013-08-28 alexSplit getmininginfo implementation
2013-08-25 alexSmall and simple hack to override compiler warning
2013-08-25 alexAdd Google's LevelDB support
2013-08-24 alexMove proof-of-stake miner and block creation to separat...
2013-08-17 alexUpdate getmininginfo
2013-07-27 alexUse last block time instead of current time for getmini...
2013-07-06 alexhzImprove getmininginfo
2013-06-29 alexAdd current PoW reward and stake interest into getminin...
2013-06-19 alexhzSet correct stake spacing
2013-06-19 alexhzAdd network PoW speed and Stake weight estimation into...
2013-06-15 alexAdd stakepower into getmininginfo output (EXPERIMENTAL)
2013-06-15 alexRemove PoW-miner related RPC calls
2013-06-15 alexRemove block signature for proof-of-work blocks since...
2013-04-15 alexhzupdate to 0.4 preview