<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_basic/miner.cpp, branch v0.10.3.1</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.10.3.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.3.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-03-25T09:18:53Z</updated>
<entry>
<title>core: avoid possible reordering bugs wth tx/bloch hash cache</title>
<updated>2017-03-25T09:18:53Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-25T09:18:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6d315459b6d001ecee3a6048ba70255b1ecf381a'/>
<id>urn:sha1:6d315459b6d001ecee3a6048ba70255b1ecf381a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: cache tx and block hashes in the respective classes</title>
<updated>2017-03-23T09:25:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-22T18:01:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f065234b71f2e3d374d44435d47db4cd75ab1294'/>
<id>urn:sha1:f065234b71f2e3d374d44435d47db4cd75ab1294</id>
<content type='text'>
An idea from smooth
</content>
</entry>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1733</title>
<updated>2017-02-21T09:21:14Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T09:21:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6994c85201e6a8423fad2848341449ebfd86a61d'/>
<id>urn:sha1:6994c85201e6a8423fad2848341449ebfd86a61d</id>
<content type='text'>
a493c0b1 BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required a definition. (Dion Ahmetaj)
</content>
</entry>
<entry>
<title>More robust battery status handling.</title>
<updated>2017-02-16T19:35:01Z</updated>
<author>
<name>Dion Ahmetaj</name>
<email>Dion Ahmetaj</email>
</author>
<published>2017-02-15T19:00:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=69ab14d91e67fdf242b00c83ab85ce280e55f6f4'/>
<id>urn:sha1:69ab14d91e67fdf242b00c83ab85ce280e55f6f4</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>BACKGROUND_MINING_MINER_MONITOR_INVERVAL_IN_SECONDS was odr-used, so required a definition.</title>
<updated>2017-02-15T16:15:12Z</updated>
<author>
<name>Dion Ahmetaj</name>
<email>Dion Ahmetaj</email>
</author>
<published>2017-02-14T23:50:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a493c0b196e2517d660043f3723dd0b81c19b9ed'/>
<id>urn:sha1:a493c0b196e2517d660043f3723dd0b81c19b9ed</id>
<content type='text'>
Instead of adding a declaration to cpp file, I changed it to non odr-used.
</content>
</entry>
<entry>
<title>Added a note about smart mining to status command. Fixed up a bug where I 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.</title>
<updated>2017-02-10T23:07:43Z</updated>
<author>
<name>Dion Ahmetaj</name>
<email>Dion Ahmetaj</email>
</author>
<published>2017-02-08T21:17:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ad95e65028302c151546e49698284fdf48727c6d'/>
<id>urn:sha1:ad95e65028302c151546e49698284fdf48727c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed ac_line_status to on_battery_power.</title>
<updated>2017-02-10T23:07:42Z</updated>
<author>
<name>Dion Ahmetaj</name>
<email>Dion Ahmetaj</email>
</author>
<published>2017-02-07T15:55:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e4dfd2fb6345c1d212ca3706254faa988948beb3'/>
<id>urn:sha1:e4dfd2fb6345c1d212ca3706254faa988948beb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleaned up some logging. Thanks to moneromooo for help.</title>
<updated>2017-02-10T23:07:41Z</updated>
<author>
<name>Dion Ahmetaj</name>
<email>Dion Ahmetaj</email>
</author>
<published>2017-02-04T18:21:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d2c7d0f6b0d0cef224f6a2390fa33c3018847a44'/>
<id>urn:sha1:d2c7d0f6b0d0cef224f6a2390fa33c3018847a44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added some //TODO comments pertaining to returning enums instead of bools in order to be better able to handle failure states.</title>
<updated>2017-02-10T23:07:41Z</updated>
<author>
<name>Dion Ahmetaj</name>
<email>ahmetajd@coned.com</email>
</author>
<published>2017-02-02T17:34:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=68652cd94d0cf3a94e36fbd631db83c201dc5908'/>
<id>urn:sha1:68652cd94d0cf3a94e36fbd631db83c201dc5908</id>
<content type='text'>
</content>
</entry>
</feed>
