We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "/home/pianist/bsgs-main/v5_secp256k1_bloom_dll/bsgs_hybrid_dll_secp256k1.py", line 115, in ice.hash_to_address.argtypes = [ctypes.c_int, ctypes.c_bool, ctypes.c_char_p] # 012,comp,hash File "/usr/lib/python3.9/ctypes/init.py", line 387, in getattr func = self.getitem(name) File "/usr/lib/python3.9/ctypes/init.py", line 392, in getitem func = self._FuncPtr((name_or_ordinal, self)) AttributeError: /home/pianist/bsgs-main/v5_secp256k1_bloom_dll/ice_secp256k1.so: undefined symbol: hash_to_address
The text was updated successfully, but these errors were encountered:
Windows 10, same here!
Sorry, something went wrong.
a372cea
No branches or pull requests
Traceback (most recent call last):
File "/home/pianist/bsgs-main/v5_secp256k1_bloom_dll/bsgs_hybrid_dll_secp256k1.py", line 115, in
ice.hash_to_address.argtypes = [ctypes.c_int, ctypes.c_bool, ctypes.c_char_p] # 012,comp,hash
File "/usr/lib/python3.9/ctypes/init.py", line 387, in getattr
func = self.getitem(name)
File "/usr/lib/python3.9/ctypes/init.py", line 392, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /home/pianist/bsgs-main/v5_secp256k1_bloom_dll/ice_secp256k1.so: undefined symbol: hash_to_address
The text was updated successfully, but these errors were encountered: