We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello internet!
I'm trying to run btc recover to get back a seed phrase that has been partially lost.
I seem to be encourtering an issue (posted below) and I'm not sure where to start in trouble shooting. Seems like it has an issue with the number "0"?
I've got python 2.7,18 installed!
Let me know if you can point me in the write direction!
Kelly
Starting seedrecover 0.7.3, btcrecover 0.17.10 on Python 2.7.18 32-bit, 16-bit unicodes, 32-bit ints Traceback (most recent call last): File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\seedrecover.py", line 37, in mnemonic_sentence = btcrseed.main(sys.argv[1:]) File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\btcrecover\btcrseed.py", line 1781, in main loaded_wallet = wallet_type.create_from_params(**create_from_params) File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\btcrecover\btcrseed.py", line 661, in create_from_params self._known_hash160s = self._addresses_to_hash160s(addresses) File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\btcrecover\btcrseed.py", line 208, in _addresses_to_hash160s hash160, version_byte = base58check_to_hash160(address) File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\btcrecover\btcrseed.py", line 122, in base58check_to_hash160 decoded_bytes = base58check_to_bytes(base58_rep, 1 + 20) File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\btcrecover\btcrseed.py", line 100, in base58check_to_bytes int_rep += base58_digit_to_dec[base58_digit] KeyError: '0' Press Enter to exit ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello internet!
I'm trying to run btc recover to get back a seed phrase that has been partially lost.
I seem to be encourtering an issue (posted below) and I'm not sure where to start in trouble shooting. Seems like it has an issue with the number "0"?
I've got python 2.7,18 installed!
Let me know if you can point me in the write direction!
Kelly
Starting seedrecover 0.7.3, btcrecover 0.17.10 on Python 2.7.18 32-bit, 16-bit unicodes, 32-bit ints
Traceback (most recent call last):
File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\seedrecover.py", line 37, in
mnemonic_sentence = btcrseed.main(sys.argv[1:])
File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\btcrecover\btcrseed.py", line 1781, in main
loaded_wallet = wallet_type.create_from_params(**create_from_params)
File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\btcrecover\btcrseed.py", line 661, in create_from_params
self._known_hash160s = self._addresses_to_hash160s(addresses)
File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\btcrecover\btcrseed.py", line 208, in _addresses_to_hash160s
hash160, version_byte = base58check_to_hash160(address)
File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\btcrecover\btcrseed.py", line 122, in base58check_to_hash160
decoded_bytes = base58check_to_bytes(base58_rep, 1 + 20)
File "C:\Users\kelly\Downloads\btcrecover-master (1)\btcrecover-master\btcrecover\btcrseed.py", line 100, in base58check_to_bytes
int_rep += base58_digit_to_dec[base58_digit]
KeyError: '0'
Press Enter to exit ...
The text was updated successfully, but these errors were encountered: