Merge branch 'master' of github.com:novacoin-project/novacoin
[novacoin.git] / src / miner.cpp
2016-03-30 svostRemove print() methods: all unused
2016-03-25 svostFix type mismatch
2015-10-18 0xDEADFACEUse 4Way hashing in proof-of-stake miner, if available.
2015-10-03 CryptoManiacRemove GetKernelMidstate, rename ScanMidstateForward...
2015-09-23 CryptoManiacRemove StakeMiner function, mine blocks directly in...
2015-09-23 CryptoManiacMove stake mining function wrapper definition to miner...
2015-09-20 CryptoManiacComments correction.
2015-04-14 MASM fanActual nBits should be used.
2015-04-14 CryptoManiacMiner stats didn't work in RPC and UI
2015-04-13 MASM fanNew stake miner
2015-03-28 CryptoManiacTry to sync before start mining.
2015-01-13 MASM fanSmall refactoring
2014-12-27 CryptoManiacCode cleanup
2014-12-20 MASM fanRemove fProtocol048 checking.
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-07-16 CryptoManiacMulti-threaded signatures checking support, rename...
2014-07-15 CryptoManiacScript verification fixes
2014-07-15 CryptoManiacImplement additional script verification flags
2014-07-10 CryptoManiacUpdate stake miner GUI
2014-07-10 CryptoManiacTransactions verification update
2014-07-10 CryptoManiacNew transaction fees scheme
2014-02-09 MASM fanNotifications clean up
2014-01-14 alexSecond pre-release update
2014-01-12 alexPre-0.4.8 update
2013-09-28 alexUse HASH160 instead of public key for coinbase transaction
2013-08-25 alexAdd Google's LevelDB support
2013-08-24 alexCheckWork() new block message fix
2013-08-24 alexMiner module commit.