waxwing on Nostr: Not sure what you mean? Run joinmarket but with different HD derivation path? Clearly ...
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!
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!