Age | Commit message (Expand) | Author | Files | Lines |
2020-02-06 | miner: use verification mode for low diff one block nonce searches | moneromooo-monero | 1 | -1/+1 |
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 1 | -5/+5 |
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 1 | -5/+5 |
2019-10-13 | Add also ifdef __x86_64__ | pkubaj | 1 | -2/+2 |
2019-10-13 | Fix build on FreeBSD/!x86 | pkubaj | 1 | -0/+4 |
2019-09-25 | RandomX integration | Howard Chu | 1 | -4/+9 |
2019-09-05 | Make null hash constants constexpr | Lev Sizov | 1 | -1/+1 |
2019-09-02 | Removed unused boost/value_init header | Lev Sizov | 1 | -1/+0 |
2019-09-02 | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 1 | -1/+1 |
2019-07-02 | miner: fix --bg-mining-enable description | moneromooo-monero | 1 | -1/+1 |
2019-06-09 | miner: fix double free of thread attributes | ston1th | 1 | -9/+5 |
2019-04-15 | Increment m_threads_active when mining thread starts | Doyle | 1 | -0/+1 |
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 1 | -1/+2 |
2019-04-04 | wallet: new option to start background mining | moneromooo-monero | 1 | -5/+11 |
2019-04-01 | miner: fix race when stopping mining with start mining enabled | moneromooo-monero | 1 | -6/+9 |
2019-03-14 | miner: fix possible exit crash due to race in stop | moneromooo-monero | 1 | -2/+3 |
2019-03-09 | daemon: new mining_status command | moneromooo-monero | 1 | -3/+6 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-03-04 | check load_t_from_json return values | moneromooo-monero | 1 | -1/+2 |
2019-02-23 | miner: it can now autodetect the optimal number of threads | moneromooo-monero | 1 | -4/+79 |
2018-11-19 | Avoid unnecessary temp block and copy ctor | moneromooo-monero | 1 | -1/+1 |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -15/+16 |
2018-10-22 | miner: fix build with boost 1.69 | moneromooo-monero | 1 | -1/+1 |
2018-10-08 | miner: really reset flags/precision on std::cout | moneromooo-monero | 1 | -1/+1 |
2018-09-29 | Merge pull request #4459 | Riccardo Spagni | 1 | -2/+4 |
2018-06-20 | miner: show id and height when a block is found | stoffu | 1 | -1/+1 |
2018-05-06 | handle optional miner params better | cryptochangements34 | 1 | -0/+5 |
2018-03-15 | Fix typos in various files | Dimitris Apostolou | 1 | -1/+1 |
2018-03-05 | Correct spelling mistakes. | Edward Betts | 1 | -1/+1 |
2018-03-05 | Stagenet | stoffu | 1 | -2/+2 |
2018-02-12 | Closes #2886: really ignore battery checking | Timothy D. Prime | 1 | -11/+5 |
2018-02-02 | miner: restore std::cout precision after modification | moneromooo-monero | 1 | -1/+2 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -1/+4 |
2017-11-11 | Implement missing miner functions on FreeBSD | Vasil Dimov | 1 | -1/+105 |
2017-11-11 | Remove unused variables and fix typos in comments | Vasil Dimov | 1 | -4/+2 |
2017-10-07 | miner: always update block template when starting | moneromooo-monero | 1 | -2/+1 |
2017-10-07 | Subaddresses | kenshi84 | 1 | -1/+3 |
2017-09-08 | Fix AC power supply detection on Linux | Guillaume LE VAILLANT | 1 | -13/+0 |
2017-08-12 | miner: set thread name before logging | moneromooo-monero | 1 | -1/+1 |
2017-07-31 | miner: fix ignoring battery from command line | moneromooo-monero | 1 | -1/+1 |
2017-07-12 | miner: fix background mining options parsing | moneromooo-monero | 1 | -2/+2 |
2017-07-06 | fix on_battery_power for linux | Ryan Mehta | 1 | -26/+86 |
2017-06-08 | Add OSX background mining | jethro | 1 | -1/+37 |
2017-04-19 | Add expected total reward to RPC "getblocktemplate". | assylias | 1 | -1/+3 |
2017-03-31 | miner: add a debug log in pause and resume | moneromooo-monero | 1 | -0/+2 |
2017-03-28 | Add other possible paths of AC power status file on Linux | Guillaume LE VAILLANT | 1 | -3/+5 |
2017-03-25 | core: avoid possible reordering bugs wth tx/bloch hash cache | moneromooo-monero | 1 | -2/+2 |
2017-03-23 | core: cache tx and block hashes in the respective classes | moneromooo-monero | 1 | -0/+2 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-16 | More robust battery status handling. | Dion Ahmetaj | 1 | -19/+58 |
2017-02-15 | BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required... | Dion Ahmetaj | 1 | -4/+3 |
2017-02-10 | Added a note about smart mining to status command. Fixed up a bug where I was... | Dion Ahmetaj | 1 | -3/+3 |
2017-02-10 | Changed ac_line_status to on_battery_power. | Dion Ahmetaj | 1 | -5/+5 |
2017-02-10 | Cleaned up some logging. Thanks to moneromooo for help. | Dion Ahmetaj | 1 | -20/+20 |
2017-02-10 | Added some //TODO comments pertaining to returning enums instead of bools in ... | Dion Ahmetaj | 1 | -0/+5 |
2017-02-10 | Moved around checking of AC power in order to bail quicker to sleep if not pl... | Dion Ahmetaj | 1 | -4/+6 |
2017-02-10 | Moved setting of previous process times to block where background mining is s... | Dion Ahmetaj | 1 | -14/+11 |
2017-02-10 | Set background mining started bool to false on bg thread start. If mining::st... | Dion Ahmetaj | 1 | -0/+1 |
2017-02-10 | Background/smart mining. If a users' computer is plugged into a power | Dion Ahmetaj | 1 | -6/+394 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -0/+0 |
2017-01-22 | Remove boost/foreach.cpp includes | Miguel Herranz | 1 | -1/+0 |
2017-01-22 | Replace BOOST_FOREACH with C++11 ranged for | Miguel Herranz | 1 | -1/+1 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 1 | -11/+14 |
2016-10-04 | Brackets to ensure doesn't function prematurely return | NanoAkron | 1 | -0/+2 |
2016-10-03 | Moved logging to target functions rather than caller | NanoAkron | 1 | -0/+3 |
2016-09-18 | miner: do not try to save config if the path isn't set | moneromooo-monero | 1 | -1/+2 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -1/+0 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -0/+1 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-12-30 | miner: minor fixes on stop | moneromooo-monero | 1 | -1/+4 |
2015-12-19 | Add missing semicolons after log statements | moneromooo-monero | 1 | -1/+1 |
2015-12-15 | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 1 | -15/+14 |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 |
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 1 | -2/+2 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -4/+29 |
2014-06-16 | Update miner.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -1/+4 |
2014-06-16 | Revert "Update miner.cpp" | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -19/+5 |
2014-06-16 | Update miner.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -5/+19 |
2014-05-25 | 'mining_status' Daemon RPC command | Neozaru | 1 | -4/+15 |
2014-04-30 | mac osx building fixes | mydesktop | 1 | -3/+8 |
2014-04-07 | Improvements in JSON RPC | Antonio Juarez | 1 | -2/+6 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+356 |