bruteforce-wallet
bruteforce-wallet copied to clipboard
Error: parsing the state file failed.
i ve running the -bruteforce almost for 12 hours, then i shutdown my computer to clean it, an when trying to restart the program to continue, it only says:
Error: parsing the state file failed.
But the file has data, this is the content of state.txt
wallet wallet.dat time 46443 dictionary /media/External/rockyou.txt 13336900
regards
Your state file looks ok, I don't see why the program would fail to parse it...
Did you edit the state file to modify something? What are the full command lines you used? What OS are you using?
Thanks for u response:
1.- state.txt is not modified 2.- ./bruteforce-wallet -t 10 -w state.txt wallet.dat 3.- Ubuntu 20.04
`osoluche$: ./bruteforce-wallet -t 10 -w state.txt wallet.dat Warning: restoring state, ignoring options -b, -e, -f, -l, -m and -s.
Error: parsing the state file failed.`
I can't reproduce the issue.
Maybe you could modify or add debug traces in the restore_state() function in src/bruteforce-wallet.c to see where the parsing fails exactly...