multi signature – Can I sign multisig transaction only with private key in a descriptor based wallet?
[ad_1] All public keys or redeem script/witness script is required to sign the transaction when spending bitcoin multisig UTXO. An experiment to see if you can sign the transaction without public keys: Run bitcoind -signet=1 -rpcport=38332 -rpcuser=user -rpcpassword=password Create 3 wallets m1, m2 and m3 $ bitcoin-cli -named createwallet wallet_name=m1 descriptors=false Get 3 public keys … Read more