aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-11Add snap packaging.Casey Marshall1-1/+2
2016-09-03fix remaining bitmonero and simplewallet bitsRiccardo Spagni1-5/+5
2016-09-03rename simplewalletRiccardo Spagni1-0/+3
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-monero2-13/+2
2016-08-28add rct to the protocolmoneromooo-monero2-20/+43
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 Spagni2-4/+9
2016-08-11Merge pull request #949Riccardo Spagni2-69/+64
2016-08-09Better fix (#4)hyc2-4/+9
2016-08-09fix restore-deterministic heightluigi11111-2/+2
2016-08-07simplewallet: make the refresh thread into more generic idle threadmoneromooo-monero2-69/+64
2016-08-01Fix #864guzzi_jones4-53/+106
2016-07-24wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero2-0/+109
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 Spagni2-9/+27
2016-07-19wallet: add command and RPC to sign/verify datamoneromooo-monero2-0/+69
2016-07-10Add a daemon RPC version, and make simplewallet check itmoneromooo-monero2-9/+27
2016-07-06Merge pull request #879Riccardo Spagni1-0/+1
2016-07-06Merge pull request #878Riccardo Spagni2-1/+80
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-monero2-1/+80
2016-06-21Merge pull request #870Riccardo Spagni1-2/+6
2016-06-20gmtime for Windowsluigi11111-2/+6
2016-06-20simplewallet: add a status commandmoneromooo-monero2-0/+25
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-monero2-3/+63
2016-04-26wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero1-3/+20
2016-04-26Merge pull request #817Riccardo Spagni2-11/+45
2016-04-26Merge pull request #815Riccardo Spagni2-63/+307
2016-04-26Merge pull request #814Riccardo Spagni1-7/+19
2016-04-21simplewallet: some background refresh threading fixesmoneromooo-monero2-11/+45
2016-04-19wallet: add a new sweep_all command and RPC commandmoneromooo-monero2-63/+307
2016-04-18 modified: src/simplewallet/simplewallet.cppawfulcrawler1-7/+19
2016-04-17Add --restore-height optionHoward Chu2-0/+25
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-monero2-14/+23
2016-03-25wallet: add a --generate-from-json flagmoneromooo-monero2-6/+182
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 Chu2-10/+10
2016-02-29Merge pull request #688Riccardo Spagni2-19/+117
2016-02-27simplewallet: prompt for private keys when generating walletsmoneromooo-monero1-32/+33
2016-02-22simplewallet: add a new --restore-from-keys optionmoneromooo-monero2-5/+102
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-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-1/+2
2016-01-25simplewallet: remove leftover command line refresh-type handlingmoneromooo-monero2-5/+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 Spagni5-5/+5
2015-12-30wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero2-13/+28
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-monero2-33/+78
2015-11-30Merge pull request #512Riccardo Spagni1-8/+8
2015-11-29wallet: cancellable refreshmoneromooo-monero2-7/+50
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-monero2-9/+113
2015-11-22wallet: make the refresh optimizations selectable via command linemoneromooo-monero2-3/+42
2015-11-22Merge pull request #496Riccardo Spagni2-16/+35
2015-11-22wallet: rename store-tx-keys to store-tx-infomoneromooo-monero2-7/+7
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-21simplewallet: lessen display flicker confusionmoneromooo-monero1-2/+2
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-monero2-0/+100
2015-10-30simplewallet: add a set default-mixin commandmoneromooo-monero2-3/+77
2015-10-27Fix a possibly-unused warning, and rationalize typesmoneromooo-monero1-3/+3
2015-10-14simplewallet: add a check_tx_key commandmoneromooo-monero2-0/+106
2015-10-12simplewallet: hide start_mining behind --trusted-daemonmoneromooo-monero1-0/+6
2015-10-11Merge pull request #427Riccardo Spagni2-0/+10
2015-10-11simplewallet: add a --trusted-daemon flagmoneromooo-monero2-0/+10
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-monero2-1/+46
2015-08-19make tx keys available to the usermoneromooo-monero2-0/+33
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-monero2-0/+41
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-monero2-2/+19
2015-07-19simplewallet: fix context/string order mismatchmoneromooo-monero1-1/+1
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-monero2-5/+71
2015-07-18boost doesn't like %zu for size_t, replace with %umoneromooo-monero1-2/+2
2015-07-14Translatable strings for simplewalletmoneromooo-monero2-247/+267
2015-06-20simplewallet: allow creating a wallet from a public address and view secret keymoneromooo-monero2-8/+81
2015-06-20simplewallet: forbid seed commands for watch only walletsmoneromooo-monero1-0/+10
2015-06-14Merge pull request #318Riccardo Spagni3-8/+14
2015-06-12simplewallet: allow integrated_address to generate a random payment idmoneromooo-monero1-4/+11
2015-06-12Integrated addresses (standard address plus payment id)moneromooo-monero2-2/+63
2015-06-12simplewallet: allow a different password for the watch-only walletmoneromooo-monero3-8/+14
2015-05-31wallet: add watch only wallet supportmoneromooo-monero2-1/+40
2015-05-30wallet: add a sweep_dust commandmoneromooo-monero2-1/+129
2015-05-28simplewallet: Update and add log optionswarptangent1-9/+29
2015-05-28simplewallet: Don't log view key and spend keywarptangent1-4/+7
2015-05-19Add spendkey dump to simplewalletluigi11112-0/+9
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-0/+2
2015-04-01Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero1-11/+16
2015-03-10default mix factor in simplewalletsmooth1-10/+16
2015-02-202014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero1-0/+1
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero1-0/+1
2015-01-11Add a --restricted-rpc flag to simplewalletmoneromooo-monero1-1/+4
2015-01-02year updated in licenseRiccardo Spagni5-5/+5
2014-12-13Merge pull request #203Riccardo Spagni1-4/+24
2014-12-11Repeat prompt for wallet path if invalidwarptangent1-4/+24
2014-12-08Add simple_wallet::seed_set_language methodwarptangent2-0/+72
2014-12-06Checking and handling for deterministic vs non-deterministic walletwarptangent1-19/+35
2014-12-06indentationwarptangent1-1/+1
2014-12-06replace lines with call to recently added print_seed()warptangent1-4/+1
2014-12-02Merge pull request #186Riccardo Spagni1-3/+0
2014-12-01prompt for seed language and error handlingwarptangent1-0/+7
2014-12-01remove unused display variablewarptangent1-3/+0
2014-12-01Merge pull request #1Riccardo Spagni2-21/+54
2014-11-26Merge pull request #188Riccardo Spagni1-3/+2
2014-11-09Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth1-3/+2
2014-10-24cmake: fix up link linesBen Boeckel1-1/+1
2014-10-24cmake: support 2.8.7Ben Boeckel1-1/+1
2014-10-23cmake: handle private vs. public headersBen Boeckel1-2/+7
2014-10-23cmake: refactor common code with executablesBen Boeckel1-18/+1
2014-10-23cmake: put each library into its own directoryBen Boeckel1-0/+70
2014-10-19Prints seed after wallet upgrade. Removed iostream include.Oran Juice2-4/+26
2014-10-19Rewrites to old wallet file correctlyOran Juice1-1/+1
2014-10-18Writes seed language while generating wallet. Wallet open fix.Oran Juice1-17/+28
2014-10-18Stores seed language in wallet file. added rapidjson. Yet to test backward co...Oran Juice1-2/+2
2014-10-05split mnemonic printout over 3 linesRiccardo Spagni1-0/+4
2014-10-05fixed conflict in CMakeListsRiccardo Spagni2-14/+100
2014-10-03cleaned up OpenAlias messages in simplewalletRiccardo Spagni1-6/+6
2014-10-03Don't show Old English as an available optionOran Juice1-1/+1
2014-10-02Restructured language sources to be singletonsOran Juice2-36/+16
2014-10-01simplewallet ignoring testnet port in RPC modeRiccardo Spagni1-1/+1
2014-09-30Change seed message to '25' words from '24' wordsOran Juice1-2/+2
2014-09-28Merge with origin/masterOran Juice1-2/+56
2014-09-28Minor comment changes and code clean-upOran Juice1-3/+3
2014-09-28CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit...Oran Juice1-6/+10
2014-09-27Doxygen comments inOran Juice2-6/+36
2014-09-27Informs about old style mnemonics from older wallet and provides a new one. C...Oran Juice1-2/+8
2014-09-27Throw error when word list file is empty and quick bug fixOran Juice1-7/+31
2014-09-26Supports wallet restorationOran Juice1-4/+6
2014-09-25Accepts seed language choice from user.Oran Juice2-0/+39
2014-09-24Copies word lists directory to the location of the executableOran Juice1-0/+1