Can I recover my own wallet from the public key?

1

I made a wallet years back. It has a good amount of Bitcoin then I wiped and sold my laptop. Now somehow I found my wallet address public key. Is it possible to get the private key somehow?

Danish Ali

Posted 2019-02-04T03:53:47.323

Reputation: 11

Question was closed 2019-02-20T05:18:23.777

That can’t happen. Sorry for your loss.Anonymous 2019-02-04T04:04:13.487

Answers

4

This is impossible.

The whole point of public key cryptography is that the public key can be shared with anybody, without compromising the private key. If there were a way to recover the private key using the public key, this would all fall apart, and in particular Bitcoin would be horribly insecure. This hasn't happened.

The public key could be used to determine how much Bitcoin is associated with that key, but it is no help at all in actually accessing those coins. Sorry.

Nate Eldredge

Posted 2019-02-04T03:53:47.323

Reputation: 21 420