Border Wallets – a new way to quickly and reliably memorize Bitcoin seed phrases
1–10 of 12 posts
Re: Border Wallets – a new way to quickly and reliably memorize Bitcoin seed phrases
#2Re: Border Wallets – a new way to quickly and reliably memorize Bitcoin seed phrases
#3https://en.bitcoin.it/wiki/Brainwallet
I once generated a Bitcoin private key with a SHA-256 hash of a pop song lyric. Within 3-days the roughly $100 I sent to that wallet, as a test, was drained.
Entropy matters.
Re: Border Wallets – a new way to quickly and reliably memorize Bitcoin seed phrases
#4Re: Border Wallets – a new way to quickly and reliably memorize Bitcoin seed phrases
#51) "half" is six words you memorize
2) "other half" is a long annoying non-memorizable string that must be written down?
Am I missing something?
Re: Border Wallets – a new way to quickly and reliably memorize Bitcoin seed phrases
#6However, I want to mention the technique of making up a story to remember the seed words. I found this to be fairly easy so I am not sure how this grid can be more useful than that.
But still a very cool and interesting idea! Thanks for sharing. (You even made me create a HN account to post my first comment)
Re: Border Wallets – a new way to quickly and reliably memorize Bitcoin seed phrases
#7It's hard for me to meaningfully distinguish the advantage of this v. e.g 1) "half" is six words you memorize 2) "other half" is a long annoying non-memorizable string that must be written down? Am I missing something?
Re: Border Wallets – a new way to quickly and reliably memorize Bitcoin seed phrases
#8This falls into the general category of brain wallets. https://en.bitcoin.it/wiki/Brainwallet I once generated a Bitcoin private key with a SHA-256 hash of a pop song lyric. Within 3-days the roughly $100 I sent to that wallet, as a test, was drained. Entropy matters.
Re: Border Wallets – a new way to quickly and reliably memorize Bitcoin seed phrases
#9BIP39 isn't perfect, but being able to relatively independently of all other information recover someone's wallet (next of kin, etc.) from some words is very nice. This system complicates things a lot -- a grid of custom construction which will possibly not be stored, ambiguity in specifying the graphical pattern, etc.
Secure grid generation is provided by the Entropy Grid Generator tool, and the wallet(s) users create with it can be used in conjunction with existing backup methods if desired for when this solution needs to be invoked. We cover various use cases on our website, which also includes a full video demo which is easy to follow.
As for grid storage, there are several options for that:
1. Physical print
2. Digital storage
3. Encrypted digital storage (native encryption is a feature within the tool)
4. Recovery phrase for deterministic grids using 12 words - which provides an additional layer of security against evil maid (or border guard) attacks, as well as the option for decoys
5. Gridception (explained on our website)
Re: Border Wallets – a new way to quickly and reliably memorize Bitcoin seed phrases
#10Do I understand this correctly that you need to safely store your random grid since only the pattern is in your head? Losing the grid would then essentially mean you can't access your keys anymore even though someone else also can't. But maybe I overlooked something. Will take another look tomorrow. However, I want to mention the technique of making up a story to remember the seed words. I found this to be fairly eas…