Hi there.
I installed bitcoin core version v.24.99.0 from source code, then create test wallet:
bitcoin-cli createwallet "TestWallet"
It worked, wallet created. But, when i trying using command dumpwallet, sethdseed ...etc it's not work.
I see error:
error code: -4 error message: Only legacy wallets are supported by this command
Why i see this error, and how to fix it?
-
OstapKonchevych commented at 8:37 PM on October 3, 2022: none
- MarcoFalke added the label Wallet on Oct 4, 2022
- MarcoFalke added the label Questions and Help on Oct 4, 2022
-
MarcoFalke commented at 7:11 AM on October 4, 2022: member
Descriptor wallets (the new wallet format enabled by default) do not support those commands. A freshly created descriptor wallet is HD by default, so there is no need to call
sethdseed - bitcoin deleted a comment on Oct 4, 2022
-
OstapKonchevych commented at 9:10 AM on October 4, 2022: none
dumpwallet
Ok. And if dumpwallet doesn't work either? How do I save my wallet? Can I just copy it from the wallets folder?
-
MarcoFalke commented at 9:14 AM on October 4, 2022: member
-
OstapKonchevych commented at 12:38 PM on October 4, 2022: none
See also https://github.com/bitcoin/bitcoin/blob/master/doc/managing-wallets.md#14-backing-up-the-wallet
Thank you. That is all :)
- OstapKonchevych closed this on Oct 4, 2022
- bitcoin locked this on Oct 4, 2023
Contributors
Labels