iceland2k14 / bsgs

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

20000000 or??? #19

Closed elvis13-prog closed 3 years ago

elvis13-prog commented 3 years ago

python create_bPfile.py 20000000 bPfile.bin my computer has 32 gigabyte RAM, how many million should I put in a file?

elvis13-prog commented 3 years ago

for 120 pazzle

iceland2k14 commented 3 years ago

So perhaps you can try to use 4500000000 items. Use the latest file "bPfile_2_bloom_dll.py" when your bPfile is ready. i am fixing a RAM bug now in it.

elvis13-prog commented 3 years ago

Yes thank you! Let me know as soon as the "bug" is fixed. What an argument "-n 50000000000000" ?

iceland2k14 commented 3 years ago

Bug is fixed. Argument -n 50000000000000 means you search 50 Trillion keys in 1 go, and then proceed according to sequential or random mode selected.