Author

Topic: non-segwit to segwit raw transactions (Read 192 times)

legendary
Activity: 1453
Merit: 1030
March 21, 2018, 03:01:34 PM
#5
Thanks, I sent it to P2SH addresses, since Bitcoin Core 0.16 wasn't out yet. So you're saying that the above raw transaction format works from and to all Bitcoin address types, right?
Bitcoin Core 0.16 is already out: https://bitcoin.org/en/download.

Anyways, yup. P2SH addresses has been supported for a very long time and bech32 will work for createrawtransaction as well[1]. It's the same arguments.

[1] https://github.com/bitcoin/bitcoin/pull/11167/

Great, thanks!
Maybe others out there will find this little thread useful too.
legendary
Activity: 3038
Merit: 4418
Crypto Swap Exchange
March 21, 2018, 11:53:18 AM
#4
Thanks, I sent it to P2SH addresses, since Bitcoin Core 0.16 wasn't out yet. So you're saying that the above raw transaction format works from and to all Bitcoin address types, right?
Bitcoin Core 0.16 is already out: https://bitcoin.org/en/download.

Anyways, yup. P2SH addresses has been supported for a very long time and bech32 will work for createrawtransaction as well[1]. It's the same arguments.

[1] https://github.com/bitcoin/bitcoin/pull/11167/
legendary
Activity: 1453
Merit: 1030
March 21, 2018, 11:44:42 AM
#3
If the transaction has appeared in your bech32 address, then its definitely fine. It wouldn't appear if the transaction is invalid.

Bitcoin Core supports bech32 addresses since 0.16.0 and it is definitely possible to use that command to send to bech32 addresses. If you're using an older version, you've probably sent it to a P2SH address and that is completely fine.

Thanks, I sent it to P2SH addresses, since Bitcoin Core 0.16 wasn't out yet. So you're saying that the above raw transaction format works from and to all Bitcoin address types, right?
legendary
Activity: 3038
Merit: 4418
Crypto Swap Exchange
March 21, 2018, 11:31:34 AM
#2
If the transaction has appeared in your bech32 address, then its definitely fine. It wouldn't appear if the transaction is invalid.

Bitcoin Core supports bech32 addresses since 0.16.0 and it is definitely possible to use that command to send to bech32 addresses. If you're using an older version, you've probably sent it to a P2SH address and that is completely fine.
legendary
Activity: 1453
Merit: 1030
March 21, 2018, 11:12:22 AM
#1
Hi,

Weirdly, I'm not able to find easily identifiable info on the title topic. I have an old wallet and want to move coins to segwit addresses. I used to do offline raw transaction signing in the format:

createrawtransaction '[{"txid":"input_tx_number_long_string","vout":number}]' '{"sendtoaddress": amount}'

I've made transactions to a segwit address this way and it shows fine in the balance. Still I'm a bit worried I'm doing something wrong or overlooking something. And do segwit to segwit raw transactions have the same format as stated above?

Thanks.
Jump to: