Skip to content

Commit 5403d90

Browse files
authored
Fix typos (#54)
1 parent 0989504 commit 5403d90

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Start at <https://github.com/rootzoll/raspiblitz>
4444
* #### [Electrum Server in Rust (electrs) on the RaspiBlitz](electrs/README.md)
4545
Can be used as the backend of:
4646
* Blue wallet
47-
* Phoenix / Eclair Mobile Bitcoin and Ligthtning wallet
47+
* Phoenix / Eclair Mobile Bitcoin and Lightning wallet
4848
* Electrum wallet
4949
* BitBoxApp
5050

backups/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ To use Electrum boot [Tails](https://tails.boum.org/) (ideally offline) or [down
1818

1919
Follow steps 1-5 in this [guide](https://bitcoinelectrum.com/creating-an-electrum-wallet/) to get the seed. The wallet file is not needed, only write down the words and store them accordingly. The 12 words are to be used as a passphrase, encryption passphrase, cypher phrase or wallet unlock password. Do not reuse passphrases for more than one purpose and label the backups clearly.
2020

21-
The [Electrum word list](https://github.com/spesmilo/electrum/blob/master/electrum/wordlist/english.txt) is based on the same 2048 words as the the [BIP39 word list](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt) which the ColdCard firmware contains so the keyboard entry is facilitated by the menu.
21+
The [Electrum word list](https://github.com/spesmilo/electrum/blob/master/electrum/wordlist/english.txt) is based on the same 2048 words as the [BIP39 word list](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt) which the ColdCard firmware contains so the keyboard entry is facilitated by the menu.
2222

2323
An Electrum Wallet seed provides [135 bits of entropy](https://electrum.readthedocs.io/en/latest/seedphrase.html#security-implications) which is stronger than a [12 word BIP39 seed](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki).

backups/coldcard.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## ColdCard single seed multi-location backup scheme
22
Original idea by [@KollerTobias](https://twitter.com/KollerTobias) and [@21isenough](https://github.com/21isenough/).
33
Documentation of Coldcard backups: <https://coldcardwallet.com/docs/backups>
4-
The scheme only works if the seed is not locked down to a passphase:
4+
The scheme only works if the seed is not locked down to a passphrase:
55
<https://coldcardwallet.com/docs/passphrase>
66
In this case the passphrase is not tied to a PIN,
77
but needs to be written in the CC every time the wallet is opened.
88

9-
The ColdCards should be stored uninitialized, best to be freshly acquired in the tamper resistant package from the manufacturer (<https://coldcardwallet.com>) to minimize the risk or evil-maid and supply-chain attacks.
9+
The ColdCards should be stored uninitialized, best to be freshly acquired in the tamper resistant package from the manufacturer (<https://coldcardwallet.com>) to minimize the risk of evil-maid and supply-chain attacks.
1010

1111
---
1212
### Components grouped together by the requirement for a full restore
@@ -35,4 +35,4 @@ The ColdCards should be stored uninitialized, best to be freshly acquired in the
3535
#### Location 3
3636
- ColdCard
3737
- Passphrase (BIP39)
38-
- Backup password (12 words)
38+
- Backup password (12 words)

backups/joinmarket.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## JoinMarket single seed multi-location backup scheme
22
Documentation on JoinMarket wallet recovery: <https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/USAGE.md#recover>
3-
When the wallet is restored connected to a bitcoin node with which it was not previously used, will need to rescan the blockhain to register the transactions and look up the wallet balance. Having the wallet birthday helps to do the rescan only from when the wallet was created, but it is not absolutely necessary.
3+
When the wallet is restored connected to a bitcoin node with which it was not previously used, will need to rescan the blockchain to register the transactions and look up the wallet balance. Having the wallet birthday helps to do the rescan only from when the wallet was created, but it is not absolutely necessary.
44

55
---
66
### Components grouped together by the requirement for a full restore
@@ -26,4 +26,4 @@ When the wallet is restored connected to a bitcoin node with which it was not pr
2626
#### Location 3
2727
- Seed (12 words)
2828
- Encryption passphrase
29-
- First tx blockheight (optional)
29+
- First tx blockheight (optional)

backups/seedxor.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## SeedXOR multi-location backup scheme
22
Full documentation: [seedxor.com/](https://seedxor.com/)
33

4-
Existig seeds can be broken up with seedXOR or can be used as components of a new scheme.
5-
If there was a BIP39 passphase used keep a copy of the passphrase on every location.
4+
Existing seeds can be broken up with seedXOR or can be used as components of a new a scheme.
5+
If there was a BIP39 passphrase used keep a copy of the passphrase on every location.
66

77
Currently the scheme can be used on a [ColdCard](https://github.com/Coldcard/firmware/blob/master/docs/seed-xor.md) and is planned to be implemented in [SeedSigner](https://github.com/SeedSigner/seedsigner/issues/43).
88
The seed can also be calculated manually so the ColdCard is not strictly necessary for recovery

0 commit comments

Comments
 (0)