Skip to content

Commit a5e39ea

Browse files
authored
Merge pull request #31 from BitBoxSwiss/only_bb01
remove all non BB01 content
2 parents 35bab88 + e29aaa9 commit a5e39ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+24
-1732
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
1616
title: BitBox Guides
17-
description: Find user guides for your BitBox product
17+
description: Find user guides for the BitBox01
1818
baseurl: "" # the subpath of your site, e.g. /blog
1919
url: "https://guides.shiftcrypto.ch" # the base hostname & protocol for your site, e.g. http://example.com
20-
support: "(mailto:support@shiftcrypto.ch)"
20+
support: "(mailto:support@bitbox.swiss)"
2121

2222
permalink: pretty
2323
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile"]
@@ -32,7 +32,7 @@ heading_anchors: true
3232

3333
# Aux links for the upper right navigation
3434
aux_links:
35-
"Back to shiftcrypto.ch": "https://shiftcrypto.ch"
35+
"Back to bitbox.swiss": "https://bitbox.swiss"
3636

3737
# Footer content appears at the bottom of every page's main content
3838
footer_content: ""
Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
{% if include.product == "BitBox02" %}
2-
![alt text]({% link assets/images/BitBox02_device/device_settings1.png %})
3-
{% elsif include.product == "BitBox01" %}
1+
{% if include.product == "BitBox01" %}
42
![alt text]({% link assets/images/BitBox01_random/bb01_device_settings1.png %})
53
{% endif %}
64

75
## Secrets section
86
At the top of the device settings you can find the "Secrets" section. This section is all about making sure your funds are secure.
97

108
It let's you:
11-
{% if include.product == "BitBox02" %}
12-
* [manage and verify your backups.]({% link bitbox02/basics/managing-backups.md %})
13-
* [view your wallet recovery words to back it up on paper or metal.]({% link bitbox02/advanced/view-seed.md %})
14-
* [reset your {{include.product}}.]({% link bitbox02/advanced/reset.md %})
15-
{% elsif include.product == "BitBox01" %}
9+
{% if include.product == "BitBox01" %}
1610
* [manage and verify your backups.]({% link bitbox01/basics/managing-backups.md %})
1711
* [change your device password]({% link 404.html %})
1812
* [create a hidden wallet]({% link 404.html %})
@@ -30,14 +24,6 @@ To set up Two-Factor-Authentication follow [this guide]({% link bitbox01/advance
3024
The firmware section shows you which firmware version you are running on your {{include.product}} and if you're up to date. Rest assured, we will notify you in the app, on twitter, via our blog and our email newsletter when a new update becomes available.
3125

3226
## Hardware section
33-
{% if include.product == "BitBox02" %}
34-
This section let's you change your wallet name and use the built in true-random-number-generator (TRNG) to generate a 256-bit random number.
35-
{% elsif include.product == "BitBox01" %}
27+
{% if include.product == "BitBox01" %}
3628
This section let's you use the built in true-random-number-generator (TRNG) to generate a 256-bit random number and test that the LED works by clicking "Blink".
3729
{% endif %}
38-
39-
40-
{% if include.product == "BitBox02" %}
41-
## Expert section
42-
The "expert" section allows you to enable the passphrase option. To learn more about that follow [this guide.]({% link bitbox02/advanced/passphrase.md %})
43-
{% endif %}

_includes/shared/receive.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,20 @@
66

77
## Select account
88

9-
Use the menu on the left to choose the coin (and type) you would like to receive. To activate more coins and types check out [this guide.]({% link bitboxapp/settings.md %}#active-accounts)
9+
Use the menu on the left to choose the coin (and type) you would like to receive.
1010

1111

1212
---
1313

14-
{% if include.product == "BitBox02" %}
15-
## Watch receive tutorial video or continue reading
16-
{: .no_toc }
17-
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed/x-pwgSQ2aw0' frameborder='0' allowfullscreen></iframe></div>
18-
19-
{% endif %}
2014

2115
## Click receive
2216

2317
Once you have selected the coin, click the "Receive" button in the upper right corner.
2418
![alt text]({% link assets/images/BitBox02_receive/receive1b.png %})
2519

2620

27-
{% if include.product == "BitBox02" %}
28-
## Verify receive address
29-
30-
You will then see the first few characters of a receive address. In order to get the complete address you need to verify it on your {{include.product}} by clicking "Show and verify full address on device".
31-
32-
![alt text]({% link assets/images/BitBox02_receive/receive2.png %})
33-
34-
The address will then be shown on your {{include.product}} and the BitBoxApp at the same time.
35-
36-
### Change to compatible address (Segwit)
37-
If you are using an exchange or wallet that does not support native segwit (bc1...) addresses, click the "change to compatible address (Segwit)" button to get a standard segwit address with a leading 3...
38-
39-
{% endif %}
40-
4121
## Copy or scan address
4222
You can then scan the QR-code or copy the address.
4323

44-
{% if include.product == "BitBox02" %}
45-
Please confirm that the address you scanned with your other wallet and the address shown on your BitBox02 match.
46-
47-
**Rule:** Always trust your hardware wallet, not the wallet app.
48-
![alt text]({% link assets/images/BitBox02_receive/receive3.png %})
49-
{% elsif include.product == "BitBox01" %}
50-
![alt text]({% link assets/images/BitBox01_random/bb01_receive1.png %})
51-
{% endif %}
52-
5324
## Receive
5425
You can now use this address to send coins to your {{include.product}}. When you want to make another transaction to your {{include.product}} create a new receive address first, don't re-use addresses.

_includes/shared/sending.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
{% if include.product == "BitBox02" %}
2-
3-
## Watch send tutorial video or continue reading
4-
{: .no_toc }
5-
6-
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed/rjTNWwbhNdI' frameborder='0' allowfullscreen></iframe></div>
7-
{% endif %}
81
## Click the send button
92
![alt text]({% link assets/images/BitBox02_send/send1.png %})
103

@@ -23,21 +16,7 @@ The higher the fee, the quicker your transaction will be confirmed in the blockc
2316
## Click "Sign and Send"
2417
![alt text]({% link assets/images/BitBox02_send/send6.png %})
2518

26-
{% if include.product == "BitBox02" %}
27-
## Verify the transaction details on your {{include.product}}
28-
It is crucial that you make sure the transaction details are correct. **There is no reverse button in Bitcoin.**
29-
30-
Please double check all transaction details on your {{include.product}}.
31-
32-
**Trust your {{include.product}}, not your potentially malware infected computer.**
33-
34-
If what you see on your {{include.product}} is correct, then confirm the transaction on your {{include.product}}.
35-
![alt text]({% link assets/images/BitBox02_send/send7.png %})
36-
37-
If you confirmed the transaction on your {{include.product}} you should see this screen shortly after:
38-
![alt text]({% link assets/images/BitBox02_send/send8.png %})
39-
40-
{% elsif include.product == "BitBox01" %}
19+
{% if include.product == "BitBox01" %}
4120
## Confirm the transaction on your {{include.product}}
4221
**Attention:** We recommend that you use our Smartphone app as a second-factor authenticator for your transactions, so that you can verify the transaction details on a second display.
4322

_includes/shared/setup.md

Lines changed: 4 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -13,97 +13,12 @@ You should then see a screen that asks you to plug in your {{include.product}}.
1313

1414
![alt text]({% link assets/images/BitBoxApp/BitBox_App_waiting.png %})
1515

16-
{% if include.product == "BitBox02" %}
17-
18-
## Watch the BitBox02 setup video tutorial or continue reading
19-
{: .no_toc }
20-
21-
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed/z7nRq2OEhiw' frameborder='0' allowfullscreen></iframe></div>
22-
16+
{% if include.product == "BitBox01" %}
2317

2418
## Insert microSD card & plug in your {{include.product}}
2519
Before you plug in your {{include.product}}, please **insert the microSD card** which will be needed to create a backup of your wallet in a later step.
2620

27-
{% if include.product == "BitBox02" %}
28-
When done, please plug the {{include.product}} into your computer.
29-
Optional: If needed, use the included USB-C to USB-A adapter and/or USB-C extension cable.
30-
{% elsif include.product == "BitBox01" %}
31-
When done, please plug the {{include.product}} into your computer.
32-
{% endif %}
33-
34-
35-
## Follow the in-app setup wizard
36-
37-
Once the {{include.product}} is plugged in, the setup-wizard will automatically start and guide you through the process of setting up your {{include.product}}.
38-
39-
40-
### Step 1: Choose display orientation
41-
{: .no_toc }
42-
Most laptops have ports on both sides. As we cannot know from which side you will plug your {{include.product}}, you will first need to select your display orientation.
43-
44-
To do that just touch the {{include.product}} on the side that is closer to you.
45-
46-
![alt text]({% link assets/images/BitBox02_wizard/step1.png %})
47-
48-
### Step 2: Confirm pairing code
49-
{: .no_toc }
50-
All information that is exchanged between your computer and the {{include.product}} is encrypted. In order to make sure that there is no man-in-the-middle attack, we need to ask you to confirm that the code on in the BitBoxApp and the code on your {{include.product}} are identical.
51-
52-
Please take the time to check each characters.
53-
![alt text]({% link assets/images/BitBox02_wizard/step2.png %})
54-
55-
If both codes match please confirm on your {{include.product}}. Then click "Continue" in the BitBoxApp.
56-
57-
### Step 3: Create new wallet or restore an existing wallet
58-
{: .no_toc }
59-
Now you are asked to choose if you want to create a new wallet or restore an existing wallet.
60-
61-
![alt text]({% link assets/images/BitBox02_wizard/step3.png %})
62-
63-
- A) If you already used a {{include.product}} before or you want to restore a wallet from recovery words (mnemonic seed phrase), [click here]({% link bitbox02/basics/import-wallet.md %})
64-
65-
- B) If this is the first time you create a wallet, choose "Create Wallet" and continue reading this guide.
66-
67-
68-
### Step 4: Create a wallet
69-
{: .no_toc }
70-
First you need to give your wallet a name. This name can be anything, choose a name that you will recognise in the future when you might need to restore from your backup.
71-
72-
If you cannot click the "Continue" button make sure that you have inserted your microSD card into the {{include.product}} correctly and given the wallet a name.
73-
![alt text]({% link assets/images/BitBox02_wizard/step4b.png %})
74-
75-
Please then confirm the wallet name on your {{include.product}}.
76-
![alt text]({% link assets/images/BitBox02_wizard/step4c.png %})
77-
78-
### Step 5: Set your {{include.product}} device password
79-
{: .no_toc }
80-
Next you need to set a device password for your {{include.product}} which you will need to input every time you want to use your {{include.product}}. Please make sure that you remember this password and that it is not easy to guess.
81-
82-
The setup wizard will show you a video of how to use the touch on your BitBox02 to input your password.
83-
![alt text]({% link assets/images/BitBox02_wizard/step5.png %})
84-
85-
### Step 6: Create your wallet backup
86-
{: .no_toc }
87-
After the device password is set, the {{include.product}} will create a backup of your wallet and save it on the microSD card. Please check the boxes to confirm that you understand the security considerations, then click "Continue".
88-
89-
Your {{include.product}} will then ask you to confirm today's date as that is needed for the backup file.
90-
91-
> The backup file on your microSD card is not password protected. That means if someone find your microSD card they can steal your funds. Therefore you should **make sure that you store your microSD card backup in a secure location.** However, you can protect your backup by using the optional [passphrase feature]({% link bitbox02/advanced/passphrase.md %}).
92-
93-
![alt text]({% link assets/images/BitBox02_wizard/step6.png %})
94-
95-
>- You can create multiple backups of your wallet on multiple microSD cards. To do so follow [this guide]({% link bitbox02/basics/managing-backups.md %}#creating-a-new-backup)
96-
- You can at any point check that you still have a valid backup. To do so follow [this guide]({% link bitbox02/basics/managing-backups.md %}#verifying-a-backup.md)
97-
98-
{% elsif include.product == "BitBox01" %}
99-
100-
## Insert microSD card & plug in your {{include.product}}
101-
Before you plug in your {{include.product}}, please **insert the microSD card** which will be needed to create a backup of your wallet in a later step.
102-
103-
{% if include.product == "BitBox02" %}
104-
When done, please plug the {{include.product}} into your computer.
105-
Optional: If needed, use the included USB-C to USB-A adapter and/or USB-C extension cable.
106-
{% elsif include.product == "BitBox01" %}
21+
{% if include.product == "BitBox01" %}
10722
When done, please plug the {{include.product}} into your computer.
10823
{% endif %}
10924

@@ -170,8 +85,7 @@ Please also give your wallet a name that you can remember.
17085
{: .no_toc }
17186
Great! Your {{include.product}} is ready to use. Please make sure that you store your microSD backup in a **secure location.**
17287
>The microSD card is not needed to use your {{ include.product }} in normal use. It is only needed when you want to restore your wallet from your microSD backup. Please store your microSD card in a secure location.
173-
{% if include.product == "BitBox02" %}
174-
![alt text]({% link assets/images/BitBox02_wizard/step7.png %})
175-
{% elsif include.product == "BitBox01" %}
88+
89+
{% if include.product == "BitBox01" %}
17690
![alt text]({% link assets/images/BitBox01_setup/bb01_setup7.png %})
17791
{% endif %}

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<div id="main-content" class="page-content" role="main">
6262
{% unless page.url contains 'bitbox01' %}
6363
<div style="background-color: #eb5757; padding: 0.5rem; color: white; border-radius: 0.5rem; margin: 0.5rem 0rem 1rem 0rem">
64-
<p style="margin-bottom: 0px">We are transitioning to a new help desk. These guides might be out of date.<br><a style="color: white" href="https://shiftcrypto.support/help/">Click here to switch to new help desk</a></p>
64+
<p style="margin-bottom: 0px">We have a new help desk. This page only contains guides for the BitBox01 aka. 'Digital BitBox'. For all other products visit our new helpdesk.<br><a style="color: white" href="https://support.bitbox.swiss/">Click here to switch to new help desk</a></p>
6565
</div>
6666
{% endunless %}
6767
{% if site.heading_anchors != false %}

bitbox01/basics/managing-backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You will then be asked to input the recovery password for that wallet backup fil
3939

4040
- **If you input a different recovery password a different wallet will be generated which therefore does not match the wallet you are currently using on your BitBox01 and the app will tell you: "Backup does NOT match the wallet."**
4141

42-
**Info:** There is no such thing as an incorrect recovery password. Your recovery password is combined with your wallet backup file and a wallet is generated from that. If you input a different recovery password (not the one you used when you generated your wallet) it will still generate a valid wallet, however that wallet won't contain your coins. You can think of the recovery password like a "passphrase". For more information [check this guide]({% link bitbox02/advanced/passphrase.md %})
42+
**Info:** There is no such thing as an incorrect recovery password. Your recovery password is combined with your wallet backup file and a wallet is generated from that. If you input a different recovery password (not the one you used when you generated your wallet) it will still generate a valid wallet, however that wallet won't contain your coins. You can think of the recovery password like a "passphrase".
4343

4444
### Hidden wallet
4545
In order to verify a hidden wallet backup select the backup file, then click "Check Backup".

0 commit comments

Comments
 (0)