<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet, 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-25T11:44:04Z</updated>
<entry>
<title>wallet: option to merge destinations</title>
<updated>2017-03-25T11:44:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-24T21:56:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a50c4a4fad9856262638210091d7ce72c547d885'/>
<id>urn:sha1:a50c4a4fad9856262638210091d7ce72c547d885</id>
<content type='text'>
With the change from the original transfer method to the new
algorithm, payments to the same destination were merged. It
seemed like a good idea, optimizing space. However, it is a
useful tool for people who want to split large outputs into
several smaller ones (ie, service providers making frequent
payments, and who do not like a large chunk of their balance
being locked for 10 blocks after each payment).

Default to off, which is a change from the previous behavior.
</content>
</entry>
<entry>
<title>wallet: try to save large outputs when using an unneeded second input</title>
<updated>2017-03-24T21:04:08Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-24T20:58:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0ad87db01f19eff22ab9c3998826b7aa943975cf'/>
<id>urn:sha1:0ad87db01f19eff22ab9c3998826b7aa943975cf</id>
<content type='text'>
When a single input is enough to satisfy a transfer, the code would
previously try to add a second input, to match the "canonical" makeup
of a transaction with two inputs and two outputs. This would cause
wallets to slowly merge outputs till all the monero ends up in a
single output, which causes trouble when making two transactions
one after the other, since change is locked for 10 blocks, and an
increasing portion of the remaining balance would end up locked on
each transaction.

There are two new settings (min-output-count and min-output-value)
which can control when to stop adding such unneeded second outputs.
The idea is that small "dust" outputs will still get added, but
larger ones will not.

Enable with, eg:

set min-output-count 10
set min-output-value 30

to avoid using an unneeded second output of 30 monero or more, if
there would be less than 10 such outputs left.

This does not invalidate any other reason why such outputs would
be used (ie, when they're really needed to satisfy a transfer, or
when randomly picked in the normal course of selection). This may
be improved in the future.
</content>
</entry>
<entry>
<title>Merge pull request #1915</title>
<updated>2017-03-24T12:34:55Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-24T12:34:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=92c2d79d1071800885b551e58b2048497fbd01ae'/>
<id>urn:sha1:92c2d79d1071800885b551e58b2048497fbd01ae</id>
<content type='text'>
a8646b09 Wallet API: add hard fork info functions (Jaquee)
</content>
</entry>
<entry>
<title>Merge pull request #1894</title>
<updated>2017-03-24T12:33:47Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-24T12:33:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f54337778975adb18b698b41003e13a2587df777'/>
<id>urn:sha1:f54337778975adb18b698b41003e13a2587df777</id>
<content type='text'>
8bbcbcfb wallet rpc: enable solo mining (stoffu)
</content>
</entry>
<entry>
<title>Wallet API: add hard fork info functions</title>
<updated>2017-03-24T08:59:26Z</updated>
<author>
<name>Jaquee</name>
<email>jaquee.monero@gmail.com</email>
</author>
<published>2017-03-24T08:59:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a8646b0957aa60ffb8f3c2db820db16e40398c4e'/>
<id>urn:sha1:a8646b0957aa60ffb8f3c2db820db16e40398c4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core, wallet: faster tx pool scanning</title>
<updated>2017-03-23T09:25:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-22T18:03:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=558cfc31caeb88398fe5bab9292246739586374d'/>
<id>urn:sha1:558cfc31caeb88398fe5bab9292246739586374d</id>
<content type='text'>
Includes a new RPC to get tx pool hashes fast.
</content>
</entry>
<entry>
<title>Merge pull request #1904</title>
<updated>2017-03-21T12:09:42Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-21T12:09:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=70e71a18450aa8e69971ad29793b0b409ffcef22'/>
<id>urn:sha1:70e71a18450aa8e69971ad29793b0b409ffcef22</id>
<content type='text'>
995969b1 wallet: fix set_log not handling 0,xxx style settings (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #1903</title>
<updated>2017-03-21T12:09:19Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-21T12:09:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7769a6e7573e6975aded2f6e156a71d73fcac23c'/>
<id>urn:sha1:7769a6e7573e6975aded2f6e156a71d73fcac23c</id>
<content type='text'>
350e99ae wallet2: cache which pool txes were scanned already (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #1899</title>
<updated>2017-03-21T12:08:36Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-03-21T12:08:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9d157b519de6e2d73b1c695c6e6d22ecea37d365'/>
<id>urn:sha1:9d157b519de6e2d73b1c695c6e6d22ecea37d365</id>
<content type='text'>
c1e9ccc7 wallet2: speed up transactions using remote nodes (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet: fix set_log not handling 0,xxx style settings</title>
<updated>2017-03-21T11:17:05Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-21T11:17:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=995969b1907ee2d55c31ec9a40c39d5518e0ed87'/>
<id>urn:sha1:995969b1907ee2d55c31ec9a40c39d5518e0ed87</id>
<content type='text'>
</content>
</entry>
</feed>
