summaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* added viewkey command to CLIJakob Lind2014-08-051-0/+8
* refactoring. get seed code in wallet2Jakob Lind2014-08-031-12/+3
* check its deterministic wallet before printing seedJakob Lind2014-08-031-3/+19
* remove help text about seed only displayed onceJakob Lind2014-08-031-2/+2
* added seed command to get deterministic seed.Jakob Lind2014-08-031-0/+11
* #36 simplewallet refresh include optional height paramJakob Lind2014-08-011-1/+14
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
* Merge pull request #63 from mikezackles/bytecoin_for_mergemikezackles2014-07-171-2/+2
|\
| * Fix thread count argument handling in simplewalletZachary Michaels2014-07-011-2/+2
* | wallet RPC converted to use new transaction semanticsThomas Winget2014-06-301-164/+32
* | removed erroneous printing of newlinesThomas Winget2014-06-301-1/+0
* | removed some debugging code (really stupid printf-style debuggng..Thomas Winget2014-06-301-11/+2
* | Transaction splitting *seems* to be working!!!tom2014-06-301-6/+21
* | Added confirmation prompt if transactions are to be splitThomas Winget2014-06-301-0/+16
* | added back successful tx message. oops.Thomas Winget2014-06-301-1/+3
* | up tx splits limit 5 -> 30Thomas Winget2014-06-301-1/+1
* | final changes to get transaction splitting building. needs testing.Thomas Winget2014-06-301-13/+79
* | working on dividing functions in prep for tx splittingtom2014-06-301-9/+80
|/
* changed wallet mnemonic to use cout so it doesn't print to logThomas Winget2014-06-121-1/+2
* changed text a bit moretom2014-06-121-10/+11
* changed some print messagestom2014-06-121-2/+2
* allow two-random-numbers wallet generation (but not as default)Thomas Winget2014-06-121-33/+44
* reworked command line args for simplewallet.Thomas Winget2014-06-121-18/+29
* DRY cin input_line (and test replacement of non-DRY usage)Thomas Winget2014-06-121-6/+4
* more pointer-based derpThomas Winget2014-06-121-5/+10
* fixed some pointer- and loop-based derpsThomas Winget2014-06-121-0/+2
* builds, but doesn't link. other than that, electrum-style recovery implement...Thomas Winget2014-06-121-1/+9
* most functions prototyped/modified for wallet recoveryThomas Winget2014-06-121-3/+32
* Added 'payment_id' optional argument to 'transfer' wallet RPC methodNeozaru2014-06-021-15/+2
* Merge bitmonero@monero-projectNeozaru2014-06-011-17/+15
|\
| * Merge remote-tracking branch 'origin/master' into 0.8.8updatemydesktop2014-05-261-5/+11
| |\
| | * simplewallet exits when COMMAND is given as a command-line argumentpaybee2014-05-261-5/+11
| * | 0.8.8updatemydesktop2014-05-251-5/+5
| |/
* | simplewallet returns 0 when no errorNeozaru2014-05-281-1/+1
* | Added '--exit-after-cmd' option in simplewalletNeozaru2014-05-281-1/+9
* | Fixed return status for '--help'. Fixed wallet name (use macro instead of 'by...Neozaru2014-05-281-2/+2
|/
* Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru2014-05-161-0/+17
* initial [broken] updatemydesktop2014-05-031-18/+145
* various fixes to allow mac osx compilationmydesktop2014-04-301-1/+1
* Improvements in JSON RPCAntonio Juarez2014-04-071-11/+15
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-162/+499
* some fixesAntonio Juarez2014-03-201-106/+166
* moved all stuff to githubAntonio Juarez2014-03-031-0/+523