1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00
Commit Graph

42 Commits

Author SHA1 Message Date
Elias Rad
3d299b4eb0
BIP39: fix grammar in wordlists doc (#1626) 2024-06-25 10:26:19 -07:00
2014
1818752171
Update bip-0039-wordlists.md
typos, grammar, clarity
2024-01-29 23:45:16 +02:00
Luke Dashjr
cf0b529e78
Merge pull request #998 from sabotag3x/master
Add Portuguese wordlist to BIP39
2020-12-20 19:01:59 +00:00
sabotag3x
d353c54154 Create portuguese.txt
Co-authored-by: Breno Rodrigues Brito <brenorb@gmail.com>
Co-authored-by: ninjastic <ninjasticdev@protonmail.com>
Co-authored-by: sabotag3x <sabotage.sta@gmail.com>
Co-authored-by: bitmover <67111541+bitmover-studio@users.noreply.github.com>
Co-authored-by: alegotardo <40860228+alegotardo@users.noreply.github.com>
Co-authored-by: kuthullu <kuthullu@gmail.com>
Co-authored-by: Trimegistus <trimegisto@rocketmail.com>
2020-09-28 09:32:14 -03:00
Gigi
f040ea4ae6
[Trivial] Fix typos
werbs -> verbs
geografical -> geographical
2020-09-17 10:39:28 +02:00
Luke Dashjr
51a8d83122
Merge pull request #493 from zizelevak/master
Czech wordlist for BIP0039
2019-09-19 22:05:16 +00:00
nullius
50c4f1255e
Fix two errors in the BIP 39 French wordlist
The BIP 39 wordlist contained two significant technical errors:

 - Byte Order Marker (BOM) U+FEFF at the beginning of the first line,
   preceding the word "abaisser".

 - No newline '\n' char terminating the last line, after "zoologie".

The former may cause user loss of funds.  An implementation which
generates a mnemonic phrase and also turns it into a BIP 39 seed value
may feed the string "<U+FEFF>abaisser" to the KDF, while displaying the
word "abaisser" to the user.  Of course, it cannot be expected that the
user would enter "<U+FEFF>abaisser" upon attempt to restore a wallet.
In the face of a buggy wordlist, whitespace handling and normalization
cannot be absolutely relied on to remove a notoriously mischievous
character.  Those who provide technical support may be well advised to
ask French users with unrestorable wallets, "Did your mnemonic phrase
contain the word 'abaisser'?"

The latter broke the shell script I use to massage wordlists into C
sources when building https://github.com/nym-zone/easyseed .

I know of only one commonplace platform where software regularly
prepends UTF-8 files with a spurious U+FEFF, and oftentimes omits a line
terminator on the last line even when asked to create a Unix ('\n') text
file.  It is RECOMMENDED that new wordlists be examined for correctness
using standard shell tools on a sane platform.
2018-01-01 04:50:24 +00:00
junderw
2880981dc3
Add Korean wordlist 2017-08-10 10:56:41 +09:00
Luke Dashjr
8fc0e0d4be Merge pull request #521 from jonathancross/bip-39-wordlist
bip-0039-wordlists : Typos, capitalization and trailing whitespace.
2017-05-07 22:17:22 +00:00
Jonathan Cross
3432f44f6c
[bip-39] Typo, capitalization and trailing whitespace. 2017-04-20 17:39:42 +02:00
blag
f60bf00957 Properly format so MD renders properly on GitHub 2017-04-12 13:11:36 -06:00
zizelevak
b7f682f702 Update czech.txt 2017-02-12 03:40:30 +01:00
zizelevak
8a2a06e94c Update czech.txt 2017-02-10 23:56:16 +01:00
zizelevak
b9f09aae63 Update czech.txt 2017-01-31 08:49:29 +01:00
zizelevak
f4691796c6 Update czech.txt 2017-01-31 08:15:12 +01:00
zizelevak
dab9d97b44 Update czech.txt 2017-01-31 08:08:42 +01:00
zizelevak
92a07ee121 Update czech.txt 2017-01-27 19:54:28 +01:00
zizelevak
7ae1049232 Update czech.txt 2017-01-27 18:23:25 +01:00
zizelevak
1a3ec3a459 Update czech.txt 2017-01-27 17:34:25 +01:00
zizelevak
875f35a07a Update bip-0039-wordlists.md 2017-01-27 16:51:06 +01:00
zizelevak
af07fb993e Update czech.txt
Words are sorting according English alphabet (Czech sorting has difference in “ch”)
2017-01-27 16:49:45 +01:00
zizelevak
9eefdc9151 Update bip-0039-wordlists.md 2017-01-23 13:47:51 +01:00
zizelevak
469a12b918 Update bip-0039-wordlists.md 2017-01-23 13:46:36 +01:00
zizelevak
5be84b01f1 Rename Czech.txt to czech.txt 2017-01-23 12:32:52 +01:00
zizelevak
e3ec9cf9db Create Czech.txt 2017-01-23 12:30:55 +01:00
Paolo Agazzone
d3f34b99d0 Added bip39 Italian wordlist 2016-01-28 11:12:47 +01:00
Wladimir J. van der Laan
deec9f13c2 Merge pull request #130 from bip39JP/master
BIP39: Clarify necessity for ideographic spaces.
2015-05-26 08:09:14 +00:00
Kirvx
69841de362 French Wordlist 2015-05-25 14:13:19 +02:00
Aaron Voisine
25f10b9f7b NFKD normalize spanish word list 2015-03-11 23:17:02 -07:00
bip39jp
144ef37e53 Normalize word in wordlist to begin with
Misunderstood specification.
2015-03-12 14:10:02 +09:00
bip39jp
f0dd2d58ab Clarify necessity for ideographic spaces.
I left it unclear / open to interpretation on whether to use ideograpic
spaces, but realized that without being specific on its necessity,
developers may implement something that would cause trouble with the
Japanese user. (two words looking like one word, or phrase verification
failing because it can't handle ideographic spaces, etc.)
2015-03-12 14:06:22 +09:00
bip39CN
7d77befd2b Add Chinese wordlist to BIP39
Rebased-From: 14cd9883a8
Github-Pull: #114
2014-12-16 08:11:49 +01:00
Wladimir J. van der Laan
1eb781ca8a Merge pull request #112 from Y75QMO/patch-1
Update bip-0039-wordlists.md
2014-10-17 10:14:26 +02:00
Wladimir J. van der Laan
d8382023cc Merge pull request #100 from Y75QMO/master
BIP0039 added Spanish wordlist
2014-10-17 10:13:54 +02:00
Y75QMO
6e848f30dc Update bip-0039-wordlists.md
Added Spanish wordlist.
2014-10-16 09:55:08 +02:00
bip39JP
9fda3dbf20 Wordlist update.
Brushed up wordlist:
1. First 3 characters are unique for every word.
2. No more words less than 3 characters.
2014-09-28 22:17:50 +09:00
Y75QMO
2272a1fc9e Create spanish.txt 2014-09-02 20:56:50 +02:00
bip39JP
af05299220 Clarify the normalization will fix mixed space use 2014-08-26 02:17:55 +09:00
bip39JP
1901f2c807 Fixed wordlist links to account for new document 2014-08-26 02:11:11 +09:00
bip39jp
2248c1dc74 Moved wordlists to separate file. 2014-08-16 01:51:56 +09:00
bip39jp
8990249442 BIP0039 Added Japanese wordlist 2014-08-15 01:21:48 +09:00
slush0
ce1862ac6b Added bip39 english wordlist 2014-02-07 20:43:04 +01:00