- Launched my very own Bitcoin Core with regtest.
- Put in Specter and made it hook up with that node.
- In Specter, I created a brand new bitcoin pockets, basing it on the bitcoin core scorching pockets.
- In Specter, I exported an prolonged public key:
[cf308846/84h/1h/0h]vpub5YK...
-
Now, when I attempt to
getdescriptorinfo
with bitcoin, it says: “key ‘vpub5YK…’ shouldn’t be legitimate”. -
The argument values I attempted for
getdescriptorinfo
are:6.1)
wpkh(vpub5YK.../0/*)
6.2)
wpkh([cf308846/84h/1h/0h]vpub5YK...)
Both I’m doing someting mistaken, or bitcoin core 22 merely doesn’t perceive SLIP-0132
addresses.