<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon/command_parser_executor.h, branch v0.14.1.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.14.1.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-05-21T16:17:34Z</updated>
<entry>
<title>Add ssl_options support to monerod's rpc mode.</title>
<updated>2019-05-21T16:17:34Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-05-22T04:09:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fafc5c3692fb1579bf6b2cfa75dec70d3f51ae4c'/>
<id>urn:sha1:fafc5c3692fb1579bf6b2cfa75dec70d3f51ae4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New interactive daemon command 'print_net_stats': Global traffic stats</title>
<updated>2019-03-24T15:58:57Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2019-03-21T10:03:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c23ea7962debe4e66fd3c0e7719117dcb7966d1f'/>
<id>urn:sha1:c23ea7962debe4e66fd3c0e7719117dcb7966d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5185</title>
<updated>2019-03-17T15:55:32Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-17T15:55:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=429930534df43b8bef46a4a39dbfbc3d3b5939b0'/>
<id>urn:sha1:429930534df43b8bef46a4a39dbfbc3d3b5939b0</id>
<content type='text'>
59478c80 daemon: new mining_status command (moneromooo-monero)
</content>
</entry>
<entry>
<title>daemon: new mining_status command</title>
<updated>2019-03-09T20:51:53Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-02-22T20:17:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=59478c80dd01d00e16994a77e36a94cdbe3c9412'/>
<id>urn:sha1:59478c80dd01d00e16994a77e36a94cdbe3c9412</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pruning</title>
<updated>2019-01-22T20:30:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-29T22:30:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b750fb27b0f20e9443827732b69a504a76036430'/>
<id>urn:sha1:b750fb27b0f20e9443827732b69a504a76036430</id>
<content type='text'>
The blockchain prunes seven eighths of prunable tx data.
This saves about two thirds of the blockchain size, while
keeping the node useful as a sync source for an eighth
of the blockchain.

No other data is currently pruned.

There are three ways to prune a blockchain:

- run monerod with --prune-blockchain
- run "prune_blockchain" in the monerod console
- run the monero-blockchain-prune utility

The first two will prune in place. Due to how LMDB works, this
will not reduce the blockchain size on disk. Instead, it will
mark parts of the file as free, so that future data will use
that free space, causing the file to not grow until free space
grows scarce.

The third way will create a second database, a pruned copy of
the original one. Since this is a new file, this one will be
smaller than the original one.

Once the database is pruned, it will stay pruned as it syncs.
That is, there is no need to use --prune-blockchain again, etc.
</content>
</entry>
<entry>
<title>add command pop_blocks</title>
<updated>2018-11-28T11:20:28Z</updated>
<author>
<name>Jason Wong</name>
<email>jason.hcwong@gmail.com</email>
</author>
<published>2018-11-25T21:08:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dc1c12528d5cf86759993614e1fdd7d7bf04ff15'/>
<id>urn:sha1:dc1c12528d5cf86759993614e1fdd7d7bf04ff15</id>
<content type='text'>
add new public method to Blockchain and update according to code review

update after review: better lock/unlock, try catch and coding style
</content>
</entry>
<entry>
<title>daemon: add a version command</title>
<updated>2018-04-13T17:47:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-13T17:12:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=35d1269faca070e1ec8906d0683896f937685b97'/>
<id>urn:sha1:35d1269faca070e1ec8906d0683896f937685b97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow the number of incoming connections to be limited</title>
<updated>2018-01-29T00:14:02Z</updated>
<author>
<name>Erik de Castro Lopo</name>
<email>erikd@mega-nerd.com</email>
</author>
<published>2018-01-20T21:44:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=32c0f908cd753f9319909e2f43d2b4657ebaf664'/>
<id>urn:sha1:32c0f908cd753f9319909e2f43d2b4657ebaf664</id>
<content type='text'>
It was already possible to limit outgoing connections. One might want
to do this on home network connections with high bandwidth but low
usage caps.
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
</feed>
