iceland2k14 / bsgs

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

Error: ice_secp256k1.so: cannot open shared object file: No such file or directory #69

Open bane77111 opened 1 year ago

bane77111 commented 1 year ago

I try to run this on Ununto 22.04 but i get this error:

bane@bane:~/bsgs/v6_dll_bsgs$ python3 bsgs_create_bpfile_bloomfile.py 3000000000 bpfile.bin bloomfile.bin 4
Traceback (most recent call last):
  File "/home/bane/bsgs/v6_dll_bsgs/bsgs_create_bpfile_bloomfile.py", line 16, in <module>
    import secp256k1 as ice
  File "/home/bane/bsgs/v6_dll_bsgs/secp256k1.py", line 29, in <module>
    ice = ctypes.CDLL(pathdll)
  File "/usr/lib/python3.10/ctypes/__init__.py", line 374, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: /home/bane/bsgs/v6_dll_bsgs/ice_secp256k1.so: cannot open shared object file: No such file or directory

Any idea how to fix this, i have secp256k1 installed? Thanks!