iceland2k14 / bsgs

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

Pubkey generation #11

Closed vishal2241 closed 3 years ago

vishal2241 commented 3 years ago

Can it be modified somehow to write sequential pubkeys to external files at this much speed.

iceland2k14 commented 3 years ago

No BSGS algo is used to check the keys since they are based on continuous subtraction. Writing each and every key in output file will fill the buffer and make it horrible slow. Also Nobody have that much disk space in this whole planet to keep huge number of pubkey (Trillions) in disk. So the answer is NO.