Description
After comparison with many other Bitcoin wallets, I found that the addresses for Bitcoin testnet which generated by UniSat wallet is different with others; such as Electrum, Sparrow and so on.
I think the derivation path which UniSat wallet used is incorrect.
Please read this section of BIP-0044:
- The derivation path for Bitcoin testnet should be
m / ${N}' / 1' / 0' / 0 / 0 .
- But in UniSat wallet, the format of derivation paths for Bitcoin testnet is
m / ${N}' / 0' / 0' / 0 / 0 .