An automated bitcoin wallet collider that brute forces random wallet addresses
1.18k
stars
531
forks
source link
I Made It Compatible For Windows By Removing The Reliance on fastecdsa, however there are some new errors, a great step was made thouh you can find a copy of the update in this. #324
There However Still Are A Few Issues Left, Here is the error message:
C:\Windows\System32\plutus>python plutus.py
reading database files...
DONE
database size: 23180116
processes spawned: 4
Process Process-1:
Traceback (most recent call last):
File "C:\Users- - - ME - - -\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "C:\Users- - - ME - - -\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "C:\Windows\System32\plutus\plutus.py", line 65, in main
address = public_key_to_address(public_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Windows\System32\plutus\plutus.py", line 31, in public_key_to_address
encoding = binascii.unhexlify(public_key.encode())
^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'encode'
here is the link to the update: https://drive.google.com/file/d/1FhgdMvp1jobx0scvuanaNrvdLA9-pusX/view?usp=drive_link
There However Still Are A Few Issues Left, Here is the error message:
C:\Windows\System32\plutus>python plutus.py reading database files... DONE database size: 23180116 processes spawned: 4 Process Process-1: Traceback (most recent call last): File "C:\Users- - - ME - - -\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 314, in _bootstrap self.run() File "C:\Users- - - ME - - -\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "C:\Windows\System32\plutus\plutus.py", line 65, in main address = public_key_to_address(public_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Windows\System32\plutus\plutus.py", line 31, in public_key_to_address encoding = binascii.unhexlify(public_key.encode()) ^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'encode'