Bitcoin
Lightning Network – Is there a way to make the unused output from the input to the fund channel a taproot address instead of a SegWit v.0 address?
Is there a way to make the unused output from the input to the fund channel a taproot address instead of a SegWit v.0 address?
There is only one large utxo in my core lightning node’s on-chain funds. Those addresses are SegWit v.0 addresses that start with: bc1q
. I want to open a channel. lightning-cli fundchannel
. Is there a way to make the remaining bitcoins from this input (not needed to open the channel) into a taproot address (e.g. a SegWit v.1 address that starts with)? bc1p
) instead of SegWit v.0 address? I’m worried because I have experience. lightning-cli newaddr
What this basically means is that it generates a SegWit v.0 address.