Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-21 | copyright: bump to 2024 | copyCat | 1 | -1/+1 | |
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 | |
Co-authored-by: plowsof <plowsof@protonmail.com> extra files | |||||
2022-03-30 | Eliminate dependence on boost::interprocess #8223 | Jeffrey | 1 | -2/+2 | |
In this repo, `boost::interprocess` was being used soley to make `uint32_t` operations atomic. So I replaced each instance of `boost::interprocess::ipcdetail::atomic(...)32` with `std::atomic` methods. I replaced member declarations as applicable. For example, when I needed to change a `volatile uint32_t` into a `std::atomic<uint32_t>`. Sometimes, a member was being used a boolean flag, so I replaced it with `std::atomic<bool>`. You may notice that I didn't touch `levin_client_async.h`. That is because this file is entirely unused and will be deleted in PR monero-project#8211. Additional changes from review: * Make some local variables const * Change postfix operators to prefix operators where value was not need | |||||
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2020-08-27 | core: fix mining from a block that's not the current top | moneromooo-monero | 1 | -3/+3 | |
2020-05-31 | miner: increase min/max intervals to full extents | moneromooo-monero | 1 | -4/+3 | |
This prevents setting target to, eg, 65 being ignored and remove an unused constant | |||||
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 1 | -4/+4 | |
It causes link errors at least on mac | |||||
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 1 | -4/+4 | |
It causes link errors at least on mac | |||||
2019-09-25 | RandomX integration | Howard Chu | 1 | -2/+5 | |
Support RandomX PoW algorithm | |||||
2019-06-09 | miner: fix double free of thread attributes | ston1th | 1 | -1/+1 | |
issue: #5568 | |||||
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 1 | -1/+2 | |
Related to emission, reorgs, getting tx data back, output distribution and histogram | |||||
2019-04-01 | miner: fix race when stopping mining with start mining enabled | moneromooo-monero | 1 | -0/+1 | |
2019-03-09 | daemon: new mining_status command | moneromooo-monero | 1 | -1/+3 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2019-02-23 | miner: it can now autodetect the optimal number of threads | moneromooo-monero | 1 | -0/+5 | |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -5/+0 | |
2018-03-05 | Stagenet | stoffu | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-04-19 | Add expected total reward to RPC "getblocktemplate". | assylias | 1 | -1/+1 | |
Only works from V5 fork onward - returns 0 before that block. | |||||
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 | -2/+6 | |
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-10 | Added a note about smart mining to status command. Fixed up a bug where I ↵ | Dion Ahmetaj | 1 | -1/+1 | |
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 | -1/+1 | |
2017-02-10 | Use defined directive to silence pre-proc warnings. | Dion Ahmetaj | 1 | -1/+1 | |
2017-02-10 | Background/smart mining. If a users' computer is plugged into a power | Dion Ahmetaj | 1 | -5/+48 | |
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/+0 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 1 | -1/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-05-25 | 'mining_status' Daemon RPC command | Neozaru | 1 | -2/+4 | |
2014-05-25 | 0.8.8update | mydesktop | 1 | -7/+6 | |
2014-04-30 | mac osx building fixes | mydesktop | 1 | -1/+1 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+99 | |