Skip to content

Commit

Permalink
Fix list items to work better with #67
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Flaxman committed Jan 18, 2021
1 parent 787c9ea commit 98a9797
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions _pages/send-bitcoin/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Fortunately, your wallet software will abstract this away for you.
SD Card is a better airgap, and preferable over signing through USB.

1. On the previous page, at Step 9, choose "Sign with SD Card file" instead of choosing "Sign with USB"
2. Click Save transaction, and save to your SD card
3. Eject the SD card from computer, and load into Coldcard
4. Click "Ready to sign" on Coldcard and confirm transaction details
5. Coldcard will save the signed transaction back to the SD card, but with the `-part` suffix at the end of the filename
6. Back in Specter, click "Load transaction from file", and choose the file on the SD card with the `part` suffix
7. Broadcast
1. Click Save transaction, and save to your SD card
1. Eject the SD card from computer, and load into Coldcard
1. Click "Ready to sign" on Coldcard and confirm transaction details
1. Coldcard will save the signed transaction back to the SD card, but with the `-part` suffix at the end of the filename
1. Back in Specter, click "Load transaction from file", and choose the file on the SD card with the `part` suffix
1. Broadcast


#### Inspect Signed Transactions Before Broadcasting
Expand Down
4 changes: 2 additions & 2 deletions _pages/setup-wallets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ We're going to configure a `2-of-3` multisignature scheme, meaning you will have
The three wallets / keys will be:

1. A "paper wallet" key intended only for backup/recovery purposes - To simplify setup (and reduce upfront costs associated with hardware purchases), this key will be generated on your computer. By design this key is only for backup/recovery, and therefore will hopefully never be needed.
2. A key generated by your Cobo Vault hardware wallet
3. A key generated by your Coldcard hardware wallet
1. A key generated by your Cobo Vault hardware wallet
1. A key generated by your Coldcard hardware wallet

While there are a lot of steps here, you only ever need to do them once.
After setup is complete, you will be able to generate (nearly) infinite addresses and sign (nearly) infinite transactions.
Expand Down
24 changes: 12 additions & 12 deletions _pages/verify-receive-address/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@ Alternatively, you can use Tails, which you might already have used when [settin

##### Electrum

2. In Specter, click on your `Wallet Name -> Settings -> Export -> Export to Wallet software -> Download Electrum (watch-only) File`
3. Save this file to USB stick or SD card. Something that you can access from Tails.
4. Reboot and run Tails
5. Open Electrum, on the first window, click "Choose" and find the wallet file that you exported above in step 2
6. The wallet should open. Go to the Addresses tab to verify the addresses match the addresses shown on the hardware wallets. If you cannot see the Addresses tab, use the menu item for View -> Show Addresses
1. In Specter, click on your `Wallet Name -> Settings -> Export -> Export to Wallet software -> Download Electrum (watch-only) File`
1. Save this file to USB stick or SD card. Something that you can access from Tails.
1. Reboot and run Tails
1. Open Electrum, on the first window, click "Choose" and find the wallet file that you exported above in step 2
1. The wallet should open. Go to the Addresses tab to verify the addresses match the addresses shown on the hardware wallets. If you cannot see the Addresses tab, use the menu item for View -> Show Addresses


##### Caravan

2. Reboot and run Tails
3. Turn on WiFi inside Tails, and visit: https://unchained-capital.github.io/caravan/
4. Turn off WiFi
5. Click "WALLET"
6. On the right side of the page, set 2 of 3 quorum, and set P2WSH address type
6. On the left side of the page, select the dropdown to "Enter as text", and type in all 3 of your Zpub keys [shown](https://btcguide.github.io/setup-wallets/coordinate-multisig-advanced) on either your Cobo or Coldcard
7. Allow Caravan some time to generate the wallet, and then use the Addresses tab to verify the addresses match the addresses shown on the hardware wallets
1. Reboot and run Tails
1. Turn on WiFi inside Tails, and visit: <https://unchained-capital.github.io/caravan/>
1. Turn off WiFi
1. Click "WALLET"
1. On the right side of the page, set 2 of 3 quorum, and set P2WSH address type
1. On the left side of the page, select the dropdown to "Enter as text", and type in all 3 of your Zpub keys [shown](https://btcguide.github.io/setup-wallets/coordinate-multisig-advanced) on either your Cobo or Coldcard
1. Allow Caravan some time to generate the wallet, and then use the Addresses tab to verify the addresses match the addresses shown on the hardware wallets

#### Option B: Print the Addresses to Paper
One benefit of this is that you could get by without a dedicated machine, and the other is that paper is easier for most people to secure vs a computer.
Expand Down

0 comments on commit 98a9797

Please sign in to comment.