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
If desoriptor wallet is checked when creating a wallet in bitcoin core, it seems that the listening port cannot be run.
The text was updated successfully, but these errors were encountered:
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
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'}
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.
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
If desoriptor wallet is checked when creating a wallet in bitcoin core, it seems that the listening port cannot be run.
![image](https://private-user-images.githubusercontent.com/57223696/290390342-8c67eecb-4aa8-4aec-bb4d-a2eb8e7a5cd4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTIwNDcsIm5iZiI6MTczOTU5MTc0NywicGF0aCI6Ii81NzIyMzY5Ni8yOTAzOTAzNDItOGM2N2VlY2ItNGFhOC00YWVjLWJiNGQtYTJlYjhlN2E1Y2Q0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAzNTU0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWEwNmIyMmRiYzBlZTJjNTg0N2ZjNjkzYzZlNTAxYmY3OTI2YjVkYmQ3NThkZjJiMDUzZDAzYjU5M2FiYWY4YmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.J1rNtYFrChSf8NLvMYkdhyFJX3ZUETgYIgDhahKpu00)
The text was updated successfully, but these errors were encountered: