I created a transaction that creates a taproot output that may be spent utilizing the non-public key (KEY
) similar to the taproot output key. Then I imported the WIF formatted non-public key into Bitcoin Core with importdescriptors '[{"desc: rawtr(KEY), "timestamp":"now" ..."}]'
, which was profitable. With listdescriptors
I can see that it’s within the pockets however with listunspent
the taproot output doesn’t present up.
How can I inform the pockets to acknowledge the taproot output as spendable?
I’ve additionally tried setting the descriptor to lively however then it tells me solely ranged descriptors might be lively and I am uncertain tips on how to add a variety to a rawtr(KEY)
descriptor.