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

please help to solve the problem btcrecover #501

Open
nagirnakm923 opened this issue Oct 15, 2023 · 1 comment
Open

please help to solve the problem btcrecover #501

nagirnakm923 opened this issue Oct 15, 2023 · 1 comment

Comments

@nagirnakm923
Copy link

please help to solve the problem btcrecover Traceback (most NameError: name 'groestlcoin hash' is not defined installed pip install groestlcoin-hash did not help

Traceback (most recent call last):
File "seedrecover.py", line 46, in
mnemonic_sentence, path_coin = btcrseed.main(sys.argv[1:])
File "C:\btcrecover-master\btcrecover\btcrseed.py", line 3513, in main
loaded_wallet = wallet_type.create_from_params(**create_from_params)
File "C:\btcrecover-master\btcrecover\btcrseed.py", line 1954, in create_from_params
self = super(WalletCardano, cls).create_from_params(*args, **kwargs)
File "C:\btcrecover-master\btcrecover\btcrseed.py", line 771, in create_from_params
mpk = base58check_to_bip32(mpk)
File "C:\btcrecover-master\btcrecover\btcrseed.py", line 216, in base58check_to_bip32
decoded_bytes = base58check_to_bytes(base58_rep, 4 + 1 + 4 + 4 + 32 + 33)
File "C:\btcrecover-master\btcrecover\btcrseed.py", line 200, in base58check_to_bytes
if groestlcoin_hash.getHash(all_bytes[:-4], len(all_bytes[:-4]))[:4] != all_bytes[-4:]:
NameError: name 'groestlcoin_hash' is not defined

@nagirnakm923
Copy link
Author

[email protected]

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

1 participant