pull down to refresh

Greetings,
I have stored my wallet 24 words recovery on paper that I duplicate in copy safely place at two locations.
The problems are the 24 words are also split in two set of 12 keywords. If a disaster such a Storm or wildfire occur at one of those places I won't be able to access my wallet.
Is there a possibility to upgrade the safety of my wallet keywords?
Thanks

  1. You can use a 13 word/passphrase
  2. You can use steganography
  3. You can use multiple ways/locations to store each word
  4. You can make a nice story containing 12 words. Read here: #1260936
  5. Read my guides:

The most important thing: use the 3 levels stash

reply

Thank you very much for these guides; I’ve recently been reading Be Your Own Bank. It’s amazing how much useful information there is in it. 🤩

reply

I like to think about it as single points of failure.

If you have 24 words and split them in half (storing 12 in one place and 12 in another), you have two places where you can lose all your coins. That sounds scary.

Everyone has a different threat model, but I assume that losing my own coins is my most likely threat, while theft still needs to be defended against but is not as likely.

So, some options are putting all 24 words in the same place or making more copies so that you can suffer a loss to one set of words and not lose your coins. You might also consider putting seed words in steel or perhaps saving a digital copy on a CD.

In the long run I'd encourage you to investigate multisig options, as they have gotten a lot easier to do and can provide some redundancy.

reply

personally I would not get overly fancy, just stamp seed words onto non-corrodeable metal (paper burns) and store in a single, ultrasafe place, e.g. hole in the ground where you definitely won't forget the location.

reply

border wallet.

reply

I have made several backups, and to prevent them from falling into the wrong hands, I have encrypted the information using a word-based encryption technique. This is to ensure that, should they ever fall into the wrong hands, no one will be able to tell which words the document contains, and to keep my seed safe.

reply

Have your seed backed up in multiple locations is very smart move.
I've test many of the metal stamping tools, but the one that stands apart from all of them is MicroSeed, you can store your 12 or 24 mnemonic seed phrase on a single 1inch washer, which is nearly insvible to the naked eye. And you can store it by screwing it at the back of one of your machines in the house, or even in your tool box amongst other washers. I highly recommend MicroSeed (https://microseed.io/?ref=UNRUGGABLE), you can also use the discount code UNRUGGABLE and save yourself 5%. If you ever need some further self custody help or guidance, feel free to reach out to me any time at https://beunruggable.com/

reply
1 sat \ 0 replies \ @balthazar 14 Mar -10 sats

Your current 12+12 split has a critical flaw: each location is a single point of failure for access. If one burns, you can't recover. The goal should be: any single location failure = no loss.

Simplest fix: Full copies with a passphrase

Store all 24 words in both locations, but add a BIP-39 passphrase (the "25th word"). Now:

  • Seed words stolen without passphrase → funds safe
  • One location destroyed → recover from the other
  • Passphrase stored separately, in your head, or in a third location

Cryptographic solution: Shamir's Secret Sharing (SLIP-39)

Coldcard and some other devices support this. You create e.g. 3 shares where any 2 are sufficient to recover. Store each share in a different location. One location destroyed or stolen → still secure.

This is mathematically sound — not a DIY word split, which offers no real security guarantee.

What I'd actually do

Metal plates (not paper) with full 24 words + a strong passphrase you've memorized. Two or three locations. This is simple, robust, and doesn't require trusting any software implementation of Shamir.