<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon, branch v0.17.3.0</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.17.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-10-05T23:58:50Z</updated>
<entry>
<title>daemon: allow proxy configuration</title>
<updated>2021-10-05T23:58:50Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-03-18T20:50:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fe6ab93fb029c94fc04d061885bead9e703837d2'/>
<id>urn:sha1:fe6ab93fb029c94fc04d061885bead9e703837d2</id>
<content type='text'>
Co-authored-by: selsta &lt;selsta@sent.at&gt;
Co-authored-by: tobtoht &lt;thotbot@protonmail.com&gt;
</content>
</entry>
<entry>
<title>bootstrap_daemon: proxy configuration support</title>
<updated>2021-10-05T23:58:46Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2021-01-19T08:50:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=52dcc03068605922e5586e2fa91a9d141b172c66'/>
<id>urn:sha1:52dcc03068605922e5586e2fa91a9d141b172c66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RPC and ZeroMQ APIs to support p2pool</title>
<updated>2021-09-21T18:28:11Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2021-09-21T18:28:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d51e3f21f778d6fc3ae6fed1d47503e0d41df522'/>
<id>urn:sha1:d51e3f21f778d6fc3ae6fed1d47503e0d41df522</id>
<content type='text'>
Adds the following:

- "get_miner_data" to RPC API
- "json-miner-data" to ZeroMQ subscriber contexts

Both provide the necessary data to create a custom block template. They are used by p2pool.

Data provided:

- major fork version
- current height
- previous block id
- RandomX seed hash
- network difficulty
- median block weight
- coins mined by the network so far
- mineable mempool transactions
</content>
</entry>
<entry>
<title>Merge pull request #7181</title>
<updated>2020-12-26T21:59:51Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-12-26T21:59:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0873f3193a345bee85fa56ce10d9d3387453741f'/>
<id>urn:sha1:0873f3193a345bee85fa56ce10d9d3387453741f</id>
<content type='text'>
e35bbb1e8 ban lists may now include subnets (moneromooo-monero)
</content>
</entry>
<entry>
<title>restrict public node checks a little</title>
<updated>2020-12-22T23:39:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-20T12:48:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5c3e84b6aee15bc0bfd4074181d793d065d5fa96'/>
<id>urn:sha1:5c3e84b6aee15bc0bfd4074181d793d065d5fa96</id>
<content type='text'>
do not include blocked hosts in peer lists or public node lists by default,
warn about no https on clearnet and about untrusted peers likely being spies
</content>
</entry>
<entry>
<title>ban lists may now include subnets</title>
<updated>2020-12-22T02:12:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-22T02:11:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e35bbb1e88e52f123c3e2f1d2bdbe2f704d0abe9'/>
<id>urn:sha1:e35bbb1e88e52f123c3e2f1d2bdbe2f704d0abe9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>daemon: the ban command can now load IPs from a file (ban @filename)</title>
<updated>2020-12-14T12:26:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-13T16:59:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=905cc07c8b6bf8d30dab5eeb56ac384da308d37a'/>
<id>urn:sha1:905cc07c8b6bf8d30dab5eeb56ac384da308d37a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add rpc-restricted-bind-ip option</title>
<updated>2020-11-11T12:19:13Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2020-10-28T23:47:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a8cd073fcc504de51b8f56766757f0295b68e066'/>
<id>urn:sha1:a8cd073fcc504de51b8f56766757f0295b68e066</id>
<content type='text'>
Fixes #6369
</content>
</entry>
<entry>
<title>daemon: Windows - fix FAT32 warning, trailing backslash is required</title>
<updated>2020-09-20T13:57:44Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2020-09-20T13:57:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4846743fdc34be85512fdead8458b6c889d6d85d'/>
<id>urn:sha1:4846743fdc34be85512fdead8458b6c889d6d85d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6703</title>
<updated>2020-08-16T19:50:43Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-08-16T19:50:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=43f91ee12ec9cd539e011b7b551d66659fb3188a'/>
<id>urn:sha1:43f91ee12ec9cd539e011b7b551d66659fb3188a</id>
<content type='text'>
8baa7bb23 daemon: don't print "(pruned)" for coinbase txes (moneromooo-monero)
</content>
</entry>
</feed>
