iceland2k14 / bsgs

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

Does not detect private key #45

Closed unclevito2017 closed 2 years ago

unclevito2017 commented 2 years ago

tested on on puzzle 38 but did not detect private key both on windows and ubuntu. Tried on alberto's detected immediately. also getting intermittent segmentation faults seems to be tied to -n value. python bsgs_dll_secp256k1.py -p 03c060e1e3771cbeccb38e119c2414702f3f5181a89652538851d2e3886bdd70c6 -b bPfile.bin -bl bloom.bin -n 500000000 -keyspace 0:7fffffffff iceland iceland1

pianistprogram commented 2 years ago

May be you have wrong bloom? Bloom, who doesn't have this private?)

unclevito2017 commented 2 years ago

The program has a python script to create the bp and bloom filters so i don't have the wrong bloom. You are right everyone has this private key but most of us test the program with a known key before letting a program run for days on an unknown key.

iceland2k14 commented 2 years ago
python bsgs_GPU.py -pubkey 03c060e1e3771cbeccb38e119c2414702f3f5181a89652538851d2e3886bdd70c6  -d 0 -t 256 -b 20 -p 1024 -bp 2000000 -keyspace 0:7fffffffff

[+] Starting Program.... Please Wait ! [+] Search Mode: Sequential search in the given range [2021-11-15.10:32:47] [Info] Starting at : 0 (0 bit) [2021-11-15.10:32:47] [Info] Ending at : 2386F26FC10000 (54 bit) [2021-11-15.10:32:47] [Info] Initializing Quadro K2100M [2021-11-15.10:33:16] [Info] Allocating bloom filter (64.0MB)



Magic:   22384B9E52
============== KEYFOUND ==============
BSGS FOUND PrivateKey  0x22382facd0
======================================
Program Finished.