Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not detect private key #45

Closed
unclevito2017 opened this issue Nov 6, 2021 · 4 comments
Closed

Does not detect private key #45

unclevito2017 opened this issue Nov 6, 2021 · 4 comments

Comments

@unclevito2017
Copy link

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
Copy link

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

@unclevito2017
Copy link
Author

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
Copy link
Owner

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.

iceland2k14 added a commit that referenced this issue Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@unclevito2017 @iceland2k14 @pianistprogram and others