aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed conflict in CMakeListsRiccardo Spagni2014-10-051-9/+77
|\
| * Don't show Old English as an available optionOran Juice2014-10-031-1/+1
| * Restructured language sources to be singletonsOran Juice2014-10-021-35/+14
| * Change seed message to '25' words from '24' wordsOran Juice2014-09-301-2/+2
| * Merge with origin/masterOran Juice2014-09-281-2/+56
| |\
| * | Minor comment changes and code clean-upOran Juice2014-09-281-3/+3
| * | CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit...Oran Juice2014-09-281-6/+10
| * | Doxygen comments inOran Juice2014-09-271-2/+16
| * | Informs about old style mnemonics from older wallet and provides a new one. C...Oran Juice2014-09-271-2/+8
| * | Throw error when word list file is empty and quick bug fixOran Juice2014-09-271-7/+31
| * | Supports wallet restorationOran Juice2014-09-261-4/+6
| * | Accepts seed language choice from user.Oran Juice2014-09-251-0/+38
| * | Copies word lists directory to the location of the executableOran Juice2014-09-241-0/+1
| * | Moved mnemonics code to src/mnemonicsOran Juice2014-09-231-1/+1
* | | cleaned up OpenAlias messages in simplewalletRiccardo Spagni2014-10-031-6/+6
* | | simplewallet ignoring testnet port in RPC modeRiccardo Spagni2014-10-011-1/+1
| |/ |/|
* | Fixed artifacts from cherry-picking devel->masterThomas Winget2014-09-231-2/+2
* | change to allow (at least a bit) for multiple TXT recordsThomas Winget2014-09-231-7/+10
* | Simplewallet should now resolve urls to addressesThomas Winget2014-09-231-2/+53
|/
* Separate testnet address prefixZachary Michaels2014-09-151-6/+9
* Separate rpc port for testnetZachary Michaels2014-09-151-3/+7
* Reorganize testnet constantsZachary Michaels2014-09-151-2/+2
* Add testnet flagZachary Michaels2014-09-151-7/+12
* versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni2014-09-121-3/+3
* added viewkey command to CLIJakob Lind2014-08-051-0/+8
* refactoring. get seed code in wallet2Jakob Lind2014-08-031-12/+3