<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/simplewallet/simplewallet.h, branch v0.9.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.9.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-31T06:39:56Z</updated>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: add a rescan_bc command and rescan_blockchain RPC</title>
<updated>2015-12-30T15:06:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-30T12:58:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bc8a52efd8dcda4544856e724a17c9cba161d4a2'/>
<id>urn:sha1:bc8a52efd8dcda4544856e724a17c9cba161d4a2</id>
<content type='text'>
Blockchain hashes and key images are flushed, and blocks are
pulled anew from the daemon.
The console command is shortened to match bc_height.
This should make it a lot easier on users who are currently
told to remove this particular cache file but keep the keys
one, etc, etc.
</content>
</entry>
<entry>
<title>wallet: make the wallet refresh type a wallet setting</title>
<updated>2015-12-05T21:44:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-05T21:44:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c6cfe0f26d51b8ef29ff3ecbcb651ef5e9b5b686'/>
<id>urn:sha1:c6cfe0f26d51b8ef29ff3ecbcb651ef5e9b5b686</id>
<content type='text'>
instead of a command line setting. It makes sense that is is
a long lived setting.
</content>
</entry>
<entry>
<title>wallet: cancellable refresh</title>
<updated>2015-11-29T23:24:56Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-29T13:02:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d68a63e40439850cfc66f8525b35986a6371fa47'/>
<id>urn:sha1:d68a63e40439850cfc66f8525b35986a6371fa47</id>
<content type='text'>
^C while in manual refresh will cancel the refresh, since that's
often an annoying thing to have to wait for. Also, a manual refresh
command will interrupt any running background refresh and take
over, rather than wait for the background refresh to be done, and
look to be hanging.
</content>
</entry>
<entry>
<title>wallet: optional automatic refresh from the daemon</title>
<updated>2015-11-28T12:41:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-28T12:38:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=62e49a5f02da0963fb0303383626b2c86443d405'/>
<id>urn:sha1:62e49a5f02da0963fb0303383626b2c86443d405</id>
<content type='text'>
The daemon will be polled every 90 seconds for new blocks.
It is enabled by default, and can be turned on/off with
set auto-refresh 1 and set auto-refresh 0 in the wallet.
</content>
</entry>
<entry>
<title>wallet: make the refresh optimizations selectable via command line</title>
<updated>2015-11-22T19:03:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-22T19:03:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9b945f52111cdb22fb17e7fe5cba223ebb8be2af'/>
<id>urn:sha1:9b945f52111cdb22fb17e7fe5cba223ebb8be2af</id>
<content type='text'>
Take the opportunity to add a no-coinbase case too, for even faster
sync when an address is known to never have mined to.
</content>
</entry>
<entry>
<title>wallet: rename store-tx-keys to store-tx-info</title>
<updated>2015-11-22T12:26:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-22T12:26:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9156ba3a3cf26a9dc3e320c06c2e7c45652052cf'/>
<id>urn:sha1:9156ba3a3cf26a9dc3e320c06c2e7c45652052cf</id>
<content type='text'>
With backward compatibility
</content>
</entry>
<entry>
<title>simplewallet: lessen display flicker confusion</title>
<updated>2015-11-21T11:52:35Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-21T11:52:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=00790a8921c93d77a4de0a93d289e19e34c11e5e'/>
<id>urn:sha1:00790a8921c93d77a4de0a93d289e19e34c11e5e</id>
<content type='text'>
Height seemed to be flying all over the place on a rescan here.
Logging to a file shows the heights are actually correct, and
this is some kind of screen refresh artifact. Flush after \r
and update less often to reduce this effect a lot.
</content>
</entry>
<entry>
<title>wallet: track outgoing payments and add a show_transfers command</title>
<updated>2015-11-15T21:59:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-15T21:59:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3f611bc3dc2c9e0a991bd9375fd0d936555956b2'/>
<id>urn:sha1:3f611bc3dc2c9e0a991bd9375fd0d936555956b2</id>
<content type='text'>
It's a user friendly display of incoming and outgoing transfers,
listed by height, within an optional height range.
</content>
</entry>
<entry>
<title>simplewallet: add a set default-mixin command</title>
<updated>2015-10-30T21:16:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-30T21:16:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c7dc6ef8e8bc20404fce62de2987cf9f93b56c6d'/>
<id>urn:sha1:c7dc6ef8e8bc20404fce62de2987cf9f93b56c6d</id>
<content type='text'>
The default default mixin is 4. It can now be changed per wallet.
</content>
</entry>
</feed>
