0

Recently found a list of compressed public keys. The total number of 15 000 000 public keys. Practical for all compressed public keys Balance: 0.000100 BTC

I do not set malicious goals. All just for the sake of interest and sports experiment I would like to try to find at least one private key from this entire list? For the most part, I want to understand, apart from "Brute Force" (which will not help), are there more promising methods and ways of finding a private key?

Is it possible to search for a private key? Or are there some mathematical attacks, even when you know a large number of public keys?

Izi Tors
  • 51
  • 1
  • 7

1 Answers1

1

That's how crypto works where public key cannot retrieve private key. If you were able to retrieve the private key with public key then bitcoin would be at high risk.

The only way is to Brute Force (Nearly impossible) or Social Engineering (Only if you know who owns the key) or Somewhere that stores leaked private key otherwise, you just can't obtain it.

zhiyan114
  • 676
  • 7
  • 24