You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
Regression (a behavior that used to work and stopped working in a new release)
Bug report
Feature request
[ x] Documentation issue or request
Support request
I believe some additional documentation should be included for the Private Node section of the README. Caravan requires that a legacy non-descriptor wallet be loaded in Bitcoin Core to successfully import addresses. If you try to run the "importmulti" method with Bitcoin Core running with a descriptor wallet open Bitcoin Core will respond with "Only legacy wallets are supported by this command" and the import will fail. Everything works correctly if Bitcoin Core is running with a legacy wallet.
This will become more relevant over time as descriptor wallets have been the default since Bitcoin Core version 23.0 which was released in April of 2022.
The Bitcoin Core steps to be able to import Caravan addresses on a new Bitcoin Core install would be as follows:
Create a legacy wallet (command below)
Ensure that with Bitcoin Core running the legacy wallet is open
The Caravan address import will be successful. Bitcoin Core can be instructed to rescan from the Caravan interface
If anyone happens to see this issue and is having problems you can create a legacy wallet in Bitcoin Core version 26.0 with this command:
I believe some additional documentation should be included for the Private Node section of the README. Caravan requires that a legacy non-descriptor wallet be loaded in Bitcoin Core to successfully import addresses. If you try to run the "importmulti" method with Bitcoin Core running with a descriptor wallet open Bitcoin Core will respond with "Only legacy wallets are supported by this command" and the import will fail. Everything works correctly if Bitcoin Core is running with a legacy wallet.
This will become more relevant over time as descriptor wallets have been the default since Bitcoin Core version 23.0 which was released in April of 2022.
The Bitcoin Core steps to be able to import Caravan addresses on a new Bitcoin Core install would be as follows:
If anyone happens to see this issue and is having problems you can create a legacy wallet in Bitcoin Core version 26.0 with this command:
bitcoin-cli -named createwallet wallet_name="YOUR WALLET NAME" descriptors=false
The text was updated successfully, but these errors were encountered: