Difference between revisions of "Template:Wallet derivation paths"

From Bisq Wiki
Jump to navigation Jump to search
(create template for wallet derivation path since it's needed in multiple places)
 
(add segwit)
Line 1: Line 1:
Bisq’s built-in bitcoin wallet is based on BIP-44. BTC wallets have a <code>m/44'/0'/0'</code> derivation path and BSQ wallets have a <code>m/44'/142'/0'</code> derivation path.
+
Bisq’s built-in bitcoin wallet is based on BIP-44. BTC segwit addresses have a <code>m/44'/0'/1'</code> and legacy a <code>m/44'/0'/0'</code> derivation path. BSQ wallets have a <code>m/44'/142'/0'</code> derivation path.
  
 
The same seed phrase is used for BTC and BSQ wallets.
 
The same seed phrase is used for BTC and BSQ wallets.
  
 
'''Please do not try to send BSQ to a non-Bisq wallet, or to otherwise create your own BSQ transactions.''' The rules to form a valid BSQ transaction are rather complex, and even the slightest error can result in invalid BSQ. Bisq will NOT provide support for any such cases.
 
'''Please do not try to send BSQ to a non-Bisq wallet, or to otherwise create your own BSQ transactions.''' The rules to form a valid BSQ transaction are rather complex, and even the slightest error can result in invalid BSQ. Bisq will NOT provide support for any such cases.

Revision as of 11:28, 25 November 2020

Bisq’s built-in bitcoin wallet is based on BIP-44. BTC segwit addresses have a m/44'/0'/1' and legacy a m/44'/0'/0' derivation path. BSQ wallets have a m/44'/142'/0' derivation path.

The same seed phrase is used for BTC and BSQ wallets.

Please do not try to send BSQ to a non-Bisq wallet, or to otherwise create your own BSQ transactions. The rules to form a valid BSQ transaction are rather complex, and even the slightest error can result in invalid BSQ. Bisq will NOT provide support for any such cases.