I've got a wallet.dat file from Bitcoin Core and I'd like to move that into electrum because I can't open Bitcoin Core as the syncing process takes forever and eventually fails. I also read that electrum won't read wallet.dat files. Is there any other way to do this?
I tried to run ...
$ bitcoin-cli dumpwallet "test"
but if I understand this correctly, I need to run bitcoind, and this fails on startup because of an error in debug.log like
LevelDB read failure: Corruption: block checksum mismatch
Fatal LevelDB error: Corruption: block checksum mismatch
You can use -debug=leveldb to get more complete diagnostic messages
Error: Error reading from database, shutting down.
In sum, I can't get the private keys using bitcoin core because upon startup, I get errors like the above.
Thoughts?