summaryrefslogtreecommitdiff
path: root/src/simplewallet
Commit message (Collapse)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
| | | | when running the seed command
* 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
| | | | not yet password protected
* #36 simplewallet refresh include optional height paramJakob Lind2014-08-011-1/+14
| | | | | | height param is used optionally in refresh command TODO: This should also be the default behaviour when generating a new wallet.
* License updated to BSD 3-clausefluffypony2014-07-234-13/+116
|
* Merge pull request #63 from mikezackles/bytecoin_for_mergemikezackles2014-07-171-2/+2
|\ | | | | Misc fixes from bytecoin
| * 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
| | | | | | | | | | | | | | | | wallet RPC now uses wallet2::create_transactions and wallet2::commit_tx instead of wallet2::transfer. This made it possible to add the RPC call /transfer_split, which will split transactions automatically if they are too large. The old call to /transfer will return an error stating to use /transfer_split if multiple transactions are needed to fulfill the request.
* | 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
| | | | --generate-new-wallet and --wallet-file are now properly mutually-exclusive.
* 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 ↵Thomas Winget2014-06-121-1/+9
| | | | implemented (but not tested\!)
* 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
| |\ | | | | | | | | | Latest PR merged into experimental branch.
| | * 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 ↵Neozaru2014-05-281-2/+2
|/ | | | 'bytecoin wallet'
* 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