Watch only wallet

0

I'm having this message: "Your wallet does not have private key for this address. You cannot spend coins received unless you have the private key elsewhere."

How can I move my coins from watch only account to account with the private key? P.S. I am using Mycelium Wallet App.

Thank you in advance, Milan

MrMima

Posted 2018-01-02T17:23:09.687

Reputation: 1

definition of a watch only wallet: An address or pubkey script stored in the wallet without the corresponding private key, allowing the wallet to watch for outputs but not spend them.ndsvw 2018-01-02T18:34:44.653

Possible duplicate of I need to recover private key?,

chytrik 2019-02-10T23:34:09.803

Answers

1

You can't spend bitcoin from a watch only address unless you have the corresponding private key which generated that address.

Matthew Charles Stannard

Posted 2018-01-02T17:23:09.687

Reputation: 625

Yes, I believe I have it... I mean, I have two accounts, one of them has the private key and the other one doesn't... Could be that it's the same private key? ThanksMrMima 2018-01-02T18:02:52.220

What dates were the addresses generated on?Matthew Charles Stannard 2018-01-02T18:14:16.563

Sorry, I am not sure how can I find out the date of generation? I'm pretty new in this. Thank you for your timeMrMima 2018-01-02T18:25:11.790

When you start Mycelium, is there a 'Cold Storage' option?Matthew Charles Stannard 2018-01-02T18:32:08.927

Yes, there is. But, I can't find any date thereMrMima 2018-01-02T19:17:01.160

I asked for dates because of the possibility of your private key being encode in an older WIF. You should be able to import your private key in the Cold Storage section of Mycelium.Matthew Charles Stannard 2018-01-02T19:21:14.063

0

To receive the bitcoins originally you should have had a “key pair” meaning a public and private key pair. Online wallets automatically generate the private key with your public address. Imported public addresses to your wallet will be a “watch” address that won’t allow you to spend your bitcoin if you don’t import your private key. If you import your private key to your wallet it will no longer be a watch address and you can spend your bitcoin. Just import your private key for your public address and you should have full control to transact.

Dr.Plastics

Posted 2018-01-02T17:23:09.687

Reputation: 249