Plutus icon indicating copy to clipboard operation
Plutus copied to clipboard

Traceback (most recent call last):

Open d4op opened this issue 1 year ago • 1 comments

Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/root/plutus/plutus.py", line 66, in main address = public_key_to_address(public_key) File "/root/plutus/plutus.py", line 31, in public_key_to_address var = hashlib.new('ripemd160') File "/usr/lib/python3.10/hashlib.py", line 166, in __hash_new return __get_builtin_constructor(name)(data) File "/usr/lib/python3.10/hashlib.py", line 123, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type ripemd160 Process Process-10: Traceback (most recent call last): File "/usr/lib/python3.10/hashlib.py", line 160, in __hash_new return _hashlib.new(name, data, **kwargs) ValueError: [digital envelope routines] unsupported

d4op avatar Jul 05 '23 23:07 d4op

solution:

openssl version -d

nano openssl.cnf ###############################

openssl_conf = openssl_init

[openssl_init] providers = provider_sect

[provider_sect] default = default_sect legacy = legacy_sect

[default_sect] activate = 1

[legacy_sect] activate = 1

d4op avatar Jul 05 '23 23:07 d4op