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:
parent
6d1c26e164
commit
55affa62fc
@ -585,7 +585,7 @@ paths_. Several popular implicit paths defined by BIPs are shown in <<bip_implic
|
|||||||
<tr>
|
<tr>
|
||||||
<td><p>BIP49</p></td>
|
<td><p>BIP49</p></td>
|
||||||
<td><p>Nested P2WPKH</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>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p>BIP84</p></td>
|
<td><p>BIP84</p></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user