Taproot-only wallet (no SegWit) #14304
-
|
I see options to disable Segwit for receive and change addresses, but I don’t see a config option to disbale Segwit in coinjoin outputs, which appear to be randomized between SegWit and Taproot. For compatibility reasons, I need a wallet that uses only Taproot addresses. Is there a supported way to do this? If not, is removing the Segwit path from this line, or maybe this one, the simplest solution to avoid Segwit coinjoin outputs? |
Beta Was this translation helpful? Give feedback.
Answered by
lontivero
Feb 5, 2026
Replies: 1 comment
-
|
Yes, remove the Taproot option in the code reference in the first of your links and that will work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vforvilela
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, remove the Taproot option in the code reference in the first of your links and that will work.