gurnec / btcrecover

An open source Bitcoin wallet password and seed recovery tool designed for the case where you already know most of your password/seed, but need assistance in trying different possible combinations.
GNU General Public License v2.0
1.23k stars 660 forks source link

Invalid address #282

Open nozo88 opened 6 years ago

nozo88 commented 6 years ago

Hi,

I'm trying to recover my seed using this Bitcoin address: https://www.blockchain.com/en/btc/address/3Dos6T16qsk1Kgru3KuueZF8Hr6Tix74DV

However, when I insert that address I get this error: An entered address is invalid (not a Bitcoin P2PKH address; version byte is 0x05)

Please help

vly3 commented 6 years ago

btcrecover does not yet support segwit addresses, as noted in other open issues. You can try my modification of Ian Coleman’s BIP39 tool. It works if you only have one word wrong in your seed.

https://s3-us-west-2.amazonaws.com/bip39-seed-recovery/index.html

Canalytic commented 5 years ago

Yes, please add Segwit support