aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-16added experimental boost::archive::portable_binary_{i|o}archivekenshi841-2/+2
2016-12-15wallet cli: donate commandKenshi Takayama1-0/+40
2016-12-12monero-wallet-cli wording changes 'n' stuffluigi11111-11/+13
2016-12-08simplewallet: restore automatically setting trusted local daemonmoneromooo-monero1-0/+43
2016-12-04Merge pull request #1379Riccardo Spagni1-7/+12
2016-11-26Improve daemon RPC version handlingmoneromooo-monero1-7/+12
2016-11-25Added command_line::is_yesLee Clagett1-17/+15
2016-11-23simplewallet: remove double confirmation when submitting signed txmoneromooo-monero1-51/+0
2016-11-17Merge pull request #1344Riccardo Spagni1-15/+57
2016-11-16wallet: auto sync outputs and key images in cold signing filesmoneromooo-monero1-7/+21
2016-11-13simplewallet: add a verbose flag to incoming_transfersmoneromooo-monero1-6/+18
2016-11-13simplewallet: spell out change when signing a transfermoneromooo-monero1-2/+16
2016-11-13simplewallet: print public keys too on spendkey/viewkey commandsmoneromooo-monero1-2/+4
2016-11-13simplewallet: include amount sent in transfer confirmationmoneromooo-monero1-0/+10
2016-11-12Fixed generate-from-json bug introduced in 358e068Lee Clagett1-1/+2
2016-11-10Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett1-653/+109
2016-11-07wallet: encrypt outputs and key images files with the view keymoneromooo-monero1-14/+43
2016-11-02wallet: fix bad amounts/fees againmoneromooo-monero1-2/+2
2016-11-01Merge pull request #1281Riccardo Spagni1-0/+100
2016-11-01Merge pull request #1277Riccardo Spagni1-5/+15
2016-10-30wallet: new import_outputs/export_outputs commandsmoneromooo-monero1-0/+100
2016-10-30wallet: print tx overview on submit_transfer toomoneromooo-monero1-5/+15
2016-10-30simplewallet: remove destinations with zero amount in sign_transfermoneromooo-monero1-0/+2
2016-10-26simplewallet: log transactions to submit in submit_transfermoneromooo-monero1-1/+1
2016-10-25wallet: fix pre-rct cold wallet signing not splitting changemoneromooo-monero1-6/+16
2016-10-23simplewallet: factor locked_transfer, and fix a few rough edgesmoneromooo-monero1-256/+43
2016-10-22Merge pull request #1224Riccardo Spagni1-10/+4
2016-10-22Merge pull request #1220Riccardo Spagni1-7/+43
2016-10-22Merge pull request #1219Riccardo Spagni1-1/+1
2016-10-22Merge pull request #1200Riccardo Spagni1-53/+67
2016-10-15Rewrote add_wallet_create_if_needed for clearer flow and behaviourNanoAkron1-53/+67
2016-10-15simplewallet: fix sweep_all misreporting sweeped amount for rct outputsmoneromooo-monero1-10/+4
2016-10-15wallet: improve error messages when not enough money for transfermoneromooo-monero1-7/+43
2016-10-15simplewallet: fix wrong amount in show_transfersmoneromooo-monero1-1/+1
2016-10-04simplewallet: add mixin and payment id to sweep_all helpmoneromooo-monero1-1/+1
2016-10-04Merge pull request #1179Riccardo Spagni1-0/+253
2016-10-04Merge pull request #1160Riccardo Spagni1-1/+80
2016-10-04Fix description for locked_transferOyvind Kvanes1-1/+1
2016-10-04Merge pull request #1162Riccardo Spagni1-1/+1
2016-10-04Merge pull request #1140Riccardo Spagni1-26/+270
2016-10-04Rename to lockblocks and add max valueOyvind Kvanes1-45/+30
2016-10-01Update minimum mixin in transfer_original help textTedTheFicus1-1/+1
2016-10-01wallet: wallet option to confirm transfers with no payment idmoneromooo-monero1-1/+80
2016-09-28Fix locked_transferOyvind Kvanes1-6/+3
2016-09-28Add locked_transferOyvind Kvanes1-87/+83
2016-09-28Revert transfer_main in simplewalletOyvind Kvanes1-22/+278
2016-09-28Add motifications to test out locked_transferOyvind Kvanes1-6/+18
2016-09-28Add more information to transaction in walletOyvind Kvanes1-1/+8
2016-09-28Make a small test changeOyvind Kvanes1-1/+1
2016-09-27wallet: cold wallet transaction signingmoneromooo-monero1-26/+270
2016-09-26Merge pull request #1117Riccardo Spagni1-1/+1
2016-09-22Made error message consistent with other, more helpful, messageWill Skinner1-1/+1
2016-09-19Remove redundant "default" in set mixin help descJ Ryan Littlefield1-1/+1
2016-09-18Merge pull request #1089Riccardo Spagni1-10/+11
2016-09-17simplewallet: do not expose the details of tx splitting to the usermoneromooo-monero1-10/+11
2016-09-17simplewallet: fix wrong amount in show_transfers for pending transactionsmoneromooo-monero1-1/+1
2016-09-16wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero1-15/+15
2016-09-03fix remaining bitmonero and simplewallet bitsRiccardo Spagni1-5/+5
2016-09-01simplewallet: add magic and public keys to key image export filemoneromooo-monero1-5/+30
2016-09-01simplewallet: make the key image export format binarymoneromooo-monero1-18/+5
2016-08-28wallet: fix some "may be used uninitialized" warningsmoneromooo-monero1-8/+8
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-8/+20
2016-08-28wallet: do not store signatures in the wallet cachemoneromooo-monero1-1/+1
2016-08-28simplewallet: better check_tx_key feedbackmoneromooo-monero1-2/+20
2016-08-28rct: make the amount key derivable by a third party with the tx keymoneromooo-monero1-24/+16
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero1-12/+51
2016-08-28wallet: factor transfer_rct code with transfer codemoneromooo-monero1-12/+2
2016-08-28add rct to the protocolmoneromooo-monero1-17/+39
2016-08-26Merge pull request #982Riccardo Spagni1-1/+1
2016-08-26Merge pull request #976Riccardo Spagni1-1/+8
2016-08-24fix #691 removed help about leaving wallet name empty on --generate-new-walletguzzi_jones1-1/+1
2016-08-21simplewallet: default to max-concurrency 1 on MacOS Xmoneromooo-monero1-1/+8
2016-08-16simplewallet: do not suggest removing cache if the password was wrongmoneromooo-monero1-1/+3
2016-08-11Merge pull request #948Riccardo Spagni1-6/+6
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-6/+6
2016-08-11Merge pull request #952Riccardo Spagni1-4/+8
2016-08-11Merge pull request #949Riccardo Spagni1-64/+57
2016-08-09Better fix (#4)hyc1-4/+8
2016-08-09fix restore-deterministic heightluigi11111-2/+2
2016-08-07simplewallet: make the refresh thread into more generic idle threadmoneromooo-monero1-64/+57
2016-08-01Fix #864guzzi_jones1-27/+33
2016-07-24wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero1-0/+107
2016-07-23Merge pull request #923Riccardo Spagni1-0/+1
2016-07-23Merge pull request #916Riccardo Spagni1-2/+28
2016-07-22simplewallet: suggest removing cache when loading failsmoneromooo-monero1-0/+1
2016-07-20wallet: add unconfirmed incoming txes from the txpoolmoneromooo-monero1-2/+28
2016-07-20simplewallet: revert to foreground refresh at startupmoneromooo-monero1-0/+2
2016-07-20Merge pull request #902Riccardo Spagni1-8/+25
2016-07-19wallet: add command and RPC to sign/verify datamoneromooo-monero1-0/+67
2016-07-10Add a daemon RPC version, and make simplewallet check itmoneromooo-monero1-8/+25
2016-07-06Merge pull request #879Riccardo Spagni1-0/+1
2016-07-06Merge pull request #878Riccardo Spagni1-1/+79
2016-06-23TransactionHistory continuedIlya Kitaev1-1/+1
2016-06-22simplewallet: mention the background refresh thread when startingmoneromooo-monero1-0/+1
2016-06-22wallet: add a fee multipliermoneromooo-monero1-1/+79
2016-06-21Merge pull request #870Riccardo Spagni1-2/+6
2016-06-20gmtime for Windowsluigi11111-2/+6
2016-06-20simplewallet: add a status commandmoneromooo-monero1-0/+24
2016-05-17Merge pull request #827Riccardo Spagni1-14/+16
2016-04-29Set refresh height earlierHoward Chu1-13/+15
2016-04-29Merge pull request #826Riccardo Spagni1-27/+44
2016-04-29Fix 19fe8ae3ef1aa46ae8fdd4e4d6862510390ddab7Howard Chu1-2/+2
2016-04-28simplewallet: display all settings on set with no argumentsmoneromooo-monero1-27/+44
2016-04-28add a --max-concurrency flagmoneromooo-monero1-1/+6
2016-04-27Merge pull request #823Riccardo Spagni1-1/+1
2016-04-26simplewallet: fix pending transfers fee display in show_transfersmoneromooo-monero1-1/+1
2016-04-26simplewallet: more threading fixesmoneromooo-monero1-1/+5
2016-04-26wallet: allow attaching notes to txidsmoneromooo-monero1-3/+61
2016-04-26wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero1-3/+20
2016-04-26Merge pull request #817Riccardo Spagni1-11/+44
2016-04-26Merge pull request #815Riccardo Spagni1-63/+305
2016-04-26Merge pull request #814Riccardo Spagni1-7/+19
2016-04-21simplewallet: some background refresh threading fixesmoneromooo-monero1-11/+44
2016-04-19wallet: add a new sweep_all command and RPC commandmoneromooo-monero1-63/+305
2016-04-18 modified: src/simplewallet/simplewallet.cppawfulcrawler1-7/+19
2016-04-17Add --restore-height optionHoward Chu1-0/+24
2016-04-17Speed up new wallet refreshHoward Chu1-0/+6
2016-04-14Merge pull request #803Riccardo Spagni1-2/+13
2016-04-14Merge pull request #785Riccardo Spagni1-5/+66
2016-04-14Merge pull request #783Riccardo Spagni1-2/+2
2016-04-14Merge pull request #801Riccardo Spagni1-0/+1
2016-04-10simplewallet: save fixes in RPC modemoneromooo-monero1-2/+13
2016-04-09rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero1-2/+7
2016-04-06simplewallet: set strict umask at startmoneromooo-monero1-0/+1
2016-04-02simplewallet: optional address in --generate-from-jsonmoneromooo-monero1-5/+66
2016-04-02wallet: better output selection for transfer/transfer_newmoneromooo-monero1-2/+2
2016-04-02Merge pull request #772Riccardo Spagni1-0/+34
2016-04-02Merge pull request #769Riccardo Spagni1-41/+31
2016-04-02Merge pull request #767Riccardo Spagni1-0/+6
2016-04-02Merge pull request #766Riccardo Spagni1-0/+42
2016-03-29simplewallet: always gracefully exit on EOFmoneromooo-monero1-0/+34
2016-03-27wallet: make the JSON reading type safemoneromooo-monero1-41/+31
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero1-0/+6
2016-03-27simplewallet: default to trusted daemon for loopback addressmoneromooo-monero1-0/+42
2016-03-26wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero1-1/+1
2016-03-26wallet: change sweep_dust to sweep_unmixablemoneromooo-monero1-13/+22
2016-03-25wallet: add a --generate-from-json flagmoneromooo-monero1-6/+180
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-1/+1
2016-03-20Merge pull request #734Riccardo Spagni1-42/+54
2016-03-19simplewallet: make --password-file work in RPC modemoneromooo-monero1-42/+54
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-1/+1
2016-03-12Merge pull request #718Riccardo Spagni1-0/+1
2016-03-12simplewallet: fix hang when setting auto-refresh to 0moneromooo-monero1-0/+1
2016-03-12simplewallet: special ^C handling for windowsmoneromooo-monero1-0/+4
2016-03-11Use boost::thread instead of std::threadHoward Chu1-7/+7
2016-02-29Merge pull request #688Riccardo Spagni1-19/+114
2016-02-27simplewallet: prompt for private keys when generating walletsmoneromooo-monero1-32/+33
2016-02-22simplewallet: add a new --restore-from-keys optionmoneromooo-monero1-5/+99
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-2/+0
2016-02-20simplewallet: wording change for single tx confirmationmoneromooo-monero1-3/+12
2016-02-05simplewallet: check watch-only view key matches standard addressmoneromooo-monero1-0/+11
2016-01-30simplewallet: show_transfers can now show just failed txesmoneromooo-monero1-6/+13
2016-01-29wallet: detect and handle failed outgoing transfersmoneromooo-monero1-1/+2
2016-01-25simplewallet: remove leftover command line refresh-type handlingmoneromooo-monero1-3/+0
2016-01-09use load_file_to_string and exit with error on file read errorsFabian Hirschmann1-3/+9
2016-01-09remove new lines at the end of the password onlyFabian Hirschmann1-2/+2
2016-01-09add --password-file optionFabian Hirschmann1-0/+19
2015-12-31update versionRiccardo Spagni1-3/+3
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-30wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero1-13/+26
2015-12-19Add missing semicolons after log statementsmoneromooo-monero1-1/+1
2015-12-11Stop displaying internal commands for --helpluigi11111-1/+1
2015-12-11simplewallet help & error cleanupluigi11111-120/+120
2015-12-05wallet: make the wallet refresh type a wallet settingmoneromooo-monero1-33/+77
2015-11-30Merge pull request #512Riccardo Spagni1-8/+8
2015-11-29wallet: cancellable refreshmoneromooo-monero1-7/+47
2015-11-30Merge pull request #511Riccardo Spagni1-1/+1
2015-11-29simplewallet: add tr markers in a few missing user visible stringsmoneromooo-monero1-8/+8
2015-11-29simplewallet: swap colors in show_transfersmoneromooo-monero1-1/+1
2015-11-28wallet: optional automatic refresh from the daemonmoneromooo-monero1-9/+104
2015-11-22wallet: make the refresh optimizations selectable via command linemoneromooo-monero1-2/+39
2015-11-22Merge pull request #496Riccardo Spagni1-13/+32
2015-11-22wallet: rename store-tx-keys to store-tx-infomoneromooo-monero1-6/+6
2015-11-22wallet: improve show_transfersmoneromooo-monero1-8/+25
2015-11-21wallet: use incoming blocks to keep track of payments toomoneromooo-monero1-4/+6
2015-11-21Fix startup crash when using a locale boost does not likemoneromooo-monero1-1/+4
2015-11-15wallet: track outgoing payments and add a show_transfers commandmoneromooo-monero1-0/+99
2015-10-30simplewallet: add a set default-mixin commandmoneromooo-monero1-3/+76
2015-10-27Fix a possibly-unused warning, and rationalize typesmoneromooo-monero1-3/+3
2015-10-14simplewallet: add a check_tx_key commandmoneromooo-monero1-0/+105
2015-10-12simplewallet: hide start_mining behind --trusted-daemonmoneromooo-monero1-0/+6
2015-10-11Merge pull request #427Riccardo Spagni1-0/+9
2015-10-11simplewallet: add a --trusted-daemon flagmoneromooo-monero1-0/+9
2015-10-11simplewallet: bump default mixin from 3 to 4moneromooo-monero1-1/+1
2015-08-26Merge pull request #390Riccardo Spagni1-1/+1
2015-08-26wallet: use mutex protected random generation apimoneromooo-monero1-1/+1
2015-08-24simplewallet: add a store-tx-keys option to setmoneromooo-monero1-1/+45
2015-08-19make tx keys available to the usermoneromooo-monero1-0/+32
2015-08-16simplewallet: Use default log file name when executable's file path is unknownwarptangent1-3/+21
2015-08-11wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero1-0/+40
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero1-28/+30
2015-08-09Encrypted payment IDsmoneromooo-monero1-2/+8
2015-07-22wallet: new transaction construction algorithmmoneromooo-monero1-2/+17
2015-07-19simplewallet: use unsigned long long instead of size_t in messagemoneromooo-monero1-4/+4
2015-07-18wallet: add boolean to always confirm transactions with the usermoneromooo-monero1-5/+70
2015-07-18boost doesn't like %zu for size_t, replace with %umoneromooo-monero1-2/+2
2015-07-14Translatable strings for simplewalletmoneromooo-monero1-246/+263
2015-06-20simplewallet: allow creating a wallet from a public address and view secret keymoneromooo-monero1-8/+78
2015-06-20simplewallet: forbid seed commands for watch only walletsmoneromooo-monero1-0/+10
2015-06-14Merge pull request #318Riccardo Spagni1-5/+10