checked all of the words, the lists, etc.
All of the words are correct words from the BIP39 wordlist?
Did you also check the order of those words (rows/columns)?
YES, ALL ARE CORRECT
trying to run the seedrecovery script in python with no luck, my main question is the fact do i need to run the seedrecovery as the ledger option or myetherwallet option.
If you used the 'first' derived ETH address (which is the only address shown in the native ETH app), you should choose ledger.
YES, USED THE ETH ADDRESS SO THAT MAKES ME FEEL BETTER AS THE MYETHERWALLET OPTION FOUND NO SEED
because the public wallet address i have is an ethereum wallet address, but that address seems to error out when i select ledger as my wallet
Did you run a script which needs a BTC address maybe? Or what exactly is the error message you get?
I BELIEVE ITS LOOKING FOR A BTC WALLET
Starting seedrecover 0.7.3, btcrecover 0.17.10 on Python 2.7.14 64-bit, 16-bit unicodes, 32-bit ints
Traceback (most recent call last):
File "C:\Users\RicHome\Downloads\btcrecover-master\btcrecover-master\seedrecover.py", line 37, in <module>
mnemonic_sentence = btcrseed.main(sys.argv[1:])
File "C:\Users\RicHome\Downloads\btcrecover-master\btcrecover-master\btcrecover\btcrseed.py", line 1781, in main
loaded_wallet = wallet_type.create_from_params(**create_from_params)
File "C:\Users\RicHome\Downloads\btcrecover-master\btcrecover-master\btcrecover\btcrseed.py", line 661, in create_from_params
self._known_hash160s = self._addresses_to_hash160s(addresses)
File "C:\Users\RicHome\Downloads\btcrecover-master\btcrecover-master\btcrecover\btcrseed.py", line 208, in _addresses_to_hash160s
hash160, version_byte = base58check_to_hash160(address)
File "C:\Users\RicHome\Downloads\btcrecover-master\btcrecover-master\btcrecover\btcrseed.py", line 122, in base58check_to_hash160
decoded_bytes = base58check_to_bytes(base58_rep, 1 + 20)
File "C:\Users\RicHome\Downloads\btcrecover-master\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 ...