Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo
- I still think this issue should be opened here
When you run ./configure
make sure that summary (that’s in your config.log
) shows with wallet = yes
. If not, then you are probably missing the SQLite or BDB dependency to compile the wallet.
If that’s the case, you’ll need to install the dependencies and then recompile following the steps you done before (./configure
, make
, etc.)
See also #26193.
@Jackwumingjie now that you have the wallet compiled in the error message is telling you what to do to: i) either create a wallet (if you don’t have one already) or ii) load a wallet (if you do have one).
If you run bitcoin-cli help createwallet
or bitcoin-cli help loadwallet
you will find more detailed instructions on how to use these RPCs.
Also see https://github.com/bitcoin/bitcoin/blob/master/doc/managing-wallets.md for more information.