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

If desoriptor wallet is checked when creating a wallet in bitcoin core,can not work normally #296

Open
jiaxinonly opened this issue Dec 14, 2023 · 2 comments

Comments

@jiaxinonly
Copy link

jiaxinonly commented Dec 14, 2023

image

If desoriptor wallet is checked when creating a wallet in bitcoin core, it seems that the listening port cannot be run.
image

@jiaxinonly jiaxinonly changed the title bitcoin core desoriptor wallet是干嘛的 If desoriptor wallet is checked when creating a wallet in bitcoin core,can not work normally Dec 14, 2023
@cairesantos
Copy link

Same issue here... With Bitcoin Core v26 there isn't even the option to select from... A descriptor wallet is created by default and I am getting the following error in the EPS startup:

{'code': -4, 'message': 'Only legacy wallets are supported by this command'}

Screen Shot 2023-12-21 at 23 13 30

By doing some research online, it became clear the descriptor wallet is the cause. However, no clue how to fix that in the EPS code or config file.

bitcoin/bitcoin#26239

Thanks

@PrinceOfEgypt
Copy link

You can start bitcoind with the -deprecatedrpc=create_bdb or add deprecatedrpc=create_bdb to your bitcoin.conf and it will allow you to create the legacy wallet - however this is only a temporary fix because bdb wallet support is scheduled to be completely removed in either 27.0 or 28.0. This change was what motivated me to give up on electrum-personal-server. I set up a full unpruned node and run it and fulcrum on a raspberry pi 4 with a usb 3 ssd instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants