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!
I try to run this on Ununto 22.04 but i get this error:
Any idea how to fix this, i have secp256k1 installed? Thanks!