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

this is happen when i use seedrecover.py in wide range seed A>Z #434

Open
ayiphelmy opened this issue Dec 26, 2023 · 1 comment
Open

this is happen when i use seedrecover.py in wide range seed A>Z #434

ayiphelmy opened this issue Dec 26, 2023 · 1 comment

Comments

@ayiphelmy
Copy link

Interrupted after finishing password # 669220110
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "C:\Python310\lib\multiprocessing\pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "G:\PROGRAMBTC\btcrecover-master\btcrecover\btcrpass.py", line 8365, in return_verified_password_or_false
return loaded_wallet.return_verified_password_or_false(passwords)
File "G:\PROGRAMBTC\btcrecover-master\btcrecover\btcrseed.py", line 958, in return_verified_password_or_false
else self._return_verified_password_or_false_cpu(mnemonic_ids_list)
File "G:\PROGRAMBTC\btcrecover-master\btcrecover\btcrseed.py", line 967, in _return_verified_password_or_false_cpu
if not self._verify_checksum(mnemonic_ids):
File "G:\PROGRAMBTC\btcrecover-master\btcrecover\btcrseed.py", line 1417, in _verify_checksum
return ord(hashlib.sha256(entropy_bytes).digest()[:1]) >> 8-cksum_len_in_bits
ValueError: negative shift count
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "G:\PROGRAMBTC\btcrecover-master\seedrecover.py", line 38, in
mnemonic_sentence, path_coin = btcrseed.main(sys.argv[1:])
File "G:\PROGRAMBTC\btcrecover-master\btcrecover\btcrseed.py", line 3710, in main
mnemonic_found = run_btcrecover(**phase_params)
File "G:\PROGRAMBTC\btcrecover-master\btcrecover\btcrseed.py", line 3098, in run_btcrecover
(mnemonic_found, not_found_msg) = btcrpass.main()
File "G:\PROGRAMBTC\btcrecover-master\btcrecover\btcrpass.py", line 8931, in main
for password_found, passwords_tried_last in password_found_iterator:
File "C:\Python310\lib\multiprocessing\pool.py", line 870, in next
raise value
ValueError: negative shift count

@3rdIteration
Copy link
Owner

Can you create a test wallet and then include an actual command that reproduces this? (I have no idea what you are even trying to describe that causes this)

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