| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added viewkey command to CLI | Jakob Lind | 2014-08-05 | 1 | -0/+8 |
| | | |||||
| * | refactoring. get seed code in wallet2 | Jakob Lind | 2014-08-03 | 1 | -12/+3 |
| | | |||||
| * | check its deterministic wallet before printing seed | Jakob Lind | 2014-08-03 | 1 | -3/+19 |
| | | | | | when running the seed command | ||||
| * | remove help text about seed only displayed once | Jakob Lind | 2014-08-03 | 1 | -2/+2 |
| | | |||||
| * | added seed command to get deterministic seed. | Jakob Lind | 2014-08-03 | 1 | -0/+11 |
| | | | | | not yet password protected | ||||
| * | #36 simplewallet refresh include optional height param | Jakob Lind | 2014-08-01 | 1 | -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-clause | fluffypony | 2014-07-23 | 1 | -3/+29 |
| | | |||||
| * | Merge pull request #63 from mikezackles/bytecoin_for_merge | mikezackles | 2014-07-17 | 1 | -2/+2 |
| |\ | | | | | Misc fixes from bytecoin | ||||
| | * | Fix thread count argument handling in simplewallet | Zachary Michaels | 2014-07-01 | 1 | -2/+2 |
| | | | |||||
| * | | wallet RPC converted to use new transaction semantics | Thomas Winget | 2014-06-30 | 1 | -164/+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 newlines | Thomas Winget | 2014-06-30 | 1 | -1/+0 |
| | | | |||||
| * | | removed some debugging code (really stupid printf-style debuggng.. | Thomas Winget | 2014-06-30 | 1 | -11/+2 |
| | | | |||||
| * | | Transaction splitting *seems* to be working!!! | tom | 2014-06-30 | 1 | -6/+21 |
| | | | |||||
| * | | Added confirmation prompt if transactions are to be split | Thomas Winget | 2014-06-30 | 1 | -0/+16 |
| | | | |||||
| * | | added back successful tx message. oops. | Thomas Winget | 2014-06-30 | 1 | -1/+3 |
| | | | |||||
| * | | up tx splits limit 5 -> 30 | Thomas Winget | 2014-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | final changes to get transaction splitting building. needs testing. | Thomas Winget | 2014-06-30 | 1 | -13/+79 |
| | | | |||||
| * | | working on dividing functions in prep for tx splitting | tom | 2014-06-30 | 1 | -9/+80 |
| |/ | |||||
| * | changed wallet mnemonic to use cout so it doesn't print to log | Thomas Winget | 2014-06-12 | 1 | -1/+2 |
| | | |||||
| * | changed text a bit more | tom | 2014-06-12 | 1 | -10/+11 |
| | | |||||
| * | changed some print messages | tom | 2014-06-12 | 1 | -2/+2 |
| | | |||||
| * | allow two-random-numbers wallet generation (but not as default) | Thomas Winget | 2014-06-12 | 1 | -33/+44 |
| | | |||||
| * | reworked command line args for simplewallet. | Thomas Winget | 2014-06-12 | 1 | -18/+29 |
| | | | | | --generate-new-wallet and --wallet-file are now properly mutually-exclusive. | ||||
| * | DRY cin input_line (and test replacement of non-DRY usage) | Thomas Winget | 2014-06-12 | 1 | -6/+4 |
| | | |||||
| * | more pointer-based derp | Thomas Winget | 2014-06-12 | 1 | -5/+10 |
| | | |||||
| * | fixed some pointer- and loop-based derps | Thomas Winget | 2014-06-12 | 1 | -0/+2 |
| | | |||||
| * | builds, but doesn't link. other than that, electrum-style recovery ↵ | Thomas Winget | 2014-06-12 | 1 | -1/+9 |
| | | | | | implemented (but not tested\!) | ||||
| * | most functions prototyped/modified for wallet recovery | Thomas Winget | 2014-06-12 | 1 | -3/+32 |
| | | |||||
| * | Added 'payment_id' optional argument to 'transfer' wallet RPC method | Neozaru | 2014-06-02 | 1 | -15/+2 |
| | | |||||
| * | Merge bitmonero@monero-project | Neozaru | 2014-06-01 | 1 | -17/+15 |
| |\ | |||||
| | * | Merge remote-tracking branch 'origin/master' into 0.8.8update | mydesktop | 2014-05-26 | 1 | -5/+11 |
| | |\ | | | | | | | | | | Latest PR merged into experimental branch. | ||||
| | | * | simplewallet exits when COMMAND is given as a command-line argument | paybee | 2014-05-26 | 1 | -5/+11 |
| | | | | |||||
| | * | | 0.8.8update | mydesktop | 2014-05-25 | 1 | -5/+5 |
| | |/ | |||||
| * | | simplewallet returns 0 when no error | Neozaru | 2014-05-28 | 1 | -1/+1 |
| | | | |||||
| * | | Added '--exit-after-cmd' option in simplewallet | Neozaru | 2014-05-28 | 1 | -1/+9 |
| | | | |||||
| * | | Fixed return status for '--help'. Fixed wallet name (use macro instead of ↵ | Neozaru | 2014-05-28 | 1 | -2/+2 |
| |/ | | | | 'bytecoin wallet' | ||||
| * | Added 'save_bc' command in daemon for saving blockchain remotely | Neozaru | 2014-05-16 | 1 | -0/+17 |
| | | |||||
| * | initial [broken] update | mydesktop | 2014-05-03 | 1 | -18/+145 |
| | | |||||
| * | various fixes to allow mac osx compilation | mydesktop | 2014-04-30 | 1 | -1/+1 |
| | | |||||
| * | Improvements in JSON RPC | Antonio Juarez | 2014-04-07 | 1 | -11/+15 |
| | | |||||
| * | json rpc for wallet and bugfix | Antonio Juarez | 2014-04-02 | 1 | -162/+499 |
| | | |||||
| * | some fixes | Antonio Juarez | 2014-03-20 | 1 | -106/+166 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 1 | -0/+523 |
