Skip to content
New issue

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

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

Open
Cody-Ashmore opened this issue Aug 19, 2024 · 1 comment

Comments

@Cody-Ashmore
Copy link

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'

@psychopatz
Copy link

If you want it badly for windows only, just use WSL for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants