aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/miner.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-21Merge pull request #1733Riccardo Spagni1-4/+3
2017-02-16More robust battery status handling.Dion Ahmetaj1-19/+58
2017-02-15BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required...Dion Ahmetaj1-4/+3
2017-02-10Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj1-3/+3
2017-02-10Changed ac_line_status to on_battery_power.Dion Ahmetaj1-5/+5
2017-02-10Cleaned up some logging. Thanks to moneromooo for help.Dion Ahmetaj1-20/+20
2017-02-10Added some //TODO comments pertaining to returning enums instead of bools in ...Dion Ahmetaj1-0/+5
2017-02-10Moved around checking of AC power in order to bail quicker to sleep if not pl...Dion Ahmetaj1-4/+6
2017-02-10Moved setting of previous process times to block where background mining is s...Dion Ahmetaj1-14/+11
2017-02-10Set background mining started bool to false on bg thread start. If mining::st...Dion Ahmetaj1-0/+1
2017-02-10Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj1-6/+394
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-0/+414