index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_basic
/
miner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
miner: really reset flags/precision on std::cout
moneromooo-monero
2018-10-08
1
-1
/
+1
*
Merge pull request #4459
Riccardo Spagni
2018-09-29
1
-2
/
+4
*
Merge pull request #4030
luigi1111
2018-07-19
1
-1
/
+1
|
\
|
*
miner: show id and height when a block is found
stoffu
2018-06-20
1
-1
/
+1
*
|
handle optional miner params better
cryptochangements34
2018-05-06
1
-0
/
+5
|
/
*
Fix typos in various files
Dimitris Apostolou
2018-03-15
1
-1
/
+1
*
Merge pull request #3277
Riccardo Spagni
2018-03-05
1
-2
/
+2
|
\
|
*
Stagenet
stoffu
2018-03-05
1
-2
/
+2
*
|
Correct spelling mistakes.
Edward Betts
2018-03-05
1
-1
/
+1
|
/
*
Merge pull request #3255
Riccardo Spagni
2018-02-20
1
-11
/
+5
|
\
|
*
Closes #2886: really ignore battery checking
Timothy D. Prime
2018-02-12
1
-11
/
+5
*
|
miner: restore std::cout precision after modification
moneromooo-monero
2018-02-02
1
-1
/
+2
*
|
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
|
/
*
move includes around to lessen overall load
moneromooo-monero
2017-12-16
1
-1
/
+4
*
Implement missing miner functions on FreeBSD
Vasil Dimov
2017-11-11
1
-1
/
+105
*
Remove unused variables and fix typos in comments
Vasil Dimov
2017-11-11
1
-4
/
+2
*
Merge pull request #2597
Riccardo Spagni
2017-10-15
1
-2
/
+1
|
\
|
*
miner: always update block template when starting
moneromooo-monero
2017-10-07
1
-2
/
+1
*
|
Subaddresses
kenshi84
2017-10-07
1
-1
/
+3
|
/
*
Fix AC power supply detection on Linux
Guillaume LE VAILLANT
2017-09-08
1
-13
/
+0
*
Merge pull request #2283
Riccardo Spagni
2017-08-15
1
-1
/
+1
|
\
|
*
miner: set thread name before logging
moneromooo-monero
2017-08-12
1
-1
/
+1
*
|
Merge pull request #2232
Riccardo Spagni
2017-08-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
miner: fix ignoring battery from command line
moneromooo-monero
2017-07-31
1
-1
/
+1
*
|
Merge pull request #2147
Riccardo Spagni
2017-08-07
1
-26
/
+86
|
\
\
|
|
/
|
/
|
|
*
fix on_battery_power for linux
Ryan Mehta
2017-07-06
1
-26
/
+86
*
|
miner: fix background mining options parsing
moneromooo-monero
2017-07-12
1
-2
/
+2
|
/
*
Add OSX background mining
jethro
2017-06-08
1
-1
/
+37
*
Add expected total reward to RPC "getblocktemplate".
assylias
2017-04-19
1
-1
/
+3
*
Merge pull request #1946
Riccardo Spagni
2017-04-11
1
-0
/
+2
|
\
|
*
miner: add a debug log in pause and resume
moneromooo-monero
2017-03-31
1
-0
/
+2
*
|
Add other possible paths of AC power status file on Linux
Guillaume LE VAILLANT
2017-03-28
1
-3
/
+5
|
/
*
core: avoid possible reordering bugs wth tx/bloch hash cache
moneromooo-monero
2017-03-25
1
-2
/
+2
*
core: cache tx and block hashes in the respective classes
moneromooo-monero
2017-03-23
1
-0
/
+2
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
Merge pull request #1733
Riccardo Spagni
2017-02-21
1
-4
/
+3
|
\
|
*
BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required...
Dion Ahmetaj
2017-02-15
1
-4
/
+3
*
|
More robust battery status handling.
Dion Ahmetaj
2017-02-16
1
-19
/
+58
|
/
*
Added a note about smart mining to status command. Fixed up a bug where I was...
Dion Ahmetaj
2017-02-10
1
-3
/
+3
*
Changed ac_line_status to on_battery_power.
Dion Ahmetaj
2017-02-10
1
-5
/
+5
*
Cleaned up some logging. Thanks to moneromooo for help.
Dion Ahmetaj
2017-02-10
1
-20
/
+20
*
Added some //TODO comments pertaining to returning enums instead of bools in ...
Dion Ahmetaj
2017-02-10
1
-0
/
+5
*
Moved around checking of AC power in order to bail quicker to sleep if not pl...
Dion Ahmetaj
2017-02-10
1
-4
/
+6
*
Moved setting of previous process times to block where background mining is s...
Dion Ahmetaj
2017-02-10
1
-14
/
+11
*
Set background mining started bool to false on bg thread start. If mining::st...
Dion Ahmetaj
2017-02-10
1
-0
/
+1
*
Background/smart mining. If a users' computer is plugged into a power
Dion Ahmetaj
2017-02-10
1
-6
/
+394
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
1
-0
/
+414