aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/miner.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-05Correct spelling mistakes.Edward Betts1-1/+1
2018-03-05Stagenetstoffu1-2/+2
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-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-12miner: set thread name before loggingmoneromooo-monero1-1/+1
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-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-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/+0
2017-01-22Remove boost/foreach.cpp includesMiguel Herranz1-1/+0
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz1-1/+1
2017-01-16Change logging to easylogging++moneromooo-monero1-11/+14
2016-10-04Brackets to ensure doesn't function prematurely returnNanoAkron1-0/+2
2016-10-03Moved logging to target functions rather than callerNanoAkron1-0/+3
2016-09-18miner: do not try to save config if the path isn't setmoneromooo-monero1-1/+2
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-1/+0
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-0/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-30miner: minor fixes on stopmoneromooo-monero1-1/+4
2015-12-19Add missing semicolons after log statementsmoneromooo-monero1-1/+1
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-15/+14
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-15Separate testnet address prefixZachary Michaels1-2/+2
2014-07-23License updated to BSD 3-clausefluffypony1-4/+29
2014-06-16Update miner.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+4
2014-06-16Revert "Update miner.cpp"NoodleDoodleNoodleDoodleNoodleDoodleNoo1-19/+5
2014-06-16Update miner.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo1-5/+19
2014-05-25'mining_status' Daemon RPC commandNeozaru1-4/+15
2014-04-30mac osx building fixesmydesktop1-3/+8
2014-04-07Improvements in JSON RPCAntonio Juarez1-2/+6
2014-03-03moved all stuff to githubAntonio Juarez1-0/+356