Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: parsing the state file failed. #37

Open
osoluche opened this issue Jul 11, 2021 · 3 comments
Open

Error: parsing the state file failed. #37

osoluche opened this issue Jul 11, 2021 · 3 comments

Comments

@osoluche
Copy link

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

@glv2
Copy link
Owner

glv2 commented Jul 12, 2021

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?

@osoluche
Copy link
Author

osoluche commented Jul 12, 2021

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

@glv2
Copy link
Owner

glv2 commented Jul 21, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants