-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathindex.html
154 lines (122 loc) · 4.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
---
title: 10x Security Bitcoin Guide
---
<p>
How to store bitcoin without any single point of failure.
</p>
<h2>Purpose</h2>
<p>
Multisig security is a difference in kind and not in degree.
It affords you the ability to avoid loss while making 1 (or more) catastrophic failures in securing your bitcoin.
By using a security system that is fault-tolerant, you can move much faster (with less caution) through each step and still attain far higher levels of security vs any single-key system.
This guide will show you how.
</p>
<p>
The purpose of this guide is to make multisig accessible to a tech-savvy audience who does not write code.
While it may be helpful if you are comfortable using
<a href="https://en.wikipedia.org/wiki/Command-line_interface">the command line</a>
(especially for some of the optional advanced steps),
it is not required.
</p>
<h2>Project Status</h2>
<p>
This guide is currently a <strong>work in progress</strong>.
While the ultimate goal is for the process to be easy enough for non-technical users, there may be kinks to work out.
<a href="https://github.com/btcguide/btcguide.github.io">Pull requests</a> are welcome.
</p>
<hr>
<h2>Table of Contents</h2>
<h4>Guide</h4>
<p><ol>
<li><a href="/why-multisig">Introduction: Why Multisig?</a></li>
<li><a href="/quorum">Pick Your Quorum (e.g. 2-of-3)</a></li>
<li><a href="/equipment">Equipment List</a></li>
<li><a href="/setup-computer/">Setup Computer (Watch-Only)</a>
<ol>
<li><a href="/setup-computer/computer">Computer</a></li>
<li><a href="/setup-computer/bitcoin-node">Bitcoin Node</a></li>
<li><a href="/setup-computer/specter">Specter-Desktop</a></li>
</ol>
</li>
<li><a href="/setup-wallets/">Setup Hardware Wallets</a>
<ol>
<li><a href="/setup-wallets/paper">Paper Wallet</a></li>
<li><a href="/setup-wallets/keystone">Keystone (formerly Cobo Vault)</a></li>
<li><a href="/setup-wallets/coldcard">Coldcard</a></li>
<li><a href="/setup-wallets/coordinate-multisig">Coordinate Multisig</a> (Specter-Desktop)</li>
</ol>
</li>
<li><a href="/verify-receive-address">Verify Receive Addresses</a>
<ol>
<li><a href="/verify-receive-address/specter">Specter</a>
<li><a href="/verify-receive-address/keystone">Keystone (formerly Cobo Vault)</a></li>
<li><a href="/verify-receive-address/coldcard">Coldcard</a></li>
</ol>
</li>
<li><a href="/backup-wallet/">Backup Wallet</a>
<ol>
<li><a href="/backup-wallet/seeds">Backup Seeds</a></li>
<li><a href="/backup-wallet/public-keys">Backup Public Keys</a></li>
</ol>
</li>
<li><a href="/send-bitcoin">Send Bitcoin</a></li>
<li><a href="/emergency-recovery">Emergency Recovery (3rd Key)</a></li>
</ol></p>
<hr>
<h4>Known Issues & Benefits</h4>
<p>
<ol>
<li>10x Security Guide
<ol>
<li><a href="known-issues/software/specter">Specter-Desktop</a></li>
<li><a href="known-issues/hardware/coldcard">Coldcard</a></li>
<li><a href="known-issues/hardware/keystone">Keystone (formerly Cobo Vault)</a></li>
<li><a href="known-issues/software/seedpicker">SeedPicker</a></li>
</ol>
</li>
<li><a href="known-issues/multisig">All Multisig Setups</a>
<ol>
<li><a href="known-issues/complexity">Added Complexity</a></li>
<li><a href="known-issues/hw-vendors">Limited Hardware Wallet Support</a></li>
<li><a href="known-issues/verify-receive-address">Verifying Receive Addresses</a></li>
<li><a href="known-issues/cost">Extra Cost</a></li>
<li><a href="known-issues/seeds-and-privacy">Seeds and Privacy Leaks</a></li>
</ol>
</li>
<li>Other Setups
<ol>
<li>Hosted Services
<ol>
<li><a href="/known-issues/hosted/casa">Casa</a></li>
<li><a href="/known-issues/hosted/unchained">Unchained Capital</a></li>
</ol>
</li>
<li>
Other Coordination Software
<ol>
<li><a href="/known-issues/software/electrum">Electrum</a></li>
<li><a href="/known-issues/software/caravan">Caravan</a></li>
<li><a href="/known-issues/software/sparrow">Sparrow</a></li>
</ol>
</li>
<li>Hardware Wallets
<ol>
<li><a href="/known-issues/hardware/specter-diy">Specter DIY</a></li>
<li><a href="/known-issues/hardware/trezor">Trezor</a></li>
<li><a href="/known-issues/hardware/ledger">Ledger</a></li>
<li><a href="/known-issues/hardware/keepkey">KeepKey</a></li>
<li><a href="/known-issues/hardware/bitbox">BitBox</a></li>
</ol>
</li>
<li>
Other Protocols
<ol>
<li><a href="/known-issues/protocols/advanced-single-sig">Advanced Single Sig</a></li>
<li><a href="/known-issues/protocols/glacier">Glacier Protocol</a></li>
<li><a href="/known-issues/protocols/yeti">Yeti Cold</a></li>
</ol>
</li>
</ol>
</li>
</ol>
</p>