p2tr – Error making a Taproot descriptor with a single key as script path

on

|

views

and

comments


I have to implement 1 of two multisig with P2TR.

My good friend’s Bitcoin public secret’s 0374d5f29bc6c15066437856c512f7f9e5a14a1eb93cab2776d33b27b4103c62d8.
My very own Bitcoin public secret’s 035d107216d89a540edacba2bc6719f3a9c6eac538bebac8b305e8cd42c3e466ae/

I’ll use my public key because the Key Path and my good friend’s as script path.

Can anyone inform me the way to create a P2TR descriptor?

I obtained following errors:

./bitcoin-cli -testnet -rpcwallet=w_p2tr getdescriptorinfo "tr([0d378869/44'/1'/0'/0/1]035d107216d89a540edacba2bc6719f3a9c6eac538bebac8b305e8cd42c3e466ae, [(0xC0, [0374d5f29bc6c15066437856c512f7f9e5a14a1eb93cab2776d33b27b4103c62d8, OP_CHECKSIG])]"
error code: -5
error message:
'tr([0d378869/44'/1'/0'/0/1]035d107216d89a540edacba2bc6719f3a9c6eac538bebac8b305e8cd42c3e466ae, [(0xC0, [0374d5f29bc6c15066437856c512f7f9e5a14a1eb93cab2776d33b27b4103c62d8, OP_CHECKSIG])]' shouldn't be a legitimate descriptor perform

AND:

./bitcoin-cli -testnet -rpcwallet=w_p2tr getdescriptorinfo "tr([0d378869/44'/1'/0'/0/0]035d107216d89a540edacba2bc6719f3a9c6eac538bebac8b305e8cd42c3e466ae, { pk(0374d5f29bc6c15066437856c512f7f9e5a14a1eb93cab2776d33b27b4103c62d8) })"
error code: -5
error message:
' { pk(0374d5f29bc6c15066437856c512f7f9e5a14a1eb93cab2776d33b27b4103c62d8) }' shouldn't be a legitimate descriptor perform

BUT I obtained the descriptor proper for key base solely:

./bitcoin-cli -testnet -rpcwallet=w_p2tr getdescriptorinfo "tr([0d378869/44'/1'/0'/0/0]035d107216d89a540edacba2bc6719f3a9c6eac538bebac8b305e8cd42c3e466ae)"
{
  "descriptor": "tr([0d378869/44'/1'/0'/0/0]035d107216d89a540edacba2bc6719f3a9c6eac538bebac8b305e8cd42c3e466ae)#wfd6rw0p",
  "checksum": "wfd6rw0p",
  "isrange": false,
  "issolvable": true,
  "hasprivatekeys": false
}

Share this
Tags

Must-read

UK startup Wayve begins testing self-driving tech in Nissan vehicles on Tokyo’s streets | Self-driving vehicles

British startup Wayve has begun testing self-driving vehicles with Nissan in Japan forward of a 2027 launch to customers, as the corporate stated...

Rebeca Delgado Joins Torc As Vice President, Engineering – Autonomy Functions

BLACKSBURG, Va – September 16, 2025 – Torc Robotics, an unbiased subsidiary of Daimler Truck AG and a pioneer in commercializing self-driving automobile...

‘Excessive nausea’: Are EVs inflicting automobile illness – and what might be performed? | Electrical, hybrid and low-emission automobiles

It was a 12 months in to driving his daughter to high school in his new electrical automobile that Phil Bellamy found she...

Recent articles

More like this

LEAVE A REPLY

Please enter your comment!
Please enter your name here