iceland2k14 / bsgs

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

What effect does enlarging this file have on finding? #47

Closed ramin1234 closed 2 years ago

ramin1234 commented 2 years ago

for example i want to run this code: python bsgs_hybrid_dll_secp256k1.py -pfile 1.txt -b bPfile.bin -bl bloomfile.bin -n 8000000 -keyspace FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0AAEDCE6AF48A03BBFD25E8CD0364141:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141

but what's differ between two code:

python bsgs_create_bpfile_bloomfile.py 3000000000 bpfile.bin bloomfile.bin 4 python bsgs_create_bpfile_bloomfile.py 10000000000 bpfile.bin bloomfile.bin 4