aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/miner.cpp
Commit message (Expand)AuthorAgeFilesLines
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-1/+4
* Implement missing miner functions on FreeBSDVasil Dimov2017-11-111-1/+105
* Remove unused variables and fix typos in commentsVasil Dimov2017-11-111-4/+2
* Merge pull request #2597Riccardo Spagni2017-10-151-2/+1
|\
| * miner: always update block template when startingmoneromooo-monero2017-10-071-2/+1
* | Subaddresseskenshi842017-10-071-1/+3
|/
* Fix AC power supply detection on LinuxGuillaume LE VAILLANT2017-09-081-13/+0
* Merge pull request #2283Riccardo Spagni2017-08-151-1/+1
|\
| * miner: set thread name before loggingmoneromooo-monero2017-08-121-1/+1
* | Merge pull request #2232Riccardo Spagni2017-08-151-1/+1
|\ \ | |/ |/|
| * miner: fix ignoring battery from command linemoneromooo-monero2017-07-311-1/+1
* | Merge pull request #2147Riccardo Spagni2017-08-071-26/+86
|\ \ | |/ |/|
| * fix on_battery_power for linuxRyan Mehta2017-07-061-26/+86
* | miner: fix background mining options parsingmoneromooo-monero2017-07-121-2/+2
|/
* Add OSX background miningjethro2017-06-081-1/+37
* Add expected total reward to RPC "getblocktemplate".assylias2017-04-191-1/+3
* Merge pull request #1946Riccardo Spagni2017-04-111-0/+2
|\
| * miner: add a debug log in pause and resumemoneromooo-monero2017-03-311-0/+2
* | Add other possible paths of AC power status file on LinuxGuillaume LE VAILLANT2017-03-281-3/+5
|/
* core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero2017-03-251-2/+2
* core: cache tx and block hashes in the respective classesmoneromooo-monero2017-03-231-0/+2
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1733Riccardo Spagni2017-02-211-4/+3
|\
| * BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required...Dion Ahmetaj2017-02-151-4/+3
* | More robust battery status handling.Dion Ahmetaj2017-02-161-19/+58
|/
* Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj2017-02-101-3/+3
* Changed ac_line_status to on_battery_power.Dion Ahmetaj2017-02-101-5/+5
* Cleaned up some logging. Thanks to moneromooo for help.Dion Ahmetaj2017-02-101-20/+20
* Added some //TODO comments pertaining to returning enums instead of bools in ...Dion Ahmetaj2017-02-101-0/+5
* Moved around checking of AC power in order to bail quicker to sleep if not pl...Dion Ahmetaj2017-02-101-4/+6
* Moved setting of previous process times to block where background mining is s...Dion Ahmetaj2017-02-101-14/+11
* Set background mining started bool to false on bg thread start. If mining::st...Dion Ahmetaj2017-02-101-0/+1
* Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj2017-02-101-6/+394
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+414