Post
Topic
Board Development & Technical Discussion
Merits 4 from 3 users
Re: Any ideas How to find "k" in system of equations ?
by
miner2251
on 10/02/2021, 10:12:42 UTC
⭐ Merited by o_e_l_e_o (2) ,NotATether (1) ,ETFbitcoin (1)
It is impossible. For example, let's assume that k1=2, k2=3. Then, if you take Q=GenesisPubKey, you would have:

2*halfGenesisPubKey=GenesisPubKey
3*oneThirdOfGenesisPubKey=GenesisPubKey
genesisPrivKey*G=GenesisPubKey

Finding "genesisPrivKey" is impossible in this case, the same for any other public key. If it would be possible, then ECDSA would be gone instantly.