Recover a wallet using the 12 words

-1

I have a blockchain wallet with some unconfirmed transactions (with zero confirmation). If I recover the wallet in another brandname of wallet with the recovery phrase of 12 words, will the unconfirmed transaction appear in the new wallet?

Roger Wong

Posted 2017-11-21T16:00:45.970

Reputation: 39

Answers

0

Yes. I did this using a Blockchain.info wallet and was able to run it simultaneously on Coinomi app.

user65146

Posted 2017-11-21T16:00:45.970

Reputation:

0

You could restore the wallet in electrum and do a child pays for parent transaction to bump the fee on the unconfirmed transaction.

Note that during seed entry stage of the wallet restoration process click on options and check bip39.

Abdussamad

Posted 2017-11-21T16:00:45.970

Reputation: 1 850

Can you tell me more about "bip39"?Roger Wong 2017-11-22T06:09:41.630

@Roger Wong It's a standard for seed mnemonics that blockchain.info and a lot of other wallets use. Electrum doesn't use it for its native seeds but lets you restore from other wallets that do follow that standard. You can learn more about bip39 here: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki

Abdussamad 2017-11-23T07:06:49.387