It is impossible to load and use a wallet neither in Bitcoin-qt GUI nor console/RPC commands. The wallet is only about 2 weeks old and typical settings are used (data pruned to 2 GB).
Expected behavior
- A wallet is loaded (either manually or automatically on startup) and addresses are shown in Bitcoin-qt,
- successful execution of wallet RPC commands, e.g. getwalletinfo, dumpwallet, walletpassphrasechange etc.
(not different from the way it had worked and looked the previous time a user started Bitcoin Core).
Actual behavior
Wallet loading failed. Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
Also, RPC commands fail, for example: loadwallet, getwalletinfo, dumpwallet (except for listwallets).
To reproduce
- Start Bitcoin-qt
- Select File->Open Wallet->[Wallet name]
Reproducible every time in prune mode. The wallet was created at the time for which data were pruned. The wallet was created in bitcoin-qt.
System information
Official binary Bitcoin Core 24.0.1, Windows 11.