Convert P2SH to P2PKH

1

I'm using btcrecover to recover a Ledger BIP39 backup seed that I wrote down but seems to be wrong. The tool only accepts P2PKH addresses and my account was created very recently in this kind of format 3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy. I'm new to blockchain but I believe that this is a Segwit/P2SH account?

Is there a way I can convert this into a P2PKH address so that I can use the tool?

migu

Posted 2017-12-31T22:38:08.667

Reputation: 123

Which software did you create the wallet or address with?Matthew Charles Stannard 2017-12-31T22:43:17.463

It was on a Ledger Nano Smigu 2017-12-31T22:45:13.750

What is it that makes you believe that the seed you wrote down is incorrect? (i.e. missing bitcoin?)Matthew Charles Stannard 2017-12-31T22:48:32.697

The device erased all private and public keys after 3 unsuccessful attempts to enter a pin and now says the seed is invalid when trying to recover the datamigu 2017-12-31T22:53:13.013

If you haven't sent any bitcoin to the addresses generated from your old seed, consider starting a fresh and generating a new seed.Matthew Charles Stannard 2017-12-31T22:56:00.017

Unfortunately I have BTC on the accountmigu 2017-12-31T23:08:35.707

Answers

1

Converting address formats is not feasible without knowing the public or private key(s) used to generate them.

Without reviewing the source code of btcrecover, I can't advise whether you should use it or not. But if you do trust it and decide to use it, consider first generating a new seed and address to immediately send your bitcoin to.

Consider any seed you may recover with btcrecover compromised and no longer secure.

Matthew Charles Stannard

Posted 2017-12-31T22:38:08.667

Reputation: 625