Skip to content

Commit c87015d

Browse files
authored
Update several links (#1217)
* Update permanent URL * Replace broken Chaincase link * Remove Samourai wallet links
1 parent 3c1910b commit c87015d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

guide/getting-started/hardware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Lightning node software can be run on a smartphone. Though, this often comes wit
101101

102102
Heavy users of the lightning network, such as routing node operators, often run lightning nodes on dedicated hardware. Lightning nodes require 24/7 uptime, which is much easier to achieve with dedicated hardware. Lightning nodes also require the private keys to be stored on the same device. Dedicated hardware reduces the attack surface and makes it easier to secure private keys.
103103

104-
[Plug-and-play hardware nodes](https://samouraiwallet.com/nodl) exist and make it simple to set up a dedicated hardware node. The most common way people run dedicated hardware nodes is installing a node OS, like [Umbrel](https://getumbrel.com/) or [MyNode](https://mynodebtc.com/), on a hardware device.
104+
Plug-and-play hardware nodes exist and make it simple to set up a dedicated hardware node. The most common way people run dedicated hardware nodes is installing a node OS, like [Umbrel](https://getumbrel.com/) or [MyNode](https://mynodebtc.com/), on a hardware device.
105105

106106
See our [nodes]({{ '/guide/glossary/node/' | relative_url }}) page for more details on how they work.
107107

guide/glossary/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ A node policy that allows an unconfirmed transaction to be replaced with a diffe
356356

357357
_Also referred to as Seed, Mnemonic, and Backup phrase._
358358

359-
The controlling keypair of a bitcoin wallet can be derived from a *recovery phrase* of 12 words (it can also be 18 or 24 words, which is less common and not recommended as it does not provide better security) from a standardized list, defined in [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki). [Learn here](https://bennet.org/blog/how-secure-is-your-bitcoin-wallets-mnemonic-seed-phrase/) how the words are chosen. The recovery phrase provides full access to a bitcoin wallet as it contains the private key and is therefore very valuable. It’s extremely important to keep it safe, both from other people getting access to it and for yourself not to lose it by creating one or several backups of the phrase. In many applications, most of this work falls on the user, and it’s important to acknowledge the responsibility here of the makers of the application to ensure that the user is able and aware of how to securely store a recovery phrase backup.
359+
The controlling keypair of a bitcoin wallet can be derived from a *recovery phrase* of 12 words (it can also be 18 or 24 words, which is less common and not recommended as it does not provide better security) from a standardized list, defined in [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki). [Learn here](https://bennet.org/learn/how-secure-is-your-bitcoin-wallets-mnemonic-seed-phrase/) how the words are chosen. The recovery phrase provides full access to a bitcoin wallet as it contains the private key and is therefore very valuable. It’s extremely important to keep it safe, both from other people getting access to it and for yourself not to lose it by creating one or several backups of the phrase. In many applications, most of this work falls on the user, and it’s important to acknowledge the responsibility here of the makers of the application to ensure that the user is able and aware of how to securely store a recovery phrase backup.
360360

361361
Many wallet-applications work with HD wallets and recovery phrases, and are interoperable, meaning you can change the application that can control your wallet should you wish (although there are some caveats depending on if they support just BIP32 or also BIP44).
362362

@@ -426,7 +426,7 @@ A portable data format for transactions before they are verified by the network.
426426

427427
- [BIP174](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki): Partially Signed Bitcoin Transaction Format
428428
- [BIP370](https://github.com/bitcoin/bips/blob/master/bip-0370.mediawiki): PSBT Version 2
429-
- [PSBT Versions Deep Dive](https://chaincase.app/words/interactive-transactions-psbt)
429+
- [PSBT Versions Deep Dive](https://river.com/learn/what-are-partially-signed-bitcoin-transactions-psbts/)
430430

431431
### Passphrase
432432
A passphrase can be added to the [recovery phrase](#recovery-phrase) for extra security.

guide/how-it-works/coin-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ A user chooses to send a payment to one of their contacts. They enter the amount
314314
#### Products that use this scheme
315315

316316
{% include fact/products.html %}
317-
[Bitcoin Core](https://bitcoincore.org), [BTCPay Server](https://btcpayserver.org), [Chaincase](https://chaincase.app), [Samourai](https://samouraiwallet.com), and [Wasabi](https://wasabiwallet.io)
317+
[Bitcoin Core](https://bitcoincore.org), [BTCPay Server](https://btcpayserver.org), and [Wasabi](https://wasabiwallet.io)
318318
{% include fact/close.html %}
319319

320320
---

guide/how-it-works/payment-request-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Below are the primary address types available to test if your application suppor
232232

233233
A payment code is a static payment request type that can receive multiple payments. The technical details of how these work is defined in [BIP 47](https://bips.xyz/47).
234234

235-
Payment codes have been popularised in wallets such as [Samourai](https://samouraiwallet.com/) and [Sparrow](https://sparrowwallet.com/).
235+
Payment codes have been popularised in wallets such as Samourai (no longer operational) and [Sparrow](https://sparrowwallet.com/).
236236

237237
A downside to payment codes is that they require an additional on-chain transaction each time two users want to connect and use them. [Silent payments](https://gist.github.com/RubenSomsen/c43b79517e7cb701ebf77eec6dbb46b8?permalink_comment_id=4113680) are a new experimental proposal that prevents the need for this additional on-chain transaction at the cost of extra bandwidth for receivers.
238238

0 commit comments

Comments
 (0)