mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-23 14:44:19 +01:00
10 lines
368 B
Markdown
10 lines
368 B
Markdown
# Single seed multi-location backup schemes
|
|
|
|
The aim here is to create 3 packages of cryptographycally secure
|
|
backups where the funds cannot be recovered from any single package,
|
|
but can be recovered with the combination of any two.
|
|
Can be thought of as a physical 2-of-3 multisig solution.
|
|
|
|
## [ColdCard](coldcard.md)
|
|
## [JoinMarket](joinmarket.md)
|
|
## [LND](lnd.md) |