Can I import wallet words more than once?

0

I am trying to transfer my electrum wallet, which was imported from MultiBitHD. I just found out that Electrum is not compatible with other wallets since it doesn't use a BIP39 seed. Can I use my old MultiBitHD wallet words although they have been used for recovery once?

user29731

Posted 2018-02-03T15:37:45.943

Reputation:

1I guess the question would be whether the coins are still in addresses associated with the original seed. Some wallet software will "sweep" imported wallets by transferring all the coins to a new address generated from the software's own seed. Or if you have spent coins from those addresses, the change might similarly have been sent to a new address. I don't know how Electrum handles this, but maybe someone else does.Nate Eldredge 2018-02-03T18:48:35.063

Answers

0

If you are sure the old wallet has not been compromised, you can use the old BIP39 seed again. The seed represents the private key that stores your coins so using it once does not make it invalid since the point is to be able to recover your coins with just the seed.

On the other hand, it shouldn't be too hard to generate a new BIP39 seed that you can use and be sure isn't compromised.

Tim Nussbaum

Posted 2018-02-03T15:37:45.943

Reputation: 11

0

Yes you can as many times as you like. Electrum does support restoring from bip39. It's just that native electrum seeds don't use bip39. Multibit developers actually created a video advising people to migrate to Electrum using their multibit seed.

Abdussamad

Posted 2018-02-03T15:37:45.943

Reputation: 1 850