aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-monero1-2/+62
2015-06-12simplewallet: allow a different password for the watch-only walletmoneromooo-monero1-5/+10
2015-05-31wallet: add watch only wallet supportmoneromooo-monero1-1/+39
2015-05-30wallet: add a sweep_dust commandmoneromooo-monero1-1/+128
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 simplewalletluigi11111-0/+8
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-0/+2
2015-03-10default mix factor in simplewalletsmooth1-10/+16
2015-01-11Add a --restricted-rpc flag to simplewalletmoneromooo-monero1-1/+4
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
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 methodwarptangent1-0/+60
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 Spagni1-21/+49
2014-11-09Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth1-3/+2
2014-10-19Prints seed after wallet upgrade. Removed iostream include.Oran Juice1-4/+21
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 Spagni1-9/+77
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 Juice1-35/+14
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 Juice1-2/+16
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 Juice1-0/+38
2014-09-24Copies word lists directory to the location of the executableOran Juice1-0/+1
2014-09-23Fixed artifacts from cherry-picking devel->masterThomas Winget1-2/+2
2014-09-23change to allow (at least a bit) for multiple TXT recordsThomas Winget1-7/+10
2014-09-23Simplewallet should now resolve urls to addressesThomas Winget1-2/+53
2014-09-23Moved mnemonics code to src/mnemonicsOran Juice1-1/+1
2014-09-15Separate testnet address prefixZachary Michaels1-6/+9
2014-09-15Separate rpc port for testnetZachary Michaels1-3/+7
2014-09-15Reorganize testnet constantsZachary Michaels1-2/+2
2014-09-15Add testnet flagZachary Michaels1-7/+12
2014-09-12versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni1-3/+3
2014-08-05added viewkey command to CLIJakob Lind1-0/+8
2014-08-03refactoring. get seed code in wallet2Jakob Lind1-12/+3
2014-08-03check its deterministic wallet before printing seedJakob Lind1-3/+19
2014-08-03remove help text about seed only displayed onceJakob Lind1-2/+2
2014-08-03added seed command to get deterministic seed.Jakob Lind1-0/+11
2014-08-01#36 simplewallet refresh include optional height paramJakob Lind1-1/+14
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-07-17Merge pull request #63 from mikezackles/bytecoin_for_mergemikezackles1-2/+2
2014-07-01Fix thread count argument handling in simplewalletZachary Michaels1-2/+2
2014-06-30wallet RPC converted to use new transaction semanticsThomas Winget1-164/+32
2014-06-30removed erroneous printing of newlinesThomas Winget1-1/+0
2014-06-30removed some debugging code (really stupid printf-style debuggng..Thomas Winget1-11/+2
2014-06-30Transaction splitting *seems* to be working!!!tom1-6/+21
2014-06-30Added confirmation prompt if transactions are to be splitThomas Winget1-0/+16
2014-06-30added back successful tx message. oops.Thomas Winget1-1/+3
2014-06-30up tx splits limit 5 -> 30Thomas Winget1-1/+1
2014-06-30final changes to get transaction splitting building. needs testing.Thomas Winget1-13/+79
2014-06-30working on dividing functions in prep for tx splittingtom1-9/+80
2014-06-12changed wallet mnemonic to use cout so it doesn't print to logThomas Winget1-1/+2
2014-06-12changed text a bit moretom1-10/+11
2014-06-12changed some print messagestom1-2/+2
2014-06-12allow two-random-numbers wallet generation (but not as default)Thomas Winget1-33/+44
2014-06-12reworked command line args for simplewallet.Thomas Winget1-18/+29
2014-06-12DRY cin input_line (and test replacement of non-DRY usage)Thomas Winget1-6/+4
2014-06-12more pointer-based derpThomas Winget1-5/+10
2014-06-12fixed some pointer- and loop-based derpsThomas Winget1-0/+2
2014-06-12builds, but doesn't link. other than that, electrum-style recovery implement...Thomas Winget1-1/+9
2014-06-12most functions prototyped/modified for wallet recoveryThomas Winget1-3/+32
2014-06-02Added 'payment_id' optional argument to 'transfer' wallet RPC methodNeozaru1-15/+2
2014-06-01Merge bitmonero@monero-projectNeozaru1-17/+15
2014-05-28simplewallet returns 0 when no errorNeozaru1-1/+1
2014-05-28Added '--exit-after-cmd' option in simplewalletNeozaru1-1/+9
2014-05-28Fixed return status for '--help'. Fixed wallet name (use macro instead of 'by...Neozaru1-2/+2
2014-05-26Merge remote-tracking branch 'origin/master' into 0.8.8updatemydesktop1-5/+11
2014-05-26simplewallet exits when COMMAND is given as a command-line argumentpaybee1-5/+11
2014-05-250.8.8updatemydesktop1-5/+5
2014-05-16Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru1-0/+17
2014-05-03initial [broken] updatemydesktop1-18/+145
2014-04-30various fixes to allow mac osx compilationmydesktop1-1/+1
2014-04-07Improvements in JSON RPCAntonio Juarez1-11/+15
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-164/+501
2014-03-20some fixesAntonio Juarez1-106/+166
2014-03-03moved all stuff to githubAntonio Juarez1-0/+523