aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/electrum-words.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Separated word lists to header filesOran Juice2014-10-021-0/+6
|
* Added attribution to Electrum for their word-listsOran Juice2014-09-301-0/+5
|
* Is forgiving of spelling mistakes beyond the 1st 4 characters.Oran Juice2014-09-301-29/+68
|
* Minor comment changes and code clean-upOran Juice2014-09-281-1/+1
|
* Default to new style English seedOran Juice2014-09-281-1/+1
|
* Minor code refactor and comment changesOran Juice2014-09-281-4/+4
|
* CRC Checksum for word seed. Gives a new 25 word seed with checksum if one ↵Oran Juice2014-09-281-27/+82
| | | | without checksum is passed. Doxygen comment fix.
* Doxygen comments inOran Juice2014-09-271-14/+56
|
* Informs about old style mnemonics from older wallet and provides a new one. ↵Oran Juice2014-09-271-0/+12
| | | | CMakeLists.txt update.
* Throw error when word list file is empty and quick bug fixOran Juice2014-09-271-5/+9
|
* Supports wallet restorationOran Juice2014-09-261-15/+39
|
* Accepts seed language choice from user.Oran Juice2014-09-251-1/+18
|
* Copies word lists directory to the location of the executableOran Juice2014-09-241-3/+4
|
* Check for error after opening word list fileOran Juice2014-09-231-6/+11
|
* Added code to separate old word list to raw input file and support for ↵Oran Juice2014-09-231-12/+61
| | | | multiple new languages
* Moved mnemonics code to src/mnemonicsOran Juice2014-09-231-0/+138