Isaacdelly / Plutus

An automated bitcoin wallet collider that brute forces random wallet addresses
1.15k stars 527 forks source link

Traceback (most recent call last): #298

Open d4op opened 1 year ago

d4op commented 1 year ago

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 commented 1 year ago

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