bruteforce-wallet icon indicating copy to clipboard operation
bruteforce-wallet copied to clipboard

Error: parsing the state file failed.

Open osoluche opened this issue 4 years ago • 3 comments

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

osoluche avatar Jul 11 '21 16:07 osoluche

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?

glv2 avatar Jul 12 '21 08:07 glv2

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.`

osoluche avatar Jul 12 '21 14:07 osoluche

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...

glv2 avatar Jul 21 '21 13:07 glv2