Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Bitcoin Taproot transaction STEP BY STEP on bitcoin-cli...
by
Greg Tonoski
on 21/12/2023, 20:35:04 UTC
⭐ Merited by ETFbitcoin (1)
About signrawtransactionwithkey maybe it works, I heard many times we couldn't do taproot transactions without PSBT's, etc and I did it, so, maybe everything have solution and the problem is just doing the configuration of the command with all variables.

If someone have success please report it.
Contrary to the name signrawtransactionwithkey, the command doesn't sign a transaction unless it isn't of the TapRoot-type, I'm afraid. I have verified it. There isn't any tool to do it.

Seems to be fixed in Bitcoin Core 26.0 and it is possible sign TapRoot-type transaction using signrawtransactionwithkey.