Yes. I did that, but I want to derive hardened addresses.
Your option is limited since you've used a custom non-standard derivation path.
Not in Electrum or even Sparrow, but you can import the master private key to Bitcoin Core via "
descriptor". (
equivalent to BIP39 tool's "BIP32 Root Key")
Import it like this (
preferably to a blank wallet):
importdescriptors "[{\"desc\": \"wpkh(your_xprv_key/84h/1h/0h/0/*h))#00000000\",\"timestamp\": \"0\",\"watching-only\": false,\"active\": true,\"internal\": false,\"range\": [0,999]}You should replace the checksum "
#00000000" with one that'll be displayed in the error message about checksum mismatch or use
getdescriptorinfo first.
To import the change addresses, import another with "
internal: true" flag and chain_index (
External/Internal) derivation path switched to from "
0' to "
1".