|
|
|
|
|
by jstanley
3056 days ago
|
|
You can split a bitcoin key up using Shamir's Secret Sharing Scheme (or just multisig) and store the key geographically-distributed such that if any one location is destroyed you don't lose the money, and if any one location is stolen the thief doesn't get the money. You can also replace "one" with an arbitrarily-large number, depending on how many locations you want to store the money in. |
|