Import private key on multiple computers

1

I decided to make some custom addresses for personal use and I have two computers running bitcoin clients. I imported the private key of the wallet I generated to the wrong computer and then I imported it to the correct computer. So now I have two wallets with the same public address in them. Questions are:

  • What happens when I receive a payment?
  • Will it take itself out of either wallet?
  • Is there anything I can do to fix this? Thanks

rdadkins

Posted 2014-03-24T04:48:59.400

Reputation: 182

Answers

2

Incoming payments will show up in both wallets.

If you spend any of the balance, the other wallet may show a 0 balance because the "change" will only go to the wallet you sent from. The other wallet won't know about the new "change" address.

The safest thing to do is to transfer all the funds to a new address.

hsmiths

Posted 2014-03-24T04:48:59.400

Reputation: 701