Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Backblaze
BitBox
BitcoinLixin
BitcoinQ
CertUtil
Chainalysis
CLI
Carbonite
Expand Down Expand Up @@ -118,6 +119,7 @@ br
btc
btcguide
casa
certutil
checkboxes
clicky
cobo
Expand Down Expand Up @@ -157,6 +159,7 @@ forloop
github
gtag
hashpower
hashfile
hc
howtogeek
href
Expand Down Expand Up @@ -220,6 +223,7 @@ rpcuser
sM
satoshilabs
sd
seedphrase
seedpicker
seedpickerxp
segwit
Expand Down
4 changes: 2 additions & 2 deletions _pages/setup-computer/specter.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Grab the latest release of the `Specter-Desktop` app:
For Windows the installer is `specter_desktop_setup.exe` and for MacOS it is `SpecterDesktop-v0.x.x.dmg` (where `x.x` represent the current version number).

#### Connect Specter-Desktop to Your Bitcoin Core Node
If your node is run on the same computer as Specter, Specter will likely be able to automatically detect authentication info from a `.cookie` file that bitcoin core created on your computer.
If your node is running on the same computer as Specter, then Specter should automatically detect authentication info from the default Bitcoin Core data directory.

TODO: add screenshot.
![](/assets/img/setup-specter-detect-node.png){:width="70%" class="border_image"}


{% include next_steps.md next_url="/setup-wallets" next_name="Setup Hardware Wallets" %}
17 changes: 17 additions & 0 deletions _pages/setup-wallets/cobo-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,29 @@ title: Setup Cobo Vault
#### Verify Your Firmware Before Installing
Confirm that the sha256 hash digest of the file you downloaded matches what is expected:

Linux:
```
$ shasum -a 256 V1.4.0-BTC_Only.zip
6956715f43893da00f41ff6e3da5403c908e853f35ad85b80ab75af59b3f1faf V1.4.0-BTC_Only.zip
```
Windows:
```
> certutil -hashfile V1.4.0-BTC_Only.zip sha256
SHA256 hash of V1.4.0-BTC_Only.zip:
6956715f43893da00f41ff6e3da5403c908e853f35ad85b80ab75af59b3f1faf
CertUtil: -hashfile command completed successfully.
```

(This is accurate for `v.1.4.0` but will become stale for future releases. Calculate the hash digest of the new file and confirm that it matches what's published by the company.)

#### Generate your own seedphrase

Using seedpicker:
https://support.cobo.com/hc/en-us/articles/360060645233-Construct-Your-Own-Recovery-Phrase

Using dice:
https://support.cobo.com/hc/en-us/articles/360050478133-How-to-Use-Dice-to-Generate-Your-Recovery-Phrase

## Not Perfect
No device is perfect and this one is no exception.
Read more about known issues with Cobo Vault [here](/known-issues/hardware/cobo).
Binary file added assets/img/setup-specter-detect-node.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.