iceland2k14 / bsgs

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

Problem converting bPfile into a bloom file #67

Closed bane77111 closed 1 year ago

bane77111 commented 1 year ago

I get this error whet trying convert bPfile with: python bPfile_2_bloom_dll_batch.py bpfile.bin bloomfile.bin Any recommendation to fix this?

Thanks in advance

`\v5_secp256k1_bloom_dll> python bPfile_2_bloom_dll_batch.py bpfile.bin bloomfile.bin
Traceback (most recent call last):
  File "C:\Users\bane\bsgs1\v5_secp256k1_bloom_dll\bPfile_2_bloom_dll_batch.py", line 27, in <module>
    mylib = ctypes.CDLL('bloom_batch.dll')
  File "C:\Users\bane\AppData\Local\Programs\Python\Python39\lib\ctypes\__init__.py", line 374, in __init__
    self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'bloom_batch.dll' (or one of its dependencies). Try using the full path with constructor syntax.
PS C:\Users\bane\bsgs1\v5_secp256k1_bloom_dll> ls

    Directory: C:\Users\bane\bsgs1\v5_secp256k1_bloom_dll

Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----        10/20/2022  10:57 PM         119808 bloom_batch.dll
-a----        10/20/2022  10:57 PM          46296 bloom_batch.so
-a----        10/23/2022   1:10 PM      640000000 bPfile.bin
-a----        10/20/2022  10:57 PM           3926 bPfile_2_bloom_dll_batch.py
-a----        10/20/2022  10:57 PM          18035 bsgs_dll_secp256k1.py
-a----        10/20/2022  10:57 PM          20465 bsgs_hybrid_dll_secp256k1.py
-a----        10/20/2022  10:57 PM           4568 create_bPfile_mcpu2.py
-a----        10/20/2022  10:57 PM        3741184 ice_secp256k1.dll
-a----        10/20/2022  10:57 PM         366552 ice_secp256k1.so
-a----        10/20/2022  10:57 PM           5142 PubSub.py
-a----        10/20/2022  10:57 PM          10018 README.md
-a----        10/23/2022   1:07 PM            528 test_pubkeys.txt

`