Skip to content

Commit

Permalink
Fix broken links (raspibolt#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk authored Apr 1, 2024
1 parent e763b23 commit 0020e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guide/bonus/bitcoin/safu-ninja.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Table of contents

Practically, most onchain bitcoin wallets will ask you to save a list of 12 or 24 words as backup to recover your funds in case you lose the wallet password or your hardware wallet.

Technically, these words are known as "mnemonic words" and are used together with a salt to generate a "seed". The seed itself is hashed to derive your "master private key" and the "master chain code" which used for the various accounts in your HD wallet. You can read more about this process in [Chapter 5 of "Matering Bitcoin"](https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch05.asciidoc#hd_wallets=){:target="_blank"}.
Technically, these words are known as "mnemonic words" and are used together with a salt to generate a "seed". The seed itself is hashed to derive your "master private key" and the "master chain code" which used for the various accounts in your HD wallet. You can read more about this process in [Chapter 5 of "Matering Bitcoin"](https://github.com/bitcoinbook/bitcoinbook/blob/third_edition_print1/ch05_wallets.adoc#hierarchical-deterministic-hd-key-generation-bip32){:target="_blank"}.

![Mnemonics to private key illustration](../../../images/mnemonics-to-seed-to-private-key.png)

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ We recommend setting up the RaspiBolt from scratch, but you can then copy over e

## Looking for an older version of this guide?

If you're looking for an older version of this guide, you can still check out the archived source files for [version 1](https://github.com/raspibolt/raspibolt/blob/raspibolt-v1-deprecated/index.md){:target="_blank"} and [version 2](https://v2.raspibolt.org){:target="_blank"}.
If you're looking for an older version of this guide, you can still check out the archived source files for [version 1](https://github.com/raspibolt/raspibolt/tree/1.0){:target="_blank"} and [version 2](https://v2.raspibolt.org){:target="_blank"}.

<br /><br />

Expand Down

0 comments on commit 0020e09

Please sign in to comment.