summaryrefslogtreecommitdiff
path: root/src/simplewallet
Commit message (Expand)AuthorAgeFilesLines
* added viewkey command to CLIJakob Lind2014-08-052-0/+9
* 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-032-0/+12
* #36 simplewallet refresh include optional height paramJakob Lind2014-08-011-1/+14
* License updated to BSD 3-clausefluffypony2014-07-234-13/+116
* 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-302-165/+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-302-16/+82
* | working on dividing functions in prep for tx splittingtom2014-06-302-9/+84
|/
* 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-122-36/+46
* reworked command line args for simplewallet.Thomas Winget2014-06-122-19/+30
* 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-122-4/+41
* Added 'payment_id' optional argument to 'transfer' wallet RPC methodNeozaru2014-06-021-15/+2
* Merge bitmonero@monero-projectNeozaru2014-06-012-18/+16
|\
| * 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-252-6/+6
| |/
* | 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-162-0/+18
* initial [broken] updatemydesktop2014-05-032-18/+148
* 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-022-165/+562
* some fixesAntonio Juarez2014-03-202-112/+172
* moved all stuff to githubAntonio Juarez2014-03-034-0/+864