You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Changelog 26.05.0 - May 2025
2
2
3
3
### Stackbit 1248 Vertical Layout
4
-
Added vertical layout option for Stackbit 1248 backup display, allowing users to choose between Standard (horizontal) and Vertical (transposed) grid orientations.
4
+
-Added vertical layout option for Stackbit 1248 backup display/mnemonic input, allowing users to choose between Standard (horizontal) and Vertical (transposed) grid orientations.
5
5
6
6
### Migrate UR encoding to uUR MicroPython C module
7
7
Switch from the pure-Python urtypes and foundation-ur-py packages to the new uUR C module, allowing faster UR QR codes decoding with a smaller RAM footprint.
Copy file name to clipboardExpand all lines: docs/getting-started/usage/loading-a-mnemonic.en.md
+42-23Lines changed: 42 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,16 @@ Enter the BIP39 mnemonic word's numbers (1-2048) in binary format, toggling nece
80
80
81
81
Enter the BIP39 mnemonic word's numbers (1-2048) using the Stackbit 1248 metal plate backup method, where each of the four digits of the word's number is a sum of the numbers marked (punched) 1, 2, 4, or 8. For example, to enter the word "oyster", number 1268, you must punch (1)(2)(2,4)(8).
@@ -123,41 +134,48 @@ After confirming your mnemonic, a screen with an **information box at the top**
123
134
124
135
#### The Attributes:
125
136
126
-
##### Fingerprint
127
-
* :material-fingerprint: ` 73c5da0a `:
128
-
The [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) master wallet's fingerprint helps you make sure you entered the correct mnemonic and passphrase (optional) and will load the expected wallet. The fingerprint is the best checksum you can have, it's good to note it down.
137
+
##### Fingerprint
129
138
130
-
##### Network
131
-
*` Mainnet `:
132
-
Check if you are loading a `Testnet` or `Mainnet` wallet.
139
+
- :material-fingerprint: `73c5da0a`:
140
+
The [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) master wallet's fingerprint helps you make sure you entered the correct mnemonic and passphrase (optional) and will load the expected wallet. The fingerprint is the best checksum you can have, it's good to note it down.
141
+
142
+
##### Network
143
+
144
+
-`Mainnet`:
145
+
Check if you are loading a `Testnet` or `Mainnet` wallet.
133
146
134
147
##### Policy Type
135
-
* Check the wallet's policy type: `Single-sig`, `Multisig`, `Miniscript`, or `TR Miniscript` (Taproot).
148
+
149
+
- Check the wallet's policy type: `Single-sig`, `Multisig`, `Miniscript`, or `TR Miniscript` (Taproot).
136
150
137
151
##### Derivation Path
138
-
* :material-arrow-right-bottom: ` m/84h/0h/0h `:
139
-
The derivation path is a sequence of numbers, or "nodes", that define the script type, network, and account index of your wallet.
140
-
* **Script Type**`84h`: The first number defines the script type. The default is `84h`, corresponding to a Native Segwit wallet. Other values include:
141
-
* `44h` for Legacy
142
-
* `49h` for Nested Segwit
143
-
* `86h` for Taproot
144
-
* `48h` for Multisig
145
-
* **Network**`0h`: The second number defines the network:
146
-
* `0h` for Mainnet
147
-
* `1h` for Testnet
148
-
* **Account Index**`0h`: The third number is the account index, with `0h` being the default.
149
-
* **Additional**: For multisig wallets, a fourth node with the value `2h` is added to the derivation path.
150
-
151
-
Default Miniscript derivation path is the same as for multisig: ` m/48'/0h/0h/2h `, but they can be fully customized
152
+
153
+
- :material-arrow-right-bottom: `m/84h/0h/0h`:
154
+
The derivation path is a sequence of numbers, or "nodes", that define the script type, network, and account index of your wallet.
155
+
_ **Script Type**`84h`: The first number defines the script type. The default is `84h`, corresponding to a Native Segwit wallet. Other values include:
156
+
_ `44h` for Legacy
157
+
_ `49h` for Nested Segwit
158
+
_ `86h` for Taproot
159
+
_ `48h` for Multisig
160
+
_ **Network**`0h`: The second number defines the network:
161
+
_ `0h` for Mainnet
162
+
_ `1h` for Testnet
163
+
_ **Account Index**`0h`: The third number is the account index, with `0h` being the default.
164
+
_ **Additional**: For multisig wallets, a fourth node with the value `2h` is added to the derivation path.
165
+
166
+
Default Miniscript derivation path is the same as for multisig: ` m/48'/0h/0h/2h `, but they can be fully customized
152
167
153
168
##### Passphrase
154
-
*` No Passphrase `:
155
-
Informs if the wallet has a passphrase. Adding or changing the passphrase results in a completely different wallet and fingerprint.
169
+
170
+
-`No Passphrase`:
171
+
Informs if the wallet has a passphrase. Adding or changing the passphrase results in a completely different wallet and fingerprint.
156
172
157
173
### Customize Wallet
174
+
158
175
It is possible to change any of the **wallet's attributes** (it will be possible to change them later too, after loading). To load it faster next time, some default wallet attributes can be set in [settings](../settings.md), they are: `Network`, `Policy Type` and `Script Type`.
0 commit comments