Send to bech32 segwit address from Bitcoin Core 17.1

0

I have a non-HD wallet in Bitcoin Core v17.1. I have never used SegWit before.

I need to send some coins to a bech32 address from bitcoin-qt GUI. The problem is after selecting the specific coin inputs to use (originally received into P2PKH address), and then entering the bc1... bech32 send to address, then the Send button does nothing. I usually after pressing Send button get a passphrase prompt to unlock the wallet and confirm sending the transaction.

How do I send to a bech32 address from qt GUI?

cranium

Posted 2019-05-28T01:54:29.977

Reputation: 1

This sounds like a bug that's unrelated to bech32 addresses.Pieter Wuille 2019-05-28T03:04:06.260

Maybe it's a bug related to the selected inputs. I'll upgrade to 18.0 soon and try again. I'm also running on some older Linux qt libraries.cranium 2019-05-29T02:21:54.667

When I upgraded bitcoin-qt, the problem was fixed. Bug in 17.1cranium 2019-09-29T21:54:42.937

No answers