We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bitcoin Core has updated its wallet format to use descriptor wallets. https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md
Starting in v23 of core this is now the default for the createwallet rpc: https://bitcoincore.org/en/releases/23.0/#wallet
Legacy wallets require Berkeley DB to be compiled with the software instead of SQLite for the new descriptor wallets.
Opening this issue as a placeholder for future work for SideTree to support descriptor wallets for bitcoin core.
I'll try to make some time over the next couple of weeks to scope out this change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bitcoin Core has updated its wallet format to use descriptor wallets.
https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md
Starting in v23 of core this is now the default for the createwallet rpc:
https://bitcoincore.org/en/releases/23.0/#wallet
Legacy wallets require Berkeley DB to be compiled with the software instead of SQLite for the new descriptor wallets.
Opening this issue as a placeholder for future work for SideTree to support descriptor wallets for bitcoin core.
I'll try to make some time over the next couple of weeks to scope out this change.
The text was updated successfully, but these errors were encountered: