Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-08 | Fix AC power supply detection on Linux | Guillaume LE VAILLANT | 1 | -13/+0 | |
The /sys/class/power_supply/*/present file usually does not exist for AC power supplies. | |||||
2017-08-15 | Merge pull request #2283 | Riccardo Spagni | 1 | -1/+1 | |
d1f204d6 miner: set thread name before logging (moneromooo-monero) | |||||
2017-08-15 | Merge pull request #2232 | Riccardo Spagni | 1 | -1/+1 | |
87b5ede9 miner: fix ignoring battery from command line (moneromooo-monero) | |||||
2017-08-12 | miner: set thread name before logging | moneromooo-monero | 1 | -1/+1 | |
2017-08-07 | Merge pull request #2147 | Riccardo Spagni | 1 | -26/+86 | |
94717021 fix on_battery_power for linux (Ryan Mehta) | |||||
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 | |
They were set as uint8_t, which boost was apparently treating as a character type, rather than a numeric type | |||||
2017-07-06 | fix on_battery_power for linux | Ryan Mehta | 1 | -26/+86 | |
fix ac/battery linux | |||||
2017-06-08 | Add OSX background mining | jethro | 1 | -1/+37 | |
Implements miner::get_system_times, miner::get_process_time and miner::on_battery_power for OSX so that background mining works on OSX. | |||||
2017-04-19 | Add expected total reward to RPC "getblocktemplate". | assylias | 1 | -1/+3 | |
Only works from V5 fork onward - returns 0 before that block. | |||||
2017-04-11 | Merge pull request #1946 | Riccardo Spagni | 1 | -0/+2 | |
a38343bf miner: add a debug log in pause and resume (moneromooo-monero) | |||||
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 | |
An idea from smooth | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-21 | Merge pull request #1733 | Riccardo Spagni | 1 | -4/+3 | |
a493c0b1 BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required a definition. (Dion Ahmetaj) | |||||
2017-02-16 | More robust battery status handling. | Dion Ahmetaj | 1 | -19/+58 | |
Added an extra path to check for linux power supply status. Added ignore battery option. If set to true, then when we can't figure out the power status, we'll assume the system is plugged in. | |||||
2017-02-15 | BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so ↵ | Dion Ahmetaj | 1 | -4/+3 | |
required a definition. Instead of adding a declaration to cpp file, I changed it to non odr-used. | |||||
2017-02-10 | Added a note about smart mining to status command. Fixed up a bug where I ↵ | Dion Ahmetaj | 1 | -3/+3 | |
was resetting bg mining enabled instead of started. Upped the miner threshold. Also moved setting of enabled on start above miner thread creation since starting with true, then stopping, then starting with false resulted in race condition. | |||||
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 | |
order to be better able to handle failure states. | |||||
2017-02-10 | Moved around checking of AC power in order to bail quicker to sleep if not ↵ | Dion Ahmetaj | 1 | -4/+6 | |
plugged in. | |||||
2017-02-10 | Moved setting of previous process times to block where background mining is ↵ | Dion Ahmetaj | 1 | -14/+11 | |
started, and added an explicit sleep in that block to wait for some mining to occur. | |||||
2017-02-10 | Set background mining started bool to false on bg thread start. If ↵ | Dion Ahmetaj | 1 | -0/+1 | |
mining::stop then mining::start, idle logic is re-run instead of starting immediately (if it was running before stop). | |||||
2017-02-10 | Background/smart mining. If a users' computer is plugged into a power | Dion Ahmetaj | 1 | -6/+394 | |
source, and CPU has been idle for some time, then begin mining to some threshold (don't destroy the users' CPU). This patch only supports windows and linux (I've only tested on Win64 and Ubuntu). The variables currently default to pretty conservative values (i.e. 20% CPU mining threshold). | |||||
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -0/+414 | |