<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet2.h, branch v0.10.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.10.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-09-16T10:50:52Z</updated>
<entry>
<title>wallet: change priority/fee to ArticMine's recommendation</title>
<updated>2016-09-16T10:50:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-16T10:50:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9c7b0cb28e015f5f7542932e0edcade748c1a67d'/>
<id>urn:sha1:9c7b0cb28e015f5f7542932e0edcade748c1a67d</id>
<content type='text'>
We keep 1, 2, 3 multipliers till the fee decrase from 0.01/kB
to 0.002/kB, where we start using 1, 20, 166 multipliers.
This ensures the higher multiplier will compensate for the
block reward penalty when pushing past 100% of the past median.

The fee-multiplier wallet setting is now rename to priority,
since it keeps its [0..3] range, but maps to different multiplier
values.
</content>
</entry>
<entry>
<title>Decrease minimum fee from 0.01/kB to 0.002/kB</title>
<updated>2016-09-15T08:28:33Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-14T22:54:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cd01bae7359722f4dff3e043fc79f4b2ca71df66'/>
<id>urn:sha1:cd01bae7359722f4dff3e043fc79f4b2ca71df66</id>
<content type='text'>
The wallet will start using that fee about two weeks after hard
fork 3, when most people will likely have updated their daemons.
</content>
</entry>
<entry>
<title>wallet: transfer_selected_rct now also selects fake outs</title>
<updated>2016-08-28T20:30:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-21T08:56:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b951bc8780f9a11ccf8dbc1ee89c2aa550bad101'/>
<id>urn:sha1:b951bc8780f9a11ccf8dbc1ee89c2aa550bad101</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New "Halfway RingCT" outputs for coinbase transactions</title>
<updated>2016-08-28T20:30:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-12T17:45:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3b3260ae5b5acde445fa88a6f0909f582903754'/>
<id>urn:sha1:c3b3260ae5b5acde445fa88a6f0909f582903754</id>
<content type='text'>
When RingCT is enabled, outputs from coinbase transactions
are created as a single output, and stored as RingCT output,
with a fake mask. Their amount is not hidden on the blockchain
itself, but they are then able to be used as fake inputs in
a RingCT ring. Since the output amounts are hidden, their
"dustiness" is not an obstacle anymore to mixing, and this
makes the coinbase transactions a lot smaller, as well as
helping the TXO set to grow more slowly.

Also add a new "Null" type of rct signature, which decreases
the size required when no signatures are to be stored, as
in a coinbase tx.
</content>
</entry>
<entry>
<title>rct amount key modified as per luigi1111's recommendations</title>
<updated>2016-08-28T20:30:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-10T11:48:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d4b62a1e295a7fb19de6081733b1d8e0610cbf08'/>
<id>urn:sha1:d4b62a1e295a7fb19de6081733b1d8e0610cbf08</id>
<content type='text'>
This allows the key to be not the same for two outputs sent to
the same address (eg, if you pay yourself, and also get change
back). Also remove the key amounts lists and return parameters
since we don't actually generate random ones, so we don't need
to save them as we can recalculate them when needed if we have
the correct keys.
</content>
</entry>
<entry>
<title>wallet: do not store signatures in the wallet cache</title>
<updated>2016-08-28T20:30:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-06T18:19:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a47ceee83b0e04a3c440d9ca5a75cf0ac1d9256e'/>
<id>urn:sha1:a47ceee83b0e04a3c440d9ca5a75cf0ac1d9256e</id>
<content type='text'>
Saves some substantial space.
Also avoid calculating tx hashes we don't need.
</content>
</entry>
<entry>
<title>wallet2: factor m_spent changes</title>
<updated>2016-08-28T20:30:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-31T13:25:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2c9d9519f1d9717326067735e88a28bb5977616c'/>
<id>urn:sha1:2c9d9519f1d9717326067735e88a28bb5977616c</id>
<content type='text'>
Makes it easier to track what is going on.
</content>
</entry>
<entry>
<title>wallet: use the prefered rct case only when enough rct outs exist</title>
<updated>2016-08-28T20:29:55Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-27T20:37:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=230fca2d562bc498a07f41f4e2c687df474b7cd8'/>
<id>urn:sha1:230fca2d562bc498a07f41f4e2c687df474b7cd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: do not try to use rct txes a few blocks before the fork</title>
<updated>2016-08-28T20:29:53Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-27T20:18:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c27194a44426ee680fd6a3992685637b8431be39'/>
<id>urn:sha1:c27194a44426ee680fd6a3992685637b8431be39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rct: make the amount key derivable by a third party with the tx key</title>
<updated>2016-08-28T20:29:46Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-24T16:53:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9b70856ccb97943249f6e76b19f8abce5cd7aabe'/>
<id>urn:sha1:9b70856ccb97943249f6e76b19f8abce5cd7aabe</id>
<content type='text'>
Scheme design from luigi1114.
</content>
</entry>
</feed>
