iceland2k14 / bsgs

Find PrivateKey of corresponding Pubkey(s) using BSGS algo
MIT License
109 stars 59 forks source link

Public keys #22

Open Andy19999999999999 opened 3 years ago

Andy19999999999999 commented 3 years ago

What program do you use to extract pubkeys from the blokchain?

iceland2k14 commented 3 years ago

You can get it from blockchain, only if the address has any spent transaction. For Example.... https://blockchain.info/q/pubkeyaddr/1JPbzbsAx1HyaDQoLMapWGoqf9pD5uha5m

For any address you want to check. Just replace the address in this link to the address you want, if pubkey is available or not

Andy19999999999999 commented 3 years ago

This is understandable but it will take about 300 years. We need a python program.

sokary2004 commented 2 years ago

need extract found.txt

Andy19999999999999 commented 2 years ago

Where is the file found.txt?

sokary2004 commented 2 years ago

program need write found private key on the file ... this program just show when find private key

kpot87 commented 2 years ago

program need write found private key on the file ... this program just show when find private key

And it’s stopes if found or continue searching ( if we talk about one privkey) ?

iceland2k14 commented 2 years ago

When key is Found. It stops.