danicoin/src/simplewallet
moneromooo-monero 988fe1f843
wallet: new transaction construction algorithm
It should avoid a lot of the issues sending more than half the
wallet's contents due to change.

Actual output selection is still random. Changing this would
improve the matching of transaction amounts to output sizes,
but may have non obvious effects on blockchain analysis.

Mapped to the new transfer_new command in simplewallet, and
transfer uses the existing algorithm.

To use in RPC, add "new_algorithm: true" in the transfer_split
JSON command. It is not used in the transfer command.
2015-07-22 19:24:30 +01:00
..
CMakeLists.txt 2014 network limit 1.0a +utils +toc -doc -drmonero 2015-02-20 22:13:00 +01:00
password_container.cpp simplewallet: allow a different password for the watch-only wallet 2015-06-12 16:45:29 +01:00
password_container.h simplewallet: allow a different password for the watch-only wallet 2015-06-12 16:45:29 +01:00
simplewallet.cpp wallet: new transaction construction algorithm 2015-07-22 19:24:30 +01:00
simplewallet.h wallet: new transaction construction algorithm 2015-07-22 19:24:30 +01:00