Skip to content

Read all about it: Total newb attempts to use python for the first time! #508

@MeepleDadCanada

Description

@MeepleDadCanada

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions