Cannot load wallet (1):
WalletFileException('Cannot read wallet file. (parsing failed)'
Might be just a watching wallet
There's a "seed" in the plain text but it's just a random code, not a list of words
I'm pretty sure it used to work with old version. I have to try installing something from before 2.0
If it's not corrupted, it should work even if it's from versions below 2.0 (
with some exceptions like very old versions 0.34 & below)
The error usually occurs when the wallet or some parts are corrupted.
Try to reassemble it in this format (
create an 'electrum.dat' file and edit it using a text editor):
{'addr_history': {}, 'master_public_key': 'PASTE_YOUR_MASTER_PUBLIC_KEY', 'auto_cycle': True, 'server': '', 'blockchain_headers_path': '', 'seed': 'PASTE_YOUR_SEED', 'accounts': {}, 'proxy': None, 'seed_version': 4, 'column_widths': {}}
If it's encrypted (
seed is longer base64 string), use this format:
{'addr_history': {}, 'master_public_key': 'PASTE_YOUR_MASTER_PUBLIC_KEY', 'auto_cycle': True, 'use_encryption': True, 'server': '', 'blockchain_headers_path': '', 'seed': 'PASTE_YOUR_BASE64_Encrypted_SEED', 'accounts': {}, 'proxy': None, 'imported_keys': {}, 'seed_version': 4, 'column_widths': {}}