Awesome, I have the addresses and all their keys, but in the dump there are, about 4000 address lines and the first few lines have all shown no transactions or balance.
- Start 'Bitcoin-qt' as administrator, then open 'window->console'
- Enter walletpassphrase your-passphrase 240
- Enter dumpwallet keys.txt (you can change 'keys' into any name that you want)
- Go to the installation directory of your Bitcoin core and find "keys.txt", open it and find the addresses' private keys, list of strings that start with '5', 'K' or 'L'.
- Download Electrum Windows Stand-alone Executable from electrum.org
- If your addresses starts with '3' or 'bc1', you'll need to import each prv keys to electrum using the option "Import Bitcoin addresses or private keys" by pasting each keys per line using:
p2wpkh-p2sh:YOUR_Private_key if your addresses starts with '3'
p2wpkh:YOUR_Private_key if your addresses starts with 'bc1' - If they start with '1', just paste the private keys.
Looking at the dump again, trying not to dox myself, I see the extended private master key and then the plethora of addresses and private keys before them, as well as an hdseed=1, reserve=1 and hdkeypath=m/0... on each line. My keys all start with K or L, don't see any 5's and my addresses all start with 3. The other problem I'm seeing is how ill copy and paste over 4000 strings into Electrum.
the master private key could be entered at iancoleman.io