By the way.. is there an easy way to change derivation path at joinmarket?
Discussion
Not sure what you mean? Run joinmarket but with different HD derivation path?
Clearly you *can*, but I wouldn't advise it. Note that it's explicitly BIP84 and is compatible with a lot of other wallets (it might be tricky sometimes, because we use accounts 0..4 whereas other wallets mostly use just account 0, but it can be done e.g. Electrum, Sparrow, Fully Noded etc.. the list changes over time, but BIP84 doesn't!).
In order to do it you'd have to edit the BIP32Wallet class in `jmclient.jmclient.wallet.py` ; seeing how it's different for legacy p2sh/p2wpkh in `SegwitLegacyWallet` might help you understand it, if you really want to!
Want to use the same path as bisq uses. Ill play around and find out 🙂 Ty!
Hmm, that's not too bad, just 84->44, but the important thing is, what scriptpubkey do they use? that's the reason people started using 49, 84 etc - because the problem with pure BIP44 is it doesn't tell you the scriptpubkey type.
When i have time i will check it out and let you know how it went