From 43a6aa2a624fd6a35275d8d4dbfb2bd929fe6e1c Mon Sep 17 00:00:00 2001 From: tuxsudo Date: Mon, 28 Oct 2024 20:29:56 -0400 Subject: [PATCH] Update Bitcoin --- docs/cryptos/bitcoin.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/cryptos/bitcoin.md b/docs/cryptos/bitcoin.md index c07bce8..5863b81 100644 --- a/docs/cryptos/bitcoin.md +++ b/docs/cryptos/bitcoin.md @@ -3,19 +3,29 @@ title: "Bitcoin" parent: Cryptos --- -# Bitcoin +# ![Bitcoin Logo](./bitcoin.svg){:width="4%"} Bitcoin {: .friendly} Official Website: [bitcoin.org](https://bitcoin.org/){:target="_blank"} +## Seed Types + +BIP-39 seed type is generated by default, with an option to change to Electrum seed type in the `Advanced Settings` on the creation screen. + +### Derivation Paths + +Electrum: `m/0'` + +BIP-39: `m/84'/0'/0` + + ## Addresses We automatically generate new Bitcoin addresses after each use for better privacy. Previous addresses continue to work. -We use the same derivation scheme as Electrum: `m/0/x` for receive addresses, and `m/1/x` for change addresses. - There are multiple address types supported. +* Silent Payments * Segwit (P2WPKH) * Taproot (P2TR) * Segwit (P2WSH) @@ -78,7 +88,7 @@ The wallet will start scanning from the height of when you first opened it after ### Receiving -In order to receive a Silent Payment, you must give the sender your Silent Payments address, which can be found by switching the address type to Silent Payments following the instructions at the beginning of this page. When you want to receive the transaction in the wallet, you must enable Silent Payments scanning. +In order to receive a Silent Payment, you must give the sender your Silent Payments address, which can be found by switching the address type to Silent Payments following the instructions under the [addresses](http://localhost:4000/docs/cryptos/bitcoin/#addresses) section of this page. When you want to receive the transaction in the wallet, you must enable Silent Payments scanning. ### Sending