<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/daemon/main.cpp, branch v0.13.0.0-RC1</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.13.0.0-RC1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.0-RC1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-08-31T13:51:59Z</updated>
<entry>
<title>rpc: allow to pass RPC login via RPC_LOGIN env var</title>
<updated>2018-08-31T13:51:59Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2018-08-30T11:35:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=76f95f052e4ab7f6074464f11b436a7374017b52'/>
<id>urn:sha1:76f95f052e4ab7f6074464f11b436a7374017b52</id>
<content type='text'>
- passing by parameter is insecure as it is shown in the process list
</content>
</entry>
<entry>
<title>Merge pull request #3854</title>
<updated>2018-07-19T18:35:25Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-07-19T18:35:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=025187e6c9206fc970b66f7459919ce0131fc612'/>
<id>urn:sha1:025187e6c9206fc970b66f7459919ce0131fc612</id>
<content type='text'>
149da42 db_lmdb: enable batch transactions by default (stoffu)
34cb6b4 add --regtest and --fixed-difficulty for regression testing (vicsn)
9e1403e update get_info RPC and bump RPC version (vicsn)
207b66e first new functional tests (vicsn)
</content>
</entry>
<entry>
<title>add --regtest and --fixed-difficulty for regression testing</title>
<updated>2018-06-29T08:06:11Z</updated>
<author>
<name>victorsintnicolaas</name>
<email>vicsn@users.noreply.github.com</email>
</author>
<published>2018-06-14T19:11:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=34cb6b4b703f30be89388f4cdcc5d7b6780ee988'/>
<id>urn:sha1:34cb6b4b703f30be89388f4cdcc5d7b6780ee988</id>
<content type='text'>
on_generateblocks RPC call combines functionality from the on_getblocktemplate and on_submitblock RPC calls to allow rapid block creation. Difficulty is set permanently to 1 for regtest.
Makes use of FAKECHAIN network type, but takes hard fork heights from mainchain
Default reserve_size in generate_blocks RPC call is now 1. If it is 0, the following error occurs 'Failed to calculate offset for'.
Queries hard fork heights info of other network types
</content>
</entry>
<entry>
<title>Merge pull request #3897</title>
<updated>2018-06-20T19:19:30Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-06-20T19:19:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=51cdd76bbda86c80f9153f276c5f6db85372aaa4'/>
<id>urn:sha1:51cdd76bbda86c80f9153f276c5f6db85372aaa4</id>
<content type='text'>
63d0ab0 mlog: --max-log-files to set the max number of rotated log files (stoffu)
</content>
</entry>
<entry>
<title>mlog: --max-log-files to set the max number of rotated log files</title>
<updated>2018-06-13T03:44:27Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-06-01T03:29:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=63d0ab09b5445ce5d1dfa84d6600e61deef70601'/>
<id>urn:sha1:63d0ab09b5445ce5d1dfa84d6600e61deef70601</id>
<content type='text'>
</content>
</entry>
<entry>
<title>daemon: fix readline interfering with std::cerr usage</title>
<updated>2018-05-31T11:15:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-31T11:13:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1aae39dff27f6e7e48ae0a2d8ef2fd612e127824'/>
<id>urn:sha1:1aae39dff27f6e7e48ae0a2d8ef2fd612e127824</id>
<content type='text'>
Once readline is initialized, std::cerr's operator&lt;&lt; will
output a 0xff byte for unknown reasons.
</content>
</entry>
<entry>
<title>daemon: read config file before reading any other args</title>
<updated>2018-04-14T13:05:24Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-04-14T13:05:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=998c1461c319461d62f5d3abe4ac9008b293f491'/>
<id>urn:sha1:998c1461c319461d62f5d3abe4ac9008b293f491</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stagenet</title>
<updated>2018-03-05T02:55:05Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-02-16T11:04:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=af773211cbc620a1be54f517bd60e587d58a7e93'/>
<id>urn:sha1:af773211cbc620a1be54f517bd60e587d58a7e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options: add testnet option dependencies</title>
<updated>2018-02-16T20:32:01Z</updated>
<author>
<name>whythat</name>
<email>whythat@protonmail.com</email>
</author>
<published>2018-01-22T01:49:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b3b2d4d20cc3c3cf3206468e66f2590c3aed948a'/>
<id>urn:sha1:b3b2d4d20cc3c3cf3206468e66f2590c3aed948a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options: remove testnet-* options</title>
<updated>2018-02-16T20:32:01Z</updated>
<author>
<name>whythat</name>
<email>whythat@protonmail.com</email>
</author>
<published>2018-01-21T15:29:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=05a12ccc2dc920f4a997e66e6965ae60c1a4c65e'/>
<id>urn:sha1:05a12ccc2dc920f4a997e66e6965ae60c1a4c65e</id>
<content type='text'>
</content>
</entry>
</feed>
