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 Ministry of Defence enlists sci-fi writers to arrange for dystopian futures | Ministry of Defence

It’s a state of affairs that will make Tesla’s CEO, Elon Musk, shudder: a future the place self-driving vehicles are the norm however...

The Guardian view on China’s EV breakthrough: helped by the form of strategic state Elon Musk despises | Editorial

Tesla’s boss, Elon Musk, as soon as thought the concept that China’s BYD might compete along with his firm was laughable. In 2011,...

California proposes to permit testing of driverless heavy-duty vans | California

California regulators have launched a brand new proposal to permit the testing of self-driving heavy-duty vans on public roads.The state’s division of motor...

Recent articles

More like this

LEAVE A REPLY

Please enter your comment!
Please enter your name here