aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05added viewkey command to CLIJakob Lind2-0/+9
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 Lind2-0/+12
2014-08-01#36 simplewallet refresh include optional height paramJakob Lind1-1/+14
2014-07-23License updated to BSD 3-clausefluffypony4-13/+116
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 Winget2-165/+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 Winget2-16/+82
2014-06-30working on dividing functions in prep for tx splittingtom2-9/+84
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 Winget2-36/+46
2014-06-12reworked command line args for simplewallet.Thomas Winget2-19/+30
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 Winget2-4/+41
2014-06-02Added 'payment_id' optional argument to 'transfer' wallet RPC methodNeozaru1-15/+2
2014-06-01Merge bitmonero@monero-projectNeozaru2-18/+16
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.8updatemydesktop2-6/+6
2014-05-16Added 'save_bc' command in daemon for saving blockchain remotelyNeozaru2-0/+18
2014-05-03initial [broken] updatemydesktop2-18/+148
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 Juarez2-167/+564
2014-03-20some fixesAntonio Juarez2-112/+172
2014-03-03moved all stuff to githubAntonio Juarez4-0/+864