wownero/src/wallet
moneromooo-monero d276a16526
wallet2: use at least two rct inputs if possible
If we'd make a rct tx with just one input, we try to add
a second one to match the 2/2 ideal. This means more txes
use that template (and are thus using a larger anonymity
set), and it coalesces outputs "for free". We use the
smallest amount outputs in priority for this, so we can
"clean" the wallet at the same time.
2017-01-14 21:43:01 +00:00
..
api Merge pull request #1559 2017-01-13 14:37:12 -05:00
CMakeLists.txt GUI cold signing 2017-01-10 22:49:17 +01:00
password_container.cpp Refactored password prompting for wallets 2016-12-19 20:00:43 -05:00
password_container.h Refactored password prompting for wallets 2016-12-19 20:00:43 -05:00
wallet2_api.h Merge pull request #1559 2017-01-13 14:37:12 -05:00
wallet2.cpp wallet2: use at least two rct inputs if possible 2017-01-14 21:43:01 +00:00
wallet2.h wallet2: use at least two rct inputs if possible 2017-01-14 21:43:01 +00:00
wallet_args.cpp Created monero-wallet-rpc, moving functionality from monero-wallet-cli 2016-11-10 16:39:27 -05:00
wallet_args.h Created monero-wallet-rpc, moving functionality from monero-wallet-cli 2016-11-10 16:39:27 -05:00
wallet_errors.h wallet: improve error messages when not enough money for transfer 2016-10-15 14:31:40 +01:00
wallet_rpc_server_commands_defs.h wallet_rpc_server: new RPC call to get a transfer by txid 2017-01-08 13:16:22 +00:00
wallet_rpc_server_error_codes.h wallet: add API and RPC to create/parse monero: URIs 2016-11-28 17:54:22 +00:00
wallet_rpc_server.cpp Added (not yet enabled) HTTP client authentication 2017-01-11 03:21:17 -05:00
wallet_rpc_server.h wallet_rpc_server: new RPC call to get a transfer by txid 2017-01-08 13:16:22 +00:00