aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/miner.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Merge pull request #2597Riccardo Spagni1-2/+1
2017-10-07miner: always update block template when startingmoneromooo-monero1-2/+1
2017-10-07Subaddresseskenshi841-1/+3
2017-09-08Fix AC power supply detection on LinuxGuillaume LE VAILLANT1-13/+0
2017-08-15Merge pull request #2283Riccardo Spagni1-1/+1
2017-08-15Merge pull request #2232Riccardo Spagni1-1/+1
2017-08-12miner: set thread name before loggingmoneromooo-monero1-1/+1
2017-08-07Merge pull request #2147Riccardo Spagni1-26/+86
2017-07-31miner: fix ignoring battery from command linemoneromooo-monero1-1/+1
2017-07-12miner: fix background mining options parsingmoneromooo-monero1-2/+2
2017-07-06fix on_battery_power for linuxRyan Mehta1-26/+86
2017-06-08Add OSX background miningjethro1-1/+37
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias1-1/+3
2017-04-11Merge pull request #1946Riccardo Spagni1-0/+2
2017-03-31miner: add a debug log in pause and resumemoneromooo-monero1-0/+2
2017-03-28Add other possible paths of AC power status file on LinuxGuillaume LE VAILLANT1-3/+5
2017-03-25core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero1-2/+2
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero1-0/+2
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