Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VcNjD-0007UO-0M for bitcoin-development@lists.sourceforge.net; Fri, 01 Nov 2013 23:02:07 +0000 Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of midnightdesign.ws designates 50.87.144.70 as permitted sender) client-ip=50.87.144.70; envelope-from=boydb@midnightdesign.ws; helo=gator3054.hostgator.com; Received: from gator3054.hostgator.com ([50.87.144.70]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1VcNjB-0003t9-Qm for bitcoin-development@lists.sourceforge.net; Fri, 01 Nov 2013 23:02:06 +0000 Received: from [74.125.82.53] (port=39212 helo=mail-wg0-f53.google.com) by gator3054.hostgator.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.80) (envelope-from ) id 1VcL7G-0001Zn-MT for bitcoin-development@lists.sourceforge.net; Fri, 01 Nov 2013 15:14:46 -0500 Received: by mail-wg0-f53.google.com with SMTP id y10so9830wgg.8 for ; Fri, 01 Nov 2013 13:14:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=nzAwZ7DEseXzXFm1XvsGTTmUh3SL4qUSMq0fZxExcB4=; b=ih4+opS1jBUyori+ZKoM3tm85BrYadxQZoi9WTeD3REXhwTwNKsjr0q3nozk3aTUgY xITiZpJabmSuQihlHdG0GEx3wBle4jO30P2Hvko9RQjoFGuLcYM1K6BjcVQK0aA3r6sA muVYS0SYrQDRqkipwssW/bqZPCF1J5ESPaw7kVnbqju4TT6fS2yvvIRznk7mVqVDXovf +ExZAHEs9G3vNkkfy8vAZrflZtFu5o8d5x5gzasmc/Ddp+HSh7dxN1enP+49gyQcym0t WXVUaxtRv42iz3BE9Mnr3SLvcoknqDgq2yhcXsYq0GcKnspCZ33YZxe/K4AJMZcA7A8z S4SA== X-Gm-Message-State: ALoCoQmCjbFXnMdIYfLYUssEaaXO75ND1ja16555EMV+BiYioXLQhRYlF6cm+H0IsgeHMFwH+pZ+ MIME-Version: 1.0 X-Received: by 10.180.108.131 with SMTP id hk3mr3764538wib.10.1383336884910; Fri, 01 Nov 2013 13:14:44 -0700 (PDT) Received: by 10.227.60.6 with HTTP; Fri, 1 Nov 2013 13:14:44 -0700 (PDT) Date: Fri, 1 Nov 2013 15:14:44 -0500 Message-ID: From: Brooks Boyd To: bitcoin-development@lists.sourceforge.net Content-Type: multipart/alternative; boundary=e89a8f3ba34ba1530b04ea233704 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator3054.hostgator.com X-AntiAbuse: Original Domain - lists.sourceforge.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - midnightdesign.ws X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (mail-wg0-f53.google.com) [74.125.82.53]:39212 X-Source-Auth: midnight X-Email-Count: 0 X-Source-Cap: bWlkbmlnaHQ7bWlkbmlnaHQ7Z2F0b3IzMDU0Lmhvc3RnYXRvci5jb20= X-Spam-Score: -0.5 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message X-Headers-End: 1VcNjB-0003t9-Qm Subject: Re: [Bitcoin-development] BIP39 word list X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 23:02:07 -0000 --e89a8f3ba34ba1530b04ea233704 Content-Type: text/plain; charset=ISO-8859-1 I was inspired to join the mailing list to comment on some of these discussions about BIP39, which I think will have great use in the Bitcoin community and outside it as a way to transcribe binary data. The one thought I had as the discussions about similar characters are resulting in culling words from the list, is that it only helps to validate input, not help the user if it is incorrect. For example, if both "cat" and "eat" were in the word list, and someone wrote down "eat", but later mis-translated it and put "cat" back into translator, the result would be a checksum error; "cat" is a different number, so the checksum would fail. As it currently stands, "cat" would not be a valid word ("eat" is the real word, and no other number is "cat"), so the translator can throw a different error which is more helpful (i.e. "'cat' isn't a valid word choice), but still doesn't get the user to the proper translation. What about if the wordlist included those "words that are so similar to each other that we only kept one of them" and had them all refer to the same number? I propose the wordlist have the possibility of multiple words on a single line, with the first word on the line being the "primary" or "real" word to be used, with the other similar words be included so that a translation program if it wanted to assist the user could fix their input for them (verbosely or not), along the lines of "'cat' isn't a valid word choice; assuming you meant 'eat', which is valid". You might still hit a checksum error if that similar word is still the wrong word, but as it stands now, I know you culled a bunch of words from the wordlist as "too similar", but if I want to try and help the user fix a bad input, I need to write a translation program with a full english dictionary alongside the BIP39 dictionary. I'd be willing to create a pull request for such an update, but before I delve into that, does this sound like a good idea? I could see it devolving into a slippery slope if every number in the 2048 set had a dozen word variations (misspellings, similar words, slang terms for the real word, etc.) which could get confusing of how similar is similar enough to be added as an alternate, and the standard would need to be clear that when translating binary to words, you only use the "main" word for that row, not any of the variations. MidnightLightning > I've just pushed updated wordlist which is filtered to similar characters taken from this matrix. > BIP39 now consider following character pairs as similar: > similar = ( > ('a', 'c'), ('a', 'e'), ('a', 'o'), > ('b', 'd'), ('b', 'h'), ('b', 'p'), ('b', 'q'), ('b', 'r'), > ('c', 'e'), ('c', 'g'), ('c', 'n'), ('c', 'o'), ('c', 'q'), ('c', 'u'), > ('d', 'g'), ('d', 'h'), ('d', 'o'), ('d', 'p'), ('d', 'q'), > ('e', 'f'), ('e', 'o'), > ('f', 'i'), ('f', 'j'), ('f', 'l'), ('f', 'p'), ('f', 't'), > ('g', 'j'), ('g', 'o'), ('g', 'p'), ('g', 'q'), ('g', 'y'), > ('h', 'k'), ('h', 'l'), ('h', 'm'), ('h', 'n'), ('h', 'r'), > ('i', 'j'), ('i', 'l'), ('i', 't'), ('i', 'y'), > ('j', 'l'), ('j', 'p'), ('j', 'q'), ('j', 'y'), > ('k', 'x'), > ('l', 't'), > ('m', 'n'), ('m', 'w'), > ('n', 'u'), ('n', 'z'), > ('o', 'p'), ('o', 'q'), ('o', 'u'), ('o', 'v'), > ('p', 'q'), ('p', 'r'), > ('q', 'y'), > ('s', 'z'), > ('u', 'v'), ('u', 'w'), ('u', 'y'), > ('v', 'w'), ('v', 'y') > ) > Feel free to review and comment current wordlist, but I think we're slowly moving forward final list. > slush --e89a8f3ba34ba1530b04ea233704 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I was inspired to join the mailing list to comment on some= of these discussions about BIP39, which I think will have great use in the= Bitcoin community and outside it as a way to transcribe binary data.
The one thought I had as the discussions about similar characters are resul= ting in culling words from the list, is that it only helps to validate inpu= t, not help the user if it is incorrect.

For example, if both "= cat" and "eat" were in the word list, and someone wrote down= "eat", but later mis-translated it and put "cat" back = into translator, the result would be a checksum error; "cat" is a= different number, so the checksum would fail.

As it currently stands, "cat" would not be a valid word (&quo= t;eat" is the real word, and no other number is "cat"), so t= he translator can throw a different error which is more helpful (i.e. "= ;'cat' isn't a valid word choice), but still doesn't get th= e user to the proper translation.

What about if the wordlist included those "words that are so simil= ar to each other that we only kept one of them" and had them all refer= to the same number? I propose the wordlist have the possibility of multipl= e words on a single line, with the first word on the line being the "p= rimary" or "real" word to be used, with the other similar wo= rds be included so that a translation program if it wanted to assist the us= er could fix their input for them (verbosely or not), along the lines of &q= uot;'cat' isn't a valid word choice; assuming you meant 'ea= t', which is valid". You might still hit a checksum error if that = similar word is still the wrong word, but as it stands now, I know you cull= ed a bunch of words from the wordlist as "too similar", but if I = want to try and help the user fix a bad input, I need to write a translatio= n program with a full english dictionary alongside the BIP39 dictionary.
I'd be willing to create a pull request for such an update, but bef= ore I delve into that, does this sound like a good idea? I could see it dev= olving into a slippery slope if every number in the 2048 set had a dozen wo= rd variations (misspellings, similar words, slang terms for the real word, = etc.) which could get confusing of how similar is similar enough to be adde= d as an alternate, and the standard would need to be clear that when transl= ating binary to words, you only use the "main" word for that row,= not any of the variations.

MidnightLightning

=A0
> I've just pushed updated wordl= ist which is filtered to similar characters taken from this matrix.
>= BIP39 now consider following character pairs as similar:
> =A0 =A0 = =A0 =A0 similar =3D (
> =A0 =A0 =A0 =A0 =A0 =A0 ('a', 'c'), ('a', '= ;e'), ('a', 'o'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('= ;b', 'd'), ('b', 'h'), ('b', 'p'= ;), ('b', 'q'), ('b', 'r'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('c', 'e'), ('c', '= ;g'), ('c', 'n'), ('c', 'o'), ('c&#= 39;, 'q'), ('c', 'u'),
> =A0 =A0 =A0 =A0 =A0 = =A0 ('d', 'g'), ('d', 'h'), ('d', &= #39;o'), ('d', 'p'), ('d', 'q'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('e', 'f'), ('e', '= ;o'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('f', 'i'), ('= ;f', 'j'), ('f', 'l'), ('f', 'p'= ;), ('f', 't'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('g', 'j'), ('g', '= ;o'), ('g', 'p'), ('g', 'q'), ('g&#= 39;, 'y'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('h', 'k'= ;), ('h', 'l'), ('h', 'm'), ('h', &= #39;n'), ('h', 'r'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('i', 'j'), ('i', '= ;l'), ('i', 't'), ('i', 'y'),
> = =A0 =A0 =A0 =A0 =A0 =A0 ('j', 'l'), ('j', 'p= 9;), ('j', 'q'), ('j', 'y'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('k', 'x'),
> =A0 =A0 = =A0 =A0 =A0 =A0 ('l', 't'),
> =A0 =A0 =A0 =A0 =A0 =A0= ('m', 'n'), ('m', 'w'),
> =A0 =A0 = =A0 =A0 =A0 =A0 ('n', 'u'), ('n', 'z'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('o', 'p'), ('o', '= ;q'), ('o', 'u'), ('o', 'v'),
> = =A0 =A0 =A0 =A0 =A0 =A0 ('p', 'q'), ('p', 'r= 9;),
> =A0 =A0 =A0 =A0 =A0 =A0 ('q', 'y'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('s', 'z'),
> =A0 =A0 = =A0 =A0 =A0 =A0 ('u', 'v'), ('u', 'w'), (&#= 39;u', 'y'),
> =A0 =A0 =A0 =A0 =A0 =A0 ('v', '= ;w'), ('v', 'y')
> =A0 =A0 =A0 =A0 )
> Feel free to review and comment current word= list, but I think we're slowly moving forward final list.
> slush=
--e89a8f3ba34ba1530b04ea233704--