<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet/simplewallet.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>wallet: factor transfer_rct code with transfer code</title>
<updated>2016-08-28T20:29:05Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-02T08:35:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1017a7546065adb21dba6e29783858578ce620c6'/>
<id>urn:sha1:1017a7546065adb21dba6e29783858578ce620c6</id>
<content type='text'>
The "transfer" simplewallet command is renamed to "transfer_original".
"transfer_new" is renamed "transfer", "transfer_rct" is removed,
and the new "transfer" now selects rct or non rct transactions
based on the current block height.
</content>
</entry>
<entry>
<title>add rct to the protocol</title>
<updated>2016-08-28T20:28:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-06-15T22:37:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dc4aad7eb5fffa450d4c5eb094cf962e45b2f43a'/>
<id>urn:sha1:dc4aad7eb5fffa450d4c5eb094cf962e45b2f43a</id>
<content type='text'>
It is not yet constrained to a fork, so don't use on the real network
or you'll be orphaned or rejected.
</content>
</entry>
<entry>
<title>Merge pull request #952</title>
<updated>2016-08-11T12:57:33Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-08-11T12:57:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b026650be97e15d1fb8c1ff2423aa8b6ded17276'/>
<id>urn:sha1:b026650be97e15d1fb8c1ff2423aa8b6ded17276</id>
<content type='text'>
709c724 Better fix (#4) (hyc)
d2644c1 fix restore-deterministic height (luigi1111)
</content>
</entry>
<entry>
<title>Merge pull request #949</title>
<updated>2016-08-11T12:56:40Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-08-11T12:56:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9273899ee78d2a46205e5f0fcc2942203943f5a5'/>
<id>urn:sha1:9273899ee78d2a46205e5f0fcc2942203943f5a5</id>
<content type='text'>
da1007f simplewallet: make the refresh thread into more generic idle thread (moneromooo-monero)
</content>
</entry>
<entry>
<title>Better fix (#4)</title>
<updated>2016-08-09T23:54:20Z</updated>
<author>
<name>hyc</name>
<email>hyc@symas.com</email>
</author>
<published>2016-08-09T23:54:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=709c7247cd525952e89c4b8975171152a3969d92'/>
<id>urn:sha1:709c7247cd525952e89c4b8975171152a3969d92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplewallet: make the refresh thread into more generic idle thread</title>
<updated>2016-08-07T15:08:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-07T12:06:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da1007f7cd71efd55758be68dbb6f293a8cabb3b'/>
<id>urn:sha1:da1007f7cd71efd55758be68dbb6f293a8cabb3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #864</title>
<updated>2016-08-01T02:32:14Z</updated>
<author>
<name>guzzi_jones</name>
<email>guzzijones12@gmail.com</email>
</author>
<published>2016-08-01T00:48:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f0c0a3fb65c99b38dc63bb979baaee0d89bb0eaa'/>
<id>urn:sha1:f0c0a3fb65c99b38dc63bb979baaee0d89bb0eaa</id>
<content type='text'>
Squashed commit of the following:
commit 9af9e4223b58bbb65a3519af2c2bfc273cbd23d6
    fixed some formatting
commit c7920e1cf88ff46eb9294101344d9a567f22e2da
Merge: 97eb28b 1da1c68
    fix#864 fix using boolean
commit 97eb28ba5dd49ddde8c8785f39b24d955e5de31c
    Fix #864 boolean value used to verify on new wallet
commit 1da1c68bd3a9a373c70482b6e6e95251096149f1
    fix #864 changed to boolean to prompt for verify
commit 5bee96652434762d2c91ce31a1b1c9f169446ddc
    fix 864; made variable names easier for understanding branching.
commit 45715960d30293f781b2ff9e5e647c2ec893f4a3
    fix #864;  allow password to be entered twice for new wallets for verification.
fix #864 password entry verification; ammended boolean
fix #864 ; default constructor for password_container should set verify=true
</content>
</entry>
<entry>
<title>wallet: new {ex,im}port_key_images commands and RPC calls</title>
<updated>2016-07-24T08:23:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-15T11:11:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ebf97d76f0020eb027175818ebbdafd6d578aa77'/>
<id>urn:sha1:ebf97d76f0020eb027175818ebbdafd6d578aa77</id>
<content type='text'>
They are used to export a signed set of key images from a wallet
with a private spend key, so an auditor with the matching view key
may see which of those are spent, and which are not.
</content>
</entry>
<entry>
<title>Merge pull request #902</title>
<updated>2016-07-20T11:55:59Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-07-20T11:55:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fc3e135b8387b8aab2eb9917240e7d312c7b0c2f'/>
<id>urn:sha1:fc3e135b8387b8aab2eb9917240e7d312c7b0c2f</id>
<content type='text'>
014f3a0 Add a daemon RPC version, and make simplewallet check it (moneromooo-monero)
</content>
</entry>
</feed>
