|
|
|
|
|
by sparkie
1956 days ago
|
|
The best strategy is to use a BIP-39 seed phrase with an additional passphrase. The seed phrase should be written down/etched into a piece of metal and stored safely (with redundancy), and the passphrase should be memorized by yourself and possibly a family member (as insurance if something happens to you). You can leave a small amount of coins in the wallet using the same seed phrase but with no passphrase as a decoy. This way, if somebody "stumbles upon" your seed phrase, they'll attempt to recover this small amount of money, and you can monitor using only the xpub to discover it has been compromised. You then have some time to move the other coins before anybody could potentially brute-force your passphrase (Since they need to compute PBKDF2 for each attempt). You can reuse the same seed phrase for multiple wallets, using a different passphrase for each. There is no way for somebody to determine if you have surrendered all passphrases for a give seed, since there could be infinitely many. This offers plausible deniability in the case your thief is the government. |
|