aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a possibly-unused warning, and rationalize typesmoneromooo-monero2015-10-271-3/+3
* simplewallet: add a check_tx_key commandmoneromooo-monero2015-10-141-0/+105
* simplewallet: hide start_mining behind --trusted-daemonmoneromooo-monero2015-10-121-0/+6
* Merge pull request #427Riccardo Spagni2015-10-111-0/+9
|\
| * simplewallet: add a --trusted-daemon flagmoneromooo-monero2015-10-111-0/+9
* | simplewallet: bump default mixin from 3 to 4moneromooo-monero2015-10-111-1/+1
|/
* Merge pull request #390Riccardo Spagni2015-08-261-1/+1
|\
| * wallet: use mutex protected random generation apimoneromooo-monero2015-08-261-1/+1
* | simplewallet: add a store-tx-keys option to setmoneromooo-monero2015-08-241-1/+45
|/
* make tx keys available to the usermoneromooo-monero2015-08-191-0/+32
* simplewallet: Use default log file name when executable's file path is unknownwarptangent2015-08-161-3/+21
* wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero2015-08-111-0/+40
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-091-28/+30
* Encrypted payment IDsmoneromooo-monero2015-08-091-2/+8
* wallet: new transaction construction algorithmmoneromooo-monero2015-07-221-2/+17
* simplewallet: use unsigned long long instead of size_t in messagemoneromooo-monero2015-07-191-4/+4
* wallet: add boolean to always confirm transactions with the usermoneromooo-monero2015-07-181-5/+70
* boost doesn't like %zu for size_t, replace with %umoneromooo-monero2015-07-181-2/+2
* Translatable strings for simplewalletmoneromooo-monero2015-07-141-246/+263
* simplewallet: allow creating a wallet from a public address and view secret keymoneromooo-monero2015-06-201-8/+78
* simplewallet: forbid seed commands for watch only walletsmoneromooo-monero2015-06-201-0/+10
* Merge pull request #318Riccardo Spagni2015-06-141-5/+10
|\
| * simplewallet: allow a different password for the watch-only walletmoneromooo-monero2015-06-121-5/+10
* | simplewallet: allow integrated_address to generate a random payment idmoneromooo-monero2015-06-121-4/+11
* | Integrated addresses (standard address plus payment id)moneromooo-monero2015-06-121-2/+62
|/
* wallet: add watch only wallet supportmoneromooo-monero2015-05-311-1/+39
* wallet: add a sweep_dust commandmoneromooo-monero2015-05-301-1/+128
* simplewallet: Update and add log optionswarptangent2015-05-281-9/+29
* simplewallet: Don't log view key and spend keywarptangent2015-05-281-4/+7
* Add spendkey dump to simplewalletluigi11112015-05-191-0/+8
* remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-011-0/+2
* default mix factor in simplewalletsmooth2015-03-101-10/+16
* Add a --restricted-rpc flag to simplewalletmoneromooo-monero2015-01-111-1/+4
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* Merge pull request #203Riccardo Spagni2014-12-131-4/+24
|\
| * Repeat prompt for wallet path if invalidwarptangent2014-12-111-4/+24
* | Add simple_wallet::seed_set_language methodwarptangent2014-12-081-0/+60
|/
* Checking and handling for deterministic vs non-deterministic walletwarptangent2014-12-061-18/+34
* indentationwarptangent2014-12-061-1/+1
* replace lines with call to recently added print_seed()warptangent2014-12-061-4/+1
* Merge pull request #186Riccardo Spagni2014-12-021-3/+0
|\
| * remove unused display variablewarptangent2014-12-011-3/+0
* | prompt for seed language and error handlingwarptangent2014-12-011-0/+7
|/
* Merge pull request #1Riccardo Spagni2014-12-011-21/+49
|\
| * Prints seed after wallet upgrade. Removed iostream include.Oran Juice2014-10-191-4/+21
| * Rewrites to old wallet file correctlyOran Juice2014-10-191-1/+1
| * Writes seed language while generating wallet. Wallet open fix.Oran Juice2014-10-181-17/+28
| * Stores seed language in wallet file. added rapidjson. Yet to test backward co...Oran Juice2014-10-181-2/+2
* | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ...iamsmooth2014-11-091-3/+2
|/
* split mnemonic printout over 3 linesRiccardo Spagni2014-10-051-0/+4