aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/electrum-words.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-03Don't show Old English as an available optionOran Juice1-2/+1
2014-10-02Had missed const and had to use .at instead of []Oran Juice1-5/+5
2014-10-02Use reference types on LHS when using language methodsOran Juice1-6/+4
2014-10-02Cut short word lists to 1626 words, added attribution to Electrum, some bug f...Oran Juice1-2/+3
2014-10-02Restructured language sources to be singletonsOran Juice1-201/+181
2014-10-02Separated word lists to header filesOran Juice1-0/+6
2014-09-30Added attribution to Electrum for their word-listsOran Juice1-0/+5
2014-09-30Is forgiving of spelling mistakes beyond the 1st 4 characters.Oran Juice1-29/+68
2014-09-28Minor comment changes and code clean-upOran Juice1-1/+1
2014-09-28Default to new style English seedOran Juice1-1/+1
2014-09-28Minor code refactor and comment changesOran Juice1-4/+4
2014-09-28CRC Checksum for word seed. Gives a new 25 word seed with checksum if one wit...Oran Juice1-27/+82
2014-09-27Doxygen comments inOran Juice1-14/+56
2014-09-27Informs about old style mnemonics from older wallet and provides a new one. C...Oran Juice1-0/+12
2014-09-27Throw error when word list file is empty and quick bug fixOran Juice1-5/+9
2014-09-26Supports wallet restorationOran Juice1-15/+39
2014-09-25Accepts seed language choice from user.Oran Juice1-1/+18
2014-09-24Copies word lists directory to the location of the executableOran Juice1-3/+4
2014-09-23Check for error after opening word list fileOran Juice1-6/+11
2014-09-23Added code to separate old word list to raw input file and support for multip...Oran Juice1-12/+61
2014-09-23Moved mnemonics code to src/mnemonicsOran Juice1-0/+138