aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/miner.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Increment m_threads_active when mining thread startsDoyle1-0/+1
2019-04-11functional_tests: add more blockchain related testsmoneromooo-monero1-1/+2
2019-04-11Merge pull request #5381Riccardo Spagni1-6/+9
2019-04-04wallet: new option to start background miningmoneromooo-monero1-5/+11
2019-04-01miner: fix race when stopping mining with start mining enabledmoneromooo-monero1-6/+9
2019-04-01Merge pull request #5288Riccardo Spagni1-2/+3
2019-03-17Merge pull request #5185Riccardo Spagni1-3/+6
2019-03-14miner: fix possible exit crash due to race in stopmoneromooo-monero1-2/+3
2019-03-09daemon: new mining_status commandmoneromooo-monero1-3/+6
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-04check load_t_from_json return valuesmoneromooo-monero1-1/+2
2019-02-23miner: it can now autodetect the optimal number of threadsmoneromooo-monero1-4/+79
2018-12-04Merge pull request #4869Riccardo Spagni1-1/+1
2018-11-19Avoid unnecessary temp block and copy ctormoneromooo-monero1-1/+1
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-15/+16
2018-10-22miner: fix build with boost 1.69moneromooo-monero1-1/+1
2018-10-08miner: really reset flags/precision on std::coutmoneromooo-monero1-1/+1
2018-09-29Merge pull request #4459Riccardo Spagni1-2/+4
2018-07-19Merge pull request #4030luigi11111-1/+1
2018-06-20miner: show id and height when a block is foundstoffu1-1/+1
2018-05-06handle optional miner params bettercryptochangements341-0/+5
2018-03-15Fix typos in various filesDimitris Apostolou1-1/+1
2018-03-05Merge pull request #3277Riccardo Spagni1-2/+2
2018-03-05Correct spelling mistakes.Edward Betts1-1/+1
2018-03-05Stagenetstoffu1-2/+2
2018-02-20Merge pull request #3255Riccardo Spagni1-11/+5
2018-02-12Closes #2886: really ignore battery checkingTimothy D. Prime1-11/+5
2018-02-02miner: restore std::cout precision after modificationmoneromooo-monero1-1/+2
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-1/+4
2017-11-11Implement missing miner functions on FreeBSDVasil Dimov1-1/+105
2017-11-11Remove unused variables and fix typos in commentsVasil Dimov1-4/+2
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