Author

Topic: Raw transaction to bech32 multisig (Read 159 times)

legendary
Activity: 1453
Merit: 1030
September 30, 2018, 11:33:26 AM
#3
Thanks, I did 'decoderawtransaction' and it seemed fine, although on a technical level my comprehension is limited. That's part of my hesitation, I guess.
staff
Activity: 3374
Merit: 6530
Just writing some code
September 30, 2018, 11:04:44 AM
#2
The most common thing that could go wrong is that you did not make a change output. If you do not make a change output that sends the change to another address that you control, you could end up sending all of your change to fees instead.

Otherwise, everything else should be fine. You can double check that your transaction is correct by using decoderawtransaction.
legendary
Activity: 1453
Merit: 1030
September 30, 2018, 08:46:41 AM
#1
Hi, as stated, I tested making a raw transaction from a tx-id associated with a legacy address to an electrum generated multisig, I haven't signed the raw transaction, but the latest Bitcoin Core client understood the raw transaction input and gave me a numerical string which I could sign.

For some reason, I'm still a bit worried that I could make a gigantic blunder in one way or another. My point is, I've made sure I have access to the multisig keys, what could go wrong when making raw transactions this way?

Thanks.
Jump to: