1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-03 12:20:58 +00:00

Fix BIP49 derivation path to use m/49'/0'/0' for mainnet

According to https://github.com/satoshilabs/slips/blob/master/slip-0044.md,
`coin_type` should be 0 for mainnet & 1 for testnet.
This commit is contained in:
Roman Zeyde 2024-12-14 15:37:30 +02:00
parent 6d1c26e164
commit 55affa62fc
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -585,7 +585,7 @@ paths_. Several popular implicit paths defined by BIPs are shown in <<bip_implic
<tr>
<td><p>BIP49</p></td>
<td><p>Nested P2WPKH</p></td>
<td><p><code>m/49'/1'/0'</code></p></td>
<td><p><code>m/49'/0'/0'</code></p></td>
</tr>
<tr>
<td><p>BIP84</p></td>