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
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).