aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/miner.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-09miner: fix double free of thread attributesston1th1-1/+1
2019-04-11functional_tests: add more blockchain related testsmoneromooo-monero1-1/+2
2019-04-01miner: fix race when stopping mining with start mining enabledmoneromooo-monero1-0/+1
2019-03-17Merge pull request #5185Riccardo Spagni1-1/+3
2019-03-09daemon: new mining_status commandmoneromooo-monero1-1/+3
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-02-23miner: it can now autodetect the optimal number of threadsmoneromooo-monero1-0/+5
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-5/+0
2018-03-05Stagenetstoffu1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-16More robust battery status handling.Dion Ahmetaj1-2/+6
2017-02-10Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj1-1/+1
2017-02-10Changed ac_line_status to on_battery_power.Dion Ahmetaj1-1/+1
2017-02-10Use defined directive to silence pre-proc warnings.Dion Ahmetaj1-1/+1
2017-02-10Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj1-5/+48
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-0/+126