Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load Taproot wallet. Failed to start BWT #316

Open
kozo-cz opened this issue Nov 18, 2021 · 1 comment
Open

Cannot load Taproot wallet. Failed to start BWT #316

kozo-cz opened this issue Nov 18, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@kozo-cz
Copy link

kozo-cz commented Nov 18, 2021

Script Type: Taproot
Policy: tr(BIP39)
Passphrase: No
Password: No
OS: Windows 7 Pro
Version: 1.5.2

I created a new Taproot wallet. Every time I try to open it I get

ERROR [JavaFX Application Thread] c.s.s.n.ElectrumServer [null:-1] Failed to start BWT
dev.bwt.libbwt.BwtException: Invalid config: unexpected «tr(1 args) while parsing Miniscript» at line 1 column 1278
at com.sparrowwallet.merged.module@1.5.2/dev.bwt.libbwt.daemon.NativeBwtDaemon.start(Native Method)
at com.sparrowwallet.sparrow/com.sparrowwallet.sparrow.net.Bwt.start(Unknown Source)
at com.sparrowwallet.sparrow/com.sparrowwallet.sparrow.net.Bwt.start(Unknown Source)
at com.sparrowwallet.sparrow/com.sparrowwallet.sparrow.net.Bwt$ConnectionService$1.call(Unknown Source)
at com.sparrowwallet.sparrow/com.sparrowwallet.sparrow.net.Bwt$ConnectionService$1.call(Unknown Source)
at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$6(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$7(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)

@craigraw
Copy link
Collaborator

Indeed, Taproot is not yet supported by BWT: bwt-dev/bwt#91 due to upstream work being required in rust-bitcoin.

The workaround for now is to use an Electrum server.

@6102bitcoin 6102bitcoin added the bug Something isn't working label Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@craigraw @kozo-cz @6102bitcoin and others