Title: RememberCoin: remember that Bitcoin address! Post by: cuddlefish on April 16, 2011, 07:02:17 AM Turn 1J86yuX5qTZwAzx7EC5ik7bYYDEtyrCenM into "world and gives us the songs of innumerable though trivial as for any grammatical confront and transform principal compounds and washed by the clear waters watershed points in because I saw what happened 1933"!
Seems that the longer one is harder to remember... but just try it. It's much easier to remember English words than alphanumeric strings. http://github.com/nathanieltheis/RememberCoin for interested parties. Uses some public domain Base58 code. Send donations to "exhorted Stefanie irregularly interdepartmental maidenhair's buggier planning Sears wellspring bull colloid's Altaic"! Title: Re: RememberCoin: remember that Bitcoin address! Post by: danf on April 16, 2011, 07:48:42 AM That GitHub link is broken. Here is the correct one (https://github.com/nathanieltheis/RememberCoin).
Title: Re: RememberCoin: remember that Bitcoin address! Post by: Mike Hearn on April 16, 2011, 11:28:17 AM Haha, great idea.
You might want to experiment with using n-gram databases like Googles: http://ngrams.googlelabs.com/datasets rather than just glueing words together. Remembering completely random word sequences is probably easier than addresses, but still way too hard. I wouldn't trust my memory of those strings for any kind of important transaction. Title: Re: RememberCoin: remember that Bitcoin address! Post by: Luke-Jr on April 16, 2011, 02:55:29 PM Perhaps useful for in-person address communication
Title: Re: RememberCoin: remember that Bitcoin address! Post by: cuddlefish on April 16, 2011, 03:39:50 PM You might want to experiment with using n-gram databases like Googles: http://ngrams.googlelabs.com/datasets rather than just glueing words together. Ooh, great idea. Thanks! Title: Re: RememberCoin: remember that Bitcoin address! Post by: cuddlefish on April 18, 2011, 04:39:48 AM You might want to experiment with using n-gram databases like Googles: http://ngrams.googlelabs.com/datasets rather than just glueing words together. Ooh, great idea. Thanks! Done, and in latest builds. Title: Re: RememberCoin: remember that Bitcoin address! Post by: marcus_of_augustus on April 18, 2011, 10:27:18 AM You might want to experiment with using n-gram databases like Googles: http://ngrams.googlelabs.com/datasets rather than just glueing words together. Ooh, great idea. Thanks! Done, and in latest builds. Cute, interesting too. Also could be useful as a mode for transferring addresses inside plain text documents that can escape searches looking for/tracing bitcoin addresses ... hiding in plain sight. Title: Re: RememberCoin: remember that Bitcoin address! Post by: Mike Hearn on April 18, 2011, 12:09:32 PM You might want to experiment with using n-gram databases like Googles: http://ngrams.googlelabs.com/datasets rather than just glueing words together. Ooh, great idea. Thanks! Done, and in latest builds. Could you give some examples or throw up a running instance somewhere so we can try it out without building? Title: Re: RememberCoin: remember that Bitcoin address! Post by: eMansipater on April 18, 2011, 01:04:40 PM Turn this into a web app with some ads on the page and I suspect you'd pull a reasonable amount of traffic.
Title: Re: RememberCoin: remember that Bitcoin address! Post by: cuddlefish on April 25, 2011, 10:52:43 PM You might want to experiment with using n-gram databases like Googles: http://ngrams.googlelabs.com/datasets rather than just glueing words together. Ooh, great idea. Thanks! Done, and in latest builds. Could you give some examples or throw up a running instance somewhere so we can try it out without building? Well, s/builds/commits/ . It's just a Python script :P Title: Re: RememberCoin: remember that Bitcoin address! Post by: Mike Hearn on April 26, 2011, 08:47:23 AM Definite improvement. Now the problem is that the n-grams don't really blend together so there are weird disjoints in the produced text.
If you had access to more compute power the best way to solve this would be a path through a large language model, I think. But now we've reached the limits of what I know about this. Title: Re: RememberCoin: remember that Bitcoin address! Post by: singpolyma on May 02, 2011, 02:14:59 AM People interested in this may also like https://github.com/singpolyma/mnemonicode
It currently only does raw bytes or hex, but if there's a bitcoin address decoder around (or if you just feed in the ASCII) you will get words :) Title: Re: RememberCoin: remember that Bitcoin address! Post by: cuddlefish on May 02, 2011, 02:18:02 AM People interested in this may also like https://github.com/singpolyma/mnemonicode A bitcoin address decoder? you mean Base58?It currently only does raw bytes or hex, but if there's a bitcoin address decoder around (or if you just feed in the ASCII) you will get words :) Title: Re: RememberCoin: remember that Bitcoin address! Post by: singpolyma on June 09, 2011, 03:17:53 PM People interested in this may also like https://github.com/singpolyma/mnemonicode A bitcoin address decoder? you mean Base58?It currently only does raw bytes or hex, but if there's a bitcoin address decoder around (or if you just feed in the ASCII) you will get words :) Yes. |